Hi Dave & Daniel, A handful of fixes this week, all straightforward.
drm-misc-next-fixes-2019-12-04: mgag200- Fix hw with broken 'startadd' support (Thomas) mst- Avoid skipping payloads in payload deletion loop (Wayne) omap- Fix dma_addr refcounting (Tomi)
Cc: Wayne Lin Wayne.Lin@amd.com Cc: Tomi Valkeinen tomi.valkeinen@ti.com Cc: Thomas Zimmermann tzimmermann@suse.de
Cheers, Sean
The following changes since commit 9786b65bc61acec63f923978c75e707afbb74bc7:
drm/ttm: fix mmap refcounting (2019-11-15 08:00:08 +0100)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-12-04
for you to fetch changes up to e5a6ca27eb72c67533ddfc11c06df84beaa167fa:
drm/dp_mst: Correct the bug in drm_dp_update_payload_part1() (2019-12-04 15:31:16 -0500)
---------------------------------------------------------------- mgag200- Fix hw with broken 'startadd' support (Thomas) mst- Avoid skipping payloads in payload deletion loop (Wayne) omap- Fix dma_addr refcounting (Tomi)
Cc: Wayne Lin Wayne.Lin@amd.com Cc: Tomi Valkeinen tomi.valkeinen@ti.com Cc: Thomas Zimmermann tzimmermann@suse.de
---------------------------------------------------------------- Guenter Roeck (1): drm/dp_mst: Fix build on systems with STACKTRACE_SUPPORT=n
Thomas Zimmermann (3): drm/mgag200: Extract device type from flags drm/mgag200: Store flags from PCI driver data in device structure drm/mgag200: Add workaround for HW that does not support 'startadd'
Tomi Valkeinen (1): drm/omap: fix dma_addr refcounting
Wayne Lin (1): drm/dp_mst: Correct the bug in drm_dp_update_payload_part1()
drivers/gpu/drm/Kconfig | 1 + drivers/gpu/drm/drm_dp_mst_topology.c | 6 ++++-- drivers/gpu/drm/mgag200/mgag200_drv.c | 36 +++++++++++++++++++++++++++++++++- drivers/gpu/drm/mgag200/mgag200_drv.h | 18 +++++++++++++++++ drivers/gpu/drm/mgag200/mgag200_main.c | 3 ++- drivers/gpu/drm/omapdrm/omap_gem.c | 4 ++++ 6 files changed, 64 insertions(+), 4 deletions(-)
dri-devel@lists.freedesktop.org