Merge tag 'drm-fixes-2024-11-16' of https://gitlab.freedesktop.org/drm/kernel
Pull drm fixes from Dave Airlie: "Final week of fixes, lots of small amdgpu fixes, some i915 and xe fixes, the nouveau changes fix a recent regression and some laptop panel black screens, then a couple of other misc ones. It's probably a little busier than I'd like, but each fix seems fine. amdgpu: - PSR fix - Panel replay fixes - DML fix - vblank power fix - Fix video caps - SMU 14.0 fix - GPUVM fix - MES 12 fix - APU carve out fix - DC vbios fix - NBIO fix i915: - Don't load GSC on ARL-H and ARL-U if too old FW - Avoid potential OOPS in enabling/disabling TV output xe: - Fix unlock on exec ioctl error path - Fix hibernation on LNL due to ggtt getting lost - Fix missing runtime PM in OA release bridge: - tc358768: Fix DSI command tx nouveau: - Fix GSP AUX error handling - dp: Handle retires for AUX CH transfers with GSP - fw: Sync DMA after setup panthor: - Fix partial BO mappings to GPU rockchip: - vop: Avoid null-ptr deref in plane-state check vmwgfx: - Avoid null-ptr deref in surface creation" * tag 'drm-fixes-2024-11-16' of https://gitlab.freedesktop.org/drm/kernel: (27 commits) drm/bridge: tc358768: Fix DSI command tx drm/vmwgfx: avoid null_ptr_deref in vmw_framebuffer_surface_create_handle nouveau/dp: handle retries for AUX CH transfers with GSP. nouveau: handle EBUSY and EAGAIN for GSP aux errors. nouveau: fw: sync dma after setup is called. drm/xe/oa: Fix "Missing outer runtime PM protection" warning drm/xe: handle flat ccs during hibernation on igpu drm/xe: improve hibernation on igpu drm/xe: Restore system memory GGTT mappings drm/xe: Ensure all locks released in exec IOCTL drm/panthor: Fix handling of partial GPU mapping of BOs drm/amd: Fix initialization mistake for NBIO 7.7.0 Revert "drm/amd/display: parse umc_info or vram_info based on ASIC" drm/amd/display: Fix failure to read vram info due to static BP_RESULT drm/amdgpu: enable GTT fallback handling for dGPUs only drm/i915: Grab intel_display from the encoder to avoid potential oopsies drm/i915/gsc: ARL-H and ARL-U need a newer GSC FW. drm/amdgpu/mes12: correct kiq unmap latency drm/amdgpu: fix check in gmc_v9_0_get_vm_pte() drm/amd/pm: print pp_dpm_mclk in ascending order on SMU v14.0.0 ...
Showing
- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 2 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_object.c
- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c 8 additions, 5 deletionsdrivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
- drivers/gpu/drm/amd/amdgpu/mes_v12_0.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdgpu/mes_v12_0.c
- drivers/gpu/drm/amd/amdgpu/nbio_v7_7.c 6 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/nbio_v7_7.c
- drivers/gpu/drm/amd/amdgpu/nv.c 6 additions, 6 deletionsdrivers/gpu/drm/amd/amdgpu/nv.c
- drivers/gpu/drm/amd/amdgpu/soc15.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/soc15.c
- drivers/gpu/drm/amd/amdgpu/soc21.c 6 additions, 6 deletionsdrivers/gpu/drm/amd/amdgpu/soc21.c
- drivers/gpu/drm/amd/amdgpu/soc24.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdgpu/soc24.c
- drivers/gpu/drm/amd/amdgpu/vi.c 4 additions, 4 deletionsdrivers/gpu/drm/amd/amdgpu/vi.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 60 additions, 57 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h 1 addition, 1 deletiondrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c 2 additions, 3 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq_params.h 1 addition, 1 deletiondrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq_params.h
- drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 2 additions, 4 deletionsdrivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
- drivers/gpu/drm/amd/display/dc/core/dc_state.c 3 additions, 0 deletionsdrivers/gpu/drm/amd/display/dc/core/dc_state.c
- drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c 9 additions, 2 deletions.../display/dc/dml2/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
- drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c 3 additions, 2 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c
- drivers/gpu/drm/bridge/tc358768.c 19 additions, 2 deletionsdrivers/gpu/drm/bridge/tc358768.c
- drivers/gpu/drm/i915/display/intel_tv.c 2 additions, 2 deletionsdrivers/gpu/drm/i915/display/intel_tv.c
- drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.c 32 additions, 18 deletionsdrivers/gpu/drm/i915/gt/uc/intel_gsc_fw.c
Loading
Please register or sign in to comment