Hi Dave, Only a handful of patches for -fixes from -misc. Everything is pretty easy to rationalize, nothing newsworthy.
drm-misc-fixes-2017-07-27: Core Changes: - dp: A few fixes in drm_dp_downstream_debug() (Chris) - rockchip: sanitize the Kconfig dependencies (fallout from EXTCON) (Arnd) - host1x: Free the iommu domain when attach_device fails (Paul)
Cc: Chris Wilson chris@chris-wilson.co.uk Cc: Arnd Bergmann arnd@arndb.de Cc: Paul Kocialkowski contact@paulk.fr
Cheers, Sean
The following changes since commit 636c4c3e762b62aa93632c645ca65879285b16e3:
drm/mst: Avoid processing partially received up/down message transactions (2017-07-20 10:20:31 +0200)
are available in the git repository at:
git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-fixes-2017-07-27
for you to fetch changes up to fea20995976f4b2e8968f852a18e280487d42f0d:
gpu: host1x: Free the IOMMU domain when there is no device to attach (2017-07-27 16:57:34 +0200)
---------------------------------------------------------------- Core Changes: - dp: A few fixes in drm_dp_downstream_debug() (Chris) - rockchip: sanitize the Kconfig dependencies (fallout from EXTCON) (Arnd) - host1x: Free the iommu domain when attach_device fails (Paul)
Cc: Chris Wilson chris@chris-wilson.co.uk Cc: Arnd Bergmann arnd@arndb.de Cc: Paul Kocialkowski contact@paulk.fr
---------------------------------------------------------------- Arnd Bergmann (1): drm/rockchip: fix Kconfig dependencies
Chris Wilson (2): drm/dp: Fix read pointer for drm_dp_downsteam_debug() drm/dp: Don't trust drm_dp_downstream_id()
Paul Kocialkowski (1): gpu: host1x: Free the IOMMU domain when there is no device to attach
drivers/gpu/drm/drm_dp_helper.c | 5 +++-- drivers/gpu/drm/rockchip/Kconfig | 19 +++++++++---------- drivers/gpu/host1x/dev.c | 8 +++++++- 3 files changed, 19 insertions(+), 13 deletions(-)
dri-devel@lists.freedesktop.org