mbox series

[pull] amdgpu drm-fixes-6.7

Message ID 20231213221122.4937-1-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show
Series [pull] amdgpu drm-fixes-6.7 | expand

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.7-2023-12-13

Message

Alex Deucher Dec. 13, 2023, 10:11 p.m. UTC
Hi Dave, Sima,

Fixes for 6.7.

The following changes since commit b7b5a56acec819bb8dcd03c687e97a091b29d28f:

  Merge tag 'exynos-drm-next-for-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes (2023-12-08 13:55:32 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.7-2023-12-13

for you to fetch changes up to a4236c4b410857a70647c410e886c8a0455ec4fb:

  drm/amdgpu: warn when there are still mappings when a BO is destroyed v2 (2023-12-13 16:50:46 -0500)

----------------------------------------------------------------
amd-drm-fixes-6.7-2023-12-13:

amdgpu:
- Fix suspend fix that got accidently mangled last week
- Fix OD regression
- PSR fixes
- OLED Backlight regression fix
- JPEG 4.0.5 fix
- Misc display fixes
- SDMA 5.2 fix
- SDMA 2.4 regression fix
- GPUVM race fix

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu: fix buffer funcs setting order on suspend harder
      drm/amdgpu/sdma5.2: add begin/end_use ring callbacks

Christian König (2):
      drm/amdgpu: fix tear down order in amdgpu_vm_pt_free
      drm/amdgpu: warn when there are still mappings when a BO is destroyed v2

Dmitrii Galantsev (1):
      drm/amd/pm: fix pp_*clk_od typo

Fangzhi Zuo (1):
      drm/amd/display: Populate dtbclk from bounding box

Hamza Mahfooz (1):
      drm/amd/display: fix hw rotated modes when PSR-SU is enabled

Mario Limonciello (3):
      drm/amd/display: Restore guard against default backlight value < 1 nit
      drm/amd/display: Disable PSR-SU on Parade 0803 TCON again
      drm/amd: Fix a probing order problem on SDMA 2.4

Saleemkhan Jamadar (1):
      drm/amdgpu/jpeg: configure doorbell for each playback

Taimur Hassan (1):
      drm/amd/display: Revert "Fix conversions between bytes and KB"

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  2 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c         |  2 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c          |  3 ++-
 drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_5.c           | 15 ++++++------
 drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c             |  4 ++--
 drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c             | 28 ++++++++++++++++++++++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  3 +++
 drivers/gpu/drm/amd/display/dc/dc_hw_types.h       |  1 +
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c  | 12 ++++++++--
 .../gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c   | 14 +++++++----
 .../drm/amd/display/dc/dml2/display_mode_core.c    | 16 ++++++-------
 .../amd/display/dc/dml2/dml2_translation_helper.c  |  5 ++--
 .../drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c    |  3 ++-
 .../dc/link/protocols/link_edp_panel_control.c     |  4 ++--
 .../drm/amd/display/modules/power/power_helpers.c  |  2 ++
 drivers/gpu/drm/amd/pm/amdgpu_pm.c                 |  4 ++--
 16 files changed, 84 insertions(+), 34 deletions(-)