On Fri, Dec 06, 2024 at 02:04:52PM -0500, Alex Deucher wrote: > Hi Dave, Simona, > > Fixes for 6.13. > > Resending as this didn't seem to make it out to the mailing list when I first > sent it. > > The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: > > Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) > > are available in the Git repository at: > > https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.13-2024-12-04 Pulled, thanks. -Sima > > for you to fetch changes up to 73dae652dcac776296890da215ee7dec357a1032: > > drm/amdgpu: rework resume handling for display (v2) (2024-12-03 18:19:23 -0500) > > ---------------------------------------------------------------- > amd-drm-fixes-6.13-2024-12-04: > > amdgpu: > - Jpeg work handler fix for VCN 1.0 > - HDP flush fixes > - ACPI EDID sanity check > - OLED panel backlight fix > - DC YCbCr fix > - DC Detile buffer size debugging > - DC prefetch calculation fix > - DC VTotal handling fix > - DC HBlank fix > - ISP fix > - SR-IOV fix > - Workload profile fixes > - DCN 4.0.1 resume fix > > amdkfd: > - GC 12.x fix > - GC 9.4.x fix > > ---------------------------------------------------------------- > Alex Deucher (9): > drm/amdgpu/jpeg1.0: fix idle work handler > drm/amdgpu/hdp4.0: do a posting read when flushing HDP > drm/amdgpu/hdp5.0: do a posting read when flushing HDP > drm/amdgpu/hdp5.2: do a posting read when flushing HDP > drm/amdgpu/hdp6.0: do a posting read when flushing HDP > drm/amdgpu/hdp7.0: do a posting read when flushing HDP > Revert "drm/amd/pm: correct the workload setting" > drm/amd/pm: fix and simplify workload handling > drm/amdgpu: rework resume handling for display (v2) > > Chris Park (1): > drm/amd/display: Add hblank borrowing support > > David Yat Sin (1): > drm/amdkfd: hard-code cacheline for gc943,gc944 > > Dillon Varone (1): > drm/amd/display: Limit VTotal range to max hw cap minus fp > > Lo-an Chen (1): > drm/amd/display: Correct prefetch calculation > > Mario Limonciello (2): > drm/amd: Sanity check the ACPI EDID > drm/amd/display: Fix programming backlight on OLED panels > > Peterson Guo (1): > drm/amd/display: Add a left edge pixel if in YCbCr422 or YCbCr420 and odm > > Pratap Nirujogi (1): > drm/amdgpu: Fix ISP hw init issue > > Sreekant Somasekharan (1): > drm/amdkfd: add MEC version that supports no PCIe atomics for GFX12 > > Sung Lee (1): > drm/amd/display: Add option to retrieve detile buffer size > > Yiqing Yao (1): > drm/amdgpu: fix sriov reinit late orders > > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 90 ++++++++--- > drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c | 12 +- > drivers/gpu/drm/amd/amdgpu/hdp_v5_0.c | 7 +- > drivers/gpu/drm/amd/amdgpu/hdp_v5_2.c | 6 +- > drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c | 6 +- > drivers/gpu/drm/amd/amdgpu/hdp_v7_0.c | 6 +- > drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c | 2 +- > drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 6 + > drivers/gpu/drm/amd/amdkfd/kfd_device.c | 3 + > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 + > .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 13 +- > drivers/gpu/drm/amd/display/dc/core/dc.c | 18 +++ > drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 42 ++++- > drivers/gpu/drm/amd/display/dc/dc.h | 4 + > drivers/gpu/drm/amd/display/dc/dc_spl_translate.c | 2 +- > .../drm/amd/display/dc/dml2/display_mode_core.c | 1 + > .../dc/dml2/dml21/dml21_translation_helper.c | 48 +++++- > .../drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c | 3 +- > .../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 7 +- > drivers/gpu/drm/amd/display/dc/inc/core_types.h | 3 + > drivers/gpu/drm/amd/display/dc/link/link_dpms.c | 3 +- > .../amd/display/dc/resource/dcn20/dcn20_resource.c | 23 +++ > .../amd/display/dc/resource/dcn30/dcn30_resource.c | 1 + > .../display/dc/resource/dcn302/dcn302_resource.c | 1 + > .../display/dc/resource/dcn303/dcn303_resource.c | 1 + > .../amd/display/dc/resource/dcn31/dcn31_resource.c | 7 + > .../amd/display/dc/resource/dcn31/dcn31_resource.h | 3 + > .../display/dc/resource/dcn314/dcn314_resource.c | 1 + > .../display/dc/resource/dcn315/dcn315_resource.c | 1 + > .../display/dc/resource/dcn316/dcn316_resource.c | 1 + > .../amd/display/dc/resource/dcn32/dcn32_resource.c | 2 + > .../display/dc/resource/dcn321/dcn321_resource.c | 1 + > .../amd/display/dc/resource/dcn35/dcn35_resource.c | 2 + > .../display/dc/resource/dcn351/dcn351_resource.c | 2 + > .../display/dc/resource/dcn401/dcn401_resource.c | 1 + > .../drm/amd/display/modules/freesync/freesync.c | 13 +- > drivers/gpu/drm/amd/pm/amdgpu_pm.c | 6 +- > drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 169 +++++++++++--------- > drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h | 17 +- > drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c | 167 +++++++++++--------- > drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 170 ++++++++++++-------- > .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 171 ++++++++++++-------- > drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c | 41 ++--- > drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c | 43 ++--- > .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 175 +++++++++++---------- > .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 139 +++++++++------- > .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 165 +++++++++++-------- > drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 33 +++- > drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h | 6 +- > 49 files changed, 1031 insertions(+), 615 deletions(-) -- Simona Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch