-
- Downloads
Merge tag 'drm-fixes-2023-06-17' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie: "A bunch of misc fixes across the board. amdgpu is the usual bulk with a revert and other fixes, nouveau has a race fix that was causing a UAF that was hard hanging systems, otherwise some qaic, bridge and radeon. amdgpu: - GFX9 preemption fixes - Add missing radeon secondary PCI ID - vblflash fixes - SMU 13 fix - VCN 4.0 fix - Re-enable TOPDOWN flag for large BAR systems to fix regression - eDP fix - PSR hang fix - DPIA fix radeon: - fbdev client warning fix qaic: - leak fix - null ptr deref fix nouveau: - use-after-free caused by fence race fix - runtime pm fix - NULL ptr checks bridge: - ti-sn65dsi86: Avoid possible buffer overflow" * tag 'drm-fixes-2023-06-17' of git://anongit.freedesktop.org/drm/drm: (21 commits) nouveau: fix client work fence deletion race drm/amd/display: limit DPIA link rate to HBR3 drm/amd/display: fix the system hang while disable PSR drm/amd/display: edp do not add non-edid timings Revert "drm/amdgpu: remove TOPDOWN flags when allocating VRAM in large bar system" drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1 drm/radeon: Disable outputs when releasing fbdev client drm/amd/pm: workaround for compute workload type on some skus drm/amd: Tighten permissions on VBIOS flashing attributes drm/amd: Make sure image is written to trigger VBIOS image update flow drm/amdgpu: add missing radeon secondary PCI ID drm/amdgpu: Implement gfx9 patch functions for resubmission drm/amdgpu: Modify indirect buffer packages for resubmission drm/amdgpu: Program gds backup address as zero if no gds allocated drm/nouveau: add nv_encoder pointer check for NULL drm/amdgpu: Reset CP_VMID_PREEMPT after trailing fence signaled drm/nouveau/dp: check for NULL nv_connector->native_mode drm/bridge: ti-sn65dsi86: Avoid possible buffer overflow drm/nouveau: don't detect DSM for non-NVIDIA device accel/qaic: Fix NULL pointer deref in qaic_destroy_drm_device() ...
Showing
- drivers/accel/qaic/qaic_drv.c 4 additions, 0 deletionsdrivers/accel/qaic/qaic_drv.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 1 addition, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_object.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 5 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c 18 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h 9 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
- drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c 60 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.h 15 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.h
- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 92 additions, 9 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
- drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c 5 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 13 additions, 5 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
- drivers/gpu/drm/amd/display/dc/link/link_detection.c 5 additions, 0 deletionsdrivers/gpu/drm/amd/display/dc/link/link_detection.c
- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c 31 additions, 2 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
- drivers/gpu/drm/bridge/ti-sn65dsi86.c 4 additions, 0 deletionsdrivers/gpu/drm/bridge/ti-sn65dsi86.c
- drivers/gpu/drm/nouveau/nouveau_acpi.c 3 additions, 0 deletionsdrivers/gpu/drm/nouveau/nouveau_acpi.c
- drivers/gpu/drm/nouveau/nouveau_connector.c 4 additions, 3 deletionsdrivers/gpu/drm/nouveau/nouveau_connector.c
- drivers/gpu/drm/nouveau/nouveau_drm.c 10 additions, 4 deletionsdrivers/gpu/drm/nouveau/nouveau_drm.c
- drivers/gpu/drm/radeon/radeon_fbdev.c 1 addition, 0 deletionsdrivers/gpu/drm/radeon/radeon_fbdev.c
Loading
Please register or sign in to comment