Merge tag 'drm-fixes-2023-06-09' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie: "Bit busier and a bit more scattered than usual. amdgpu is the main one, with ivpu and msm having a few fixes, then i915, exynos, ast, lima, radeon with some misc bits, but overall nothing standing out. fb-helper: - Fill in fb-helper vars more correctly amdgpu: - S0ix fixes - GPU reset fixes - SMU13 fixes - SMU11 fixes - Misc Display fixes - Revert RV/RV2/PCO clock counter changes - Fix Stoney xclk value - Fix reserved vram debug info radeon: - Fix a potential use after free i915: - CDCLK voltage fix for ADL-P - eDP wake sync pulse fix - Two error handling fixes to selftests exynos: - Fix wrong return in Exynos vidi driver - Fix use-after-free issue to Exynos g2d driver ast: - resume and modeset fixes for ast ivpu: - Assorted ivpu fixes lima: - lima context destroy fix msm: - Fix max segment size to address splat on newer a6xx - Disable PSR by default w/ modparam to re-enable, since there still seems to be a lingering issue - Fix HPD issue - Fix issue with unitialized GMU mutex" * tag 'drm-fixes-2023-06-09' of git://anongit.freedesktop.org/drm/drm: (32 commits) drm/msm/a6xx: initialize GMU mutex earlier drm/msm/dp: enable HDP plugin/unplugged interrupts at hpd_enable/disable accel/ivpu: Fix sporadic VPU boot failure accel/ivpu: Do not use mutex_lock_interruptible accel/ivpu: Do not trigger extra VPU reset if the VPU is idle drm/amd/display: Reduce sdp bw after urgent to 90% drm/amdgpu: change reserved vram info print drm/amdgpu: fix xclk freq on CHIP_STONEY drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctl Revert "drm/amdgpu: switch to golden tsc registers for raven/raven2" Revert "drm/amdgpu: Differentiate between Raven2 and Raven/Picasso according to revision id" Revert "drm/amdgpu: change the reference clock for raven/raven2" drm/amd/display: add ODM case when looking for first split pipe drm/amd: Make lack of `ACPI_FADT_LOW_POWER_S0` or `CONFIG_AMD_PMC` louder during suspend path drm/amd/pm: conditionally disable pcie lane switching for some sienna_cichlid SKUs drm/amd/pm: Fix power context allocation in SMU13 drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vram drm/amd: Disallow s0ix without BIOS support again drm/i915/selftests: Add some missing error propagation drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctl ...
No related branches found
No related tags found
Showing
- drivers/accel/ivpu/Kconfig 1 addition, 0 deletionsdrivers/accel/ivpu/Kconfig
- drivers/accel/ivpu/ivpu_hw_mtl.c 17 additions, 5 deletionsdrivers/accel/ivpu/ivpu_hw_mtl.c
- drivers/accel/ivpu/ivpu_hw_mtl_reg.h 1 addition, 0 deletionsdrivers/accel/ivpu/ivpu_hw_mtl_reg.h
- drivers/accel/ivpu/ivpu_ipc.c 1 addition, 3 deletionsdrivers/accel/ivpu/ivpu_ipc.c
- drivers/accel/ivpu/ivpu_job.c 14 additions, 7 deletionsdrivers/accel/ivpu/ivpu_job.c
- drivers/accel/ivpu/ivpu_mmu.c 6 additions, 16 deletionsdrivers/accel/ivpu/ivpu_mmu.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c 8 additions, 4 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 4 additions, 6 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_object.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c 0 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c 4 additions, 3 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 0 additions, 35 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
- drivers/gpu/drm/amd/amdgpu/soc15.c 4 additions, 3 deletionsdrivers/gpu/drm/amd/amdgpu/soc15.c
- drivers/gpu/drm/amd/amdgpu/vi.c 9 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/vi.c
- drivers/gpu/drm/amd/display/dc/core/dc.c 35 additions, 1 deletiondrivers/gpu/drm/amd/display/dc/core/dc.c
- drivers/gpu/drm/amd/display/dc/core/dc_resource.c 20 additions, 0 deletionsdrivers/gpu/drm/amd/display/dc/core/dc_resource.c
- drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c 1 addition, 1 deletiondrivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
- drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c 74 additions, 18 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
- drivers/gpu/drm/ast/ast_dp.c 17 additions, 38 deletionsdrivers/gpu/drm/ast/ast_dp.c
- drivers/gpu/drm/ast/ast_drv.h 1 addition, 4 deletionsdrivers/gpu/drm/ast/ast_drv.h
Loading
Please register or sign in to comment