Hi Dave, The following changes since commit 84db889e6d827eefc3dde130fec8382d2dcb23ac: drm/tegra: Unconditionally select IOMMU_IOVA (2019-11-01 10:49:29 +0100) are available in the Git repository at: git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.5-rc1-fixes for you to fetch changes up to d66dfcf80d0f55f95b9ea4a45ca41cc7115e9789: drm/tegra: Run hub cleanup on ->remove() (2019-12-04 13:38:16 +0100) Thanks, Thierry ---------------------------------------------------------------- drm/tegra: Fixes for v5.5-rc1 This is a set of small fixes, mostly for regressions introduced with the DMA API and DisplayPort support in the main pull request for v5.5-rc1. ---------------------------------------------------------------- Thierry Reding (9): drm/tegra: hub: Remove bogus connection mutex check drm/tegra: gem: Properly pin imported buffers drm/tegra: gem: Remove premature import restrictions drm/tegra: Use proper IOVA address for cursor image drm/tegra: sor: Implement system suspend/resume drm/tegra: vic: Export module device table drm/tegra: Silence expected errors on IOMMU attach drm/tegra: sor: Make the +5V HDMI supply optional drm/tegra: Run hub cleanup on ->remove() drivers/gpu/drm/tegra/dc.c | 18 ++++++++-------- drivers/gpu/drm/tegra/drm.c | 7 +++--- drivers/gpu/drm/tegra/gem.c | 50 +++++++++++++++++++++++++++++++++++++------ drivers/gpu/drm/tegra/hub.c | 3 --- drivers/gpu/drm/tegra/plane.c | 11 ++++++++++ drivers/gpu/drm/tegra/sor.c | 38 +++++++++++++++++++++++++++----- drivers/gpu/drm/tegra/vic.c | 7 +++--- 7 files changed, 104 insertions(+), 30 deletions(-)