This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 264efe488fd8 Merge tag 'ovl-fixes-6.10-rc5' of git://git.kernel.org/pub [...] new 49cc17967be9 drm/i915/mso: using joiner is not possible with eDP MSO new a8080132ed0b Merge tag 'drm-intel-fixes-2024-06-19' of https://gitlab.f [...] new e2654a4453ba drm/amd/display: Remove redundant idle optimization check new 84801d4f1e4f drm/amdgpu: fix locking scope when flushing tlb new 56342da3d8cc drm/amd/display: prevent register access while in IPS new 49c9ffabde55 drm/amdgpu: Indicate CU havest info to CP new 8bd82363e2ee drm/amdgpu: revert "take runtime pm reference when we atta [...] new c60e20f13c27 drm/amd/display: Change dram_clock_latency to 34us for dcn351 new 6071607bfefe drm/amd/display: change dram_clock_latency to 34us for dcn35 new c03d770c0b01 drm/amd/display: Attempt to avoid empty TUs when endpoint is DPIA new 301daa346f0e drm/amd/display: Disable CONFIG_DRM_AMD_DC_FP for RISC-V w [...] new a498df5421fd drm/radeon: fix UBSAN warning in kv_dpm.c new f0d576f84015 drm/amdgpu: fix UBSAN warning in kv_dpm.c new e356d321d024 drm/amdgpu: cleanup MES11 command submission new ed5a4484f074 drm/amdgpu: init TA fw for psp v14 new 07e06189c5ea Merge tag 'amd-drm-fixes-6.10-2024-06-19' of https://gitla [...] new d21d44dbdde8 drm/xe/vf: Don't touch GuC irq registers if using memory irqs new d1913b86f735 Merge tag 'drm-xe-fixes-2024-06-20' of https://gitlab.free [...] new d6c941570680 Merge tag 'drm-fixes-2024-06-22' of https://gitlab.freedes [...]
The 19 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_dma_buf.c | 34 ---------- drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 2 - drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 66 ++++++++++--------- drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h | 15 ----- drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c | 15 ++++- drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 76 ++++++++++++++-------- drivers/gpu/drm/amd/amdgpu/psp_v14_0.c | 5 ++ drivers/gpu/drm/amd/display/Kconfig | 2 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 13 +++- .../gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 2 +- .../gpu/drm/amd/display/dc/dml/dcn351/dcn351_fpu.c | 2 +- .../drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c | 72 ++++++++++++++++++++ .../drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.h | 2 + .../gpu/drm/amd/display/dc/hwss/dcn35/dcn35_init.c | 2 +- drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c | 2 + drivers/gpu/drm/i915/display/intel_dp.c | 4 ++ drivers/gpu/drm/radeon/sumo_dpm.c | 2 + drivers/gpu/drm/xe/xe_guc.c | 4 +- 18 files changed, 198 insertions(+), 122 deletions(-)