Merge tag 'drm-fixes-2024-06-22' of https://gitlab.freedesktop.org/drm/kernel
Pull drm fixes from Dave Airlie: "Still pretty quiet, two weeks worth of amdgpu fixes, with one i915 and one xe. I didn't get the drm-misc-fixes tree PR this week, but there was only one fix queued and I think it can wait another week, so seems pretty normal. xe: - Fix for invalid register access i915: - Fix conditions for joiner usage, it's not possible with eDP MSO amdgpu: - Fix display idle optimization race - Fix GPUVM TLB flush locking scope - IPS fix - GFX 9.4.3 harvesting fix - Runtime pm fix for shared buffers - DCN 3.5.x fixes - USB4 fix - RISC-V clang fix - Silence UBSAN warnings - MES11 fix - PSP 14.0.x fix" * tag 'drm-fixes-2024-06-22' of https://gitlab.freedesktop.org/drm/kernel: drm/xe/vf: Don't touch GuC irq registers if using memory irqs drm/amdgpu: init TA fw for psp v14 drm/amdgpu: cleanup MES11 command submission drm/amdgpu: fix UBSAN warning in kv_dpm.c drm/radeon: fix UBSAN warning in kv_dpm.c drm/amd/display: Disable CONFIG_DRM_AMD_DC_FP for RISC-V with clang drm/amd/display: Attempt to avoid empty TUs when endpoint is DPIA drm/amd/display: change dram_clock_latency to 34us for dcn35 drm/amd/display: Change dram_clock_latency to 34us for dcn351 drm/amdgpu: revert "take runtime pm reference when we attach a buffer" v2 drm/amdgpu: Indicate CU havest info to CP drm/amd/display: prevent register access while in IPS drm/amdgpu: fix locking scope when flushing tlb drm/amd/display: Remove redundant idle optimization check drm/i915/mso: using joiner is not possible with eDP MSO
Showing
- drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c 0 additions, 34 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 0 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c 34 additions, 32 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h 0 additions, 15 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
- drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c 13 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
- drivers/gpu/drm/amd/amdgpu/mes_v11_0.c 48 additions, 28 deletionsdrivers/gpu/drm/amd/amdgpu/mes_v11_0.c
- drivers/gpu/drm/amd/amdgpu/psp_v14_0.c 5 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/psp_v14_0.c
- drivers/gpu/drm/amd/display/Kconfig 1 addition, 1 deletiondrivers/gpu/drm/amd/display/Kconfig
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 10 additions, 3 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
- drivers/gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c 1 addition, 1 deletiondrivers/gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c
- drivers/gpu/drm/amd/display/dc/dml/dcn351/dcn351_fpu.c 1 addition, 1 deletiondrivers/gpu/drm/amd/display/dc/dml/dcn351/dcn351_fpu.c
- drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c 72 additions, 0 deletionsdrivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c
- drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.h 2 additions, 0 deletionsdrivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.h
- drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_init.c 1 addition, 1 deletiondrivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_init.c
- drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c 2 additions, 0 deletionsdrivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c
- drivers/gpu/drm/i915/display/intel_dp.c 4 additions, 0 deletionsdrivers/gpu/drm/i915/display/intel_dp.c
- drivers/gpu/drm/radeon/sumo_dpm.c 2 additions, 0 deletionsdrivers/gpu/drm/radeon/sumo_dpm.c
- drivers/gpu/drm/xe/xe_guc.c 2 additions, 2 deletionsdrivers/gpu/drm/xe/xe_guc.c
Please register or sign in to comment