Hi Dave, Just 2 patches, hopefully a sign that things are rounding into shape for 4.12.
The first patch is one from jstultz that slipped through the cracks in May, it fixes a regression introduced in robher's drm_of_find_panel_or_bridge patchset. The other fixes a bug introduced with HDMI support where the driver was expecting HDMI to always be present.
drm-misc-fixes-2017-06-07: Driver Changes: - kirin: Use correct dt port for the bridge (John) - meson: Fix regression caused by adding HDMI support to allow board configurations without HDMI (Neil)
Cc: John Stultz john.stultz@linaro.org Cc: Neil Armstrong narmstrong@baylibre.com
Cheers, Sean
The following changes since commit e5b4ab1ffbe2553ee278cb1b6bcb671a31d86518:
Merge tag 'drm-misc-fixes-2017-06-02' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes (2017-06-06 16:52:15 +1000)
are available in the git repository at:
git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-fixes-2017-06-07
for you to fetch changes up to 8604889f83381cac42b849acc6c420af6df9b35b:
drm/meson: Fix driver bind when only CVBS is available (2017-06-07 10:27:33 -0400)
---------------------------------------------------------------- Driver Changes: - kirin: Use correct dt port for the bridge (John) - meson: Fix regression caused by adding HDMI support to allow board configurations without HDMI (Neil)
Cc: John Stultz john.stultz@linaro.org Cc: Neil Armstrong narmstrong@baylibre.com
---------------------------------------------------------------- John Stultz (1): drm: kirin: Fix drm_of_find_panel_or_bridge conversion
Neil Armstrong (1): drm/meson: Fix driver bind when only CVBS is available
drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c | 2 +- drivers/gpu/drm/meson/meson_drv.c | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-)
dri-devel@lists.freedesktop.org