This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9a6e8c7c3a02 Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedes [...] new c6c2f66372d5 drm/amdgpu/jpeg1.0: fix idle work handler new c9b8dcabb52a drm/amdgpu/hdp4.0: do a posting read when flushing HDP new cf424020e040 drm/amdgpu/hdp5.0: do a posting read when flushing HDP new f756dbac1ce1 drm/amdgpu/hdp5.2: do a posting read when flushing HDP new abe1cbaec6cf drm/amdgpu/hdp6.0: do a posting read when flushing HDP new 689275140cb8 drm/amdgpu/hdp7.0: do a posting read when flushing HDP new 0f15cbc20371 drm/amd: Sanity check the ACPI EDID new 1c0938620176 drm/amd/display: Fix programming backlight on OLED panels new 33114f1057ea drm/amdkfd: add MEC version that supports no PCIe atomics [...] new 55ed120dcfdd drm/amdkfd: hard-code cacheline for gc943,gc944 new 63e7ee677c74 drm/amd/display: Add a left edge pixel if in YCbCr422 or Y [...] new 6a7fd76b949e drm/amd/display: Add option to retrieve detile buffer size new 24d3749c11d9 drm/amd/display: Correct prefetch calculation new a29997b7ac1f drm/amd/display: Limit VTotal range to max hw cap minus fp new 0c0a19430bfd drm/amd/display: Add hblank borrowing support new 274e3f459644 drm/amdgpu: Fix ISP hw init issue new f3bb57b66dc4 drm/amdgpu: fix sriov reinit late orders new c3d06a3b6acd Revert "drm/amd/pm: correct the workload setting" new 1443dd3c67f6 drm/amd/pm: fix and simplify workload handling new 73dae652dcac drm/amdgpu: rework resume handling for display (v2) new 1995e7d05062 Merge tag 'amd-drm-fixes-6.13-2024-12-04' of https://gitla [...] new c7cde621b2ac Merge tag 'drm-fixes-2024-12-06' of https://gitlab.freedes [...]
The 22 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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(-)