Hi Linus,
Last set of fixes for 5.14, nothing major a couple of i915, couple of imx and a few amdgpu. All pretty small.
Dave.
drm-fixes-2021-08-27: drm fixes for 5.14-rc8/final
i915: - Fix syncmap memory leak - Drop redundant display port debug print
amdgpu: - Fix for pinning display buffers multiple times - Fix delayed work handling for GFXOFF - Fix build when CONFIG_SUSPEND is not set
imx: - fix planar offset calculations - fix accidental partial revert The following changes since commit e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93:
Linux 5.14-rc7 (2021-08-22 14:24:56 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-08-27
for you to fetch changes up to 9fe4f5a24fdac99c484daf29eded9c6685fa2020:
Merge tag 'imx-drm-fixes-2021-08-18' of git://git.pengutronix.de/pza/linux into drm-fixes (2021-08-27 10:49:53 +1000)
---------------------------------------------------------------- drm fixes for 5.14-rc8/final
i915: - Fix syncmap memory leak - Drop redundant display port debug print
amdgpu: - Fix for pinning display buffers multiple times - Fix delayed work handling for GFXOFF - Fix build when CONFIG_SUSPEND is not set
imx: - fix planar offset calculations - fix accidental partial revert
---------------------------------------------------------------- Borislav Petkov (1): drm/amdgpu: Fix build with missing pm_suspend_target_state module export
Christian König (1): drm/amdgpu: use the preferred pin domain after the check
Dave Airlie (3): Merge tag 'drm-intel-fixes-2021-08-26' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes Merge tag 'amd-drm-fixes-5.14-2021-08-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes Merge tag 'imx-drm-fixes-2021-08-18' of git://git.pengutronix.de/pza/linux into drm-fixes
Krzysztof Hałasa (1): gpu: ipu-v3: Fix i.MX IPU-v3 offset calculations for (semi)planar U/V formats
Matthew Brost (1): drm/i915: Fix syncmap memory leak
Michel Dänzer (1): drm/amdgpu: Cancel delayed work when GFXOFF is disabled
Philipp Zabel (1): drm/imx: ipuv3-plane: fix accidental partial revert of 8 pixel alignment fix
Swati Sharma (1): drm/i915/dp: Drop redundant debug print
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 11 +++++---- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 36 +++++++++++++++++++++--------- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 10 ++++----- drivers/gpu/drm/i915/display/intel_dp.c | 9 ++------ drivers/gpu/drm/i915/gt/intel_timeline.c | 9 ++++++++ drivers/gpu/drm/imx/ipuv3-plane.c | 2 +- drivers/gpu/ipu-v3/ipu-cpmem.c | 30 ++++++++++++------------- 8 files changed, 63 insertions(+), 46 deletions(-)