lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 14 Apr 2016 12:37:35 -0700
From:	Eric Anholt <eric@...olt.net>
To:	dri-devel@...ts.freedesktop.org
Cc:	linux-kernel@...r.kernel.org, David Airlie <airlied@...ux.ie>,
	Eric Anholt <eric@...olt.net>
Subject: [GIT PULL] drm-vc4-next-2016-04-14

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  https://github.com/anholt/linux tags/drm-vc4-next-2016-04-14

for you to fetch changes up to 5883980313af70aec0ceebaef6ef0709726e5e63:

  drm/vc4: Fix NULL deref in HDMI init error path (2016-04-14 12:23:11 -0700)

----------------------------------------------------------------
This pull request brings in the DPI panel support for vc4, plus a
minor bugfix found during Pi3 development.

----------------------------------------------------------------
Eric Anholt (3):
      drm: Add an encoder and connector type enum for DPI.
      drm/vc4: Add DPI driver
      drm/vc4: Fix NULL deref in HDMI init error path

 .../devicetree/bindings/display/brcm,bcm-vc4.txt   |  36 ++
 drivers/gpu/drm/drm_crtc.c                         |   2 +
 drivers/gpu/drm/vc4/Kconfig                        |   1 +
 drivers/gpu/drm/vc4/Makefile                       |   1 +
 drivers/gpu/drm/vc4/vc4_debugfs.c                  |   1 +
 drivers/gpu/drm/vc4/vc4_dpi.c                      | 520 +++++++++++++++++++++
 drivers/gpu/drm/vc4/vc4_drv.c                      |   1 +
 drivers/gpu/drm/vc4/vc4_drv.h                      |   5 +
 drivers/gpu/drm/vc4/vc4_hdmi.c                     |   2 +-
 include/uapi/drm/drm_mode.h                        |   2 +
 10 files changed, 570 insertions(+), 1 deletion(-)
 create mode 100644 drivers/gpu/drm/vc4/vc4_dpi.c

Powered by blists - more mailing lists