-
- Downloads
Merge tag 'drm-fixes-2024-03-30' of https://gitlab.freedesktop.org/drm/kernel
Pull drm fixes from Dave Airlie: "Regular fixes for rc2, quite a few i915/amdgpu as usual, some xe, and then mostly scattered around. rc3 might be quieter with the holidays but we shall see. bridge: - select DRM_KMS_HELPER dma-buf: - fix NULL-pointer deref dp: - fix div-by-zero in DP MST unplug code fbdev: - select FB_IOMEM_FOPS for SBus sched: - fix NULL-pointer deref xe: - Fix build on mips - Fix wrong bound checks - Fix use of msec rather than jiffies - Remove dead code amdgpu: - SMU 14.0.1 updates - DCN 3.5.x updates - VPE fix - eDP panel flickering fix - Suspend fix - PSR fix - DCN 3.0+ fix - VCN 4.0.6 updates - debugfs fix amdkfd: - DMA-Buf fix - GFX 9.4.2 TLB flush fix - CP interrupt fix i915: - Fix for BUG_ON/BUILD_BUG_ON IN I915_memcpy.c - Update a MTL workaround - Fix locking inversion in hwmon's sysfs - Remove a bogus error message around PXP - Fix UAF on VMA - Reset queue_priority_hint on parking - Display Fixes: - Remove duplicated audio enable/disable on SDVO and DP - Disable AuxCCS for Xe driver - Revert init order of MIPI DSI - DRRS debugfs fix with an extra refactor patch - VRR related fixes - Fix a JSL eDP corruption - Fix the cursor physical dma address - BIOS VBT related fix nouveau: - dmem: handle kcalloc() allocation failures qxl: - remove unused variables rockchip: - vop2: remove support for AR30 and AB30 formats vmwgfx: - debugfs: create ttm_resource_manager entry only if needed" * tag 'drm-fixes-2024-03-30' of https://gitlab.freedesktop.org/drm/kernel: (55 commits) drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_mode() drm/i915: Pre-populate the cursor physical dma address drm/i915/gt: Reset queue_priority_hint on parking drm/i915/vma: Fix UAF on destroy against retire race drm/i915: Do not print 'pxp init failed with 0' when it succeed drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed() drm/i915/hwmon: Fix locking inversion in sysfs getter drm/i915/dsb: Fix DSB vblank waits when using VRR drm/i915/vrr: Generate VRR "safe window" for DSB drm/i915/display/debugfs: Fix duplicate checks in i915_drrs_status drm/i915/drrs: Refactor CPU transcoder DRRS check drm/i915/mtl: Update workaround 14018575942 drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly drm/i915/display: Disable AuxCCS framebuffers if built for Xe drm/i915: Stop doing double audio enable/disable on SDVO and g4x+ DP drm/i915: Add includes for BUG_ON/BUILD_BUG_ON in i915_memcpy.c drm/qxl: remove unused variable from `qxl_process_single_command()` drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()` drm/i915: add bug.h include to i915_memcpy.c drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed ...
Showing
- drivers/dma-buf/st-dma-fence-chain.c 3 additions, 3 deletionsdrivers/dma-buf/st-dma-fence-chain.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 2 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_device.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 1 addition, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c 29 additions, 17 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c 10 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.h 10 additions, 10 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.h
- drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c 6 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
- drivers/gpu/drm/amd/amdgpu/umsch_mm_v4_0.c 5 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/umsch_mm_v4_0.c
- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_chardev.c
- drivers/gpu/drm/amd/amdkfd/kfd_int_process_v10.c 2 additions, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_int_process_v10.c
- drivers/gpu/drm/amd/amdkfd/kfd_int_process_v11.c 2 additions, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_int_process_v11.c
- drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c 2 additions, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c
- drivers/gpu/drm/amd/amdkfd/kfd_priv.h 1 addition, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_priv.h
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 3 additions, 5 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c 5 additions, 3 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.h 1 addition, 1 deletiondrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.h
- drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c 6 additions, 1 deletiondrivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c
- drivers/gpu/drm/amd/display/dc/core/dc.c 4 additions, 2 deletionsdrivers/gpu/drm/amd/display/dc/core/dc.c
- drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c 32 additions, 22 deletionsdrivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c
- drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.h 7 additions, 7 deletionsdrivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.h
Loading
Please register or sign in to comment