drm-misc-next-fixes-2021-09-03: drm-misc-next-fixes for v5.15: - Fix ttm_bo_move_memcpy() when ttm_resource is subclassed. - Small fixes to panfrost, mgag200, vc4. - Small ttm compilation fixes. The following changes since commit 2819cf0e7dbe45a2bccf2f6c60fe6a27b299cc3e:
Merge tag 'drm-misc-next-2021-08-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2021-08-16 12:57:33 +1000) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2021-09-03 for you to fetch changes up to efcefc7127290e7e9fa98dea029163ad8eda8fb3: drm/ttm: Fix ttm_bo_move_memcpy() for subclassed struct ttm_resource (2021-08-31 10:48:26 +0200) ---------------------------------------------------------------- drm-misc-next-fixes for v5.15: - Fix ttm_bo_move_memcpy() when ttm_resource is subclassed. - Small fixes to panfrost, mgag200, vc4. - Small ttm compilation fixes. ---------------------------------------------------------------- Alyssa Rosenzweig (3): drm/panfrost: Simplify lock_region calculation drm/panfrost: Use u64 for size in lock_region drm/panfrost: Clamp lock region to Bifrost minimum Colin Ian King (1): drm/mgag200: Fix uninitialized variable delta Jason Ekstrand (2): drm/ttm: ttm_bo_device is now ttm_device drm/ttm: Include pagemap.h from ttm_tt.h Jiapeng Chong (1): drm/vc4: hdmi: make vc4_hdmi_codec_pdata static Thomas Hellström (1): drm/ttm: Fix ttm_bo_move_memcpy() for subclassed struct ttm_resource Documentation/gpu/drm-mm.rst | 2 +- drivers/gpu/drm/mgag200/mgag200_pll.c | 1 + drivers/gpu/drm/panfrost/panfrost_mmu.c | 31 +++++++++++-------------------- drivers/gpu/drm/panfrost/panfrost_regs.h | 2 ++ drivers/gpu/drm/ttm/ttm_bo_util.c | 7 +++---- drivers/gpu/drm/ttm/ttm_tt.c | 1 - drivers/gpu/drm/vc4/vc4_hdmi.c | 2 +- include/drm/ttm/ttm_tt.h | 3 ++- 8 files changed, 21 insertions(+), 28 deletions(-)