Merge tag 'drm-fixes-2023-10-20' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie: "Regular fixes for the week, amdgpu, i915, nouveau, with some other scattered around, nothing major. amdgpu: - Fix possible NULL pointer dereference - Avoid possible BUG_ON in GPUVM updates - Disable AMD_CTX_PRIORITY_UNSET i915: - Fix display issue that was blocking S0ix - Retry gtt fault when out of fence registers bridge: - ti-sn65dsi86: Fix device lifetime edid: - Add quirk for BenQ GW2765 ivpu: - Extend address range for MMU mmap nouveau: - DP-connector fixes - Documentation fixes panel: - Move AUX B116XW03 into panel-simple scheduler: - Eliminate DRM_SCHED_PRIORITY_UNSET ttm: - Fix possible NULL-ptr deref in cleanup mediatek: - Correctly free sg_table in gem prime vmap" * tag 'drm-fixes-2023-10-20' of git://anongit.freedesktop.org/drm/drm: drm/amdgpu: Reserve fences for VM update drm/amdgpu: Fix possible null pointer dereference accel/ivpu: Extend address range for MMU mmap Revert "accel/ivpu: Use cached buffers for FW loading" accel/ivpu: Don't enter d0i3 during FLR drm/i915: Retry gtt fault when out of fence registers drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSET drm/amdgpu: Unset context priority is now invalid drm/mediatek: Correctly free sg_table in gem prime vmap drm/edid: add 8 bpc quirk to the BenQ GW2765 drm/ttm: Reorder sys manager cleanup step drm/nouveau/disp: fix DP capable DSM connectors drm/nouveau: exec: fix ioctl kernel-doc warning drm/panel: Move AUX B116XW03 out of panel-edp back to panel-simple drm/bridge: ti-sn65dsi86: Associate DSI device lifetime with auxiliary device
No related branches found
No related tags found
Showing
- drivers/accel/ivpu/ivpu_drv.c 8 additions, 3 deletionsdrivers/accel/ivpu/ivpu_drv.c
- drivers/accel/ivpu/ivpu_drv.h 1 addition, 0 deletionsdrivers/accel/ivpu/ivpu_drv.h
- drivers/accel/ivpu/ivpu_fw.c 4 additions, 5 deletionsdrivers/accel/ivpu/ivpu_fw.c
- drivers/accel/ivpu/ivpu_gem.h 0 additions, 5 deletionsdrivers/accel/ivpu/ivpu_gem.h
- drivers/accel/ivpu/ivpu_hw.h 8 additions, 0 deletionsdrivers/accel/ivpu/ivpu_hw.h
- drivers/accel/ivpu/ivpu_hw_37xx.c 1 addition, 0 deletionsdrivers/accel/ivpu/ivpu_hw_37xx.c
- drivers/accel/ivpu/ivpu_hw_40xx.c 1 addition, 0 deletionsdrivers/accel/ivpu/ivpu_hw_40xx.c
- drivers/accel/ivpu/ivpu_mmu_context.c 3 additions, 6 deletionsdrivers/accel/ivpu/ivpu_mmu_context.c
- drivers/accel/ivpu/ivpu_pm.c 2 additions, 1 deletiondrivers/accel/ivpu/ivpu_pm.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c 3 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c 4 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 2 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
- drivers/gpu/drm/bridge/ti-sn65dsi86.c 7 additions, 7 deletionsdrivers/gpu/drm/bridge/ti-sn65dsi86.c
- drivers/gpu/drm/drm_edid.c 3 additions, 0 deletionsdrivers/gpu/drm/drm_edid.c
- drivers/gpu/drm/i915/display/intel_cx0_phy.c 1 addition, 2 deletionsdrivers/gpu/drm/i915/display/intel_cx0_phy.c
- drivers/gpu/drm/i915/gem/i915_gem_mman.c 1 addition, 0 deletionsdrivers/gpu/drm/i915/gem/i915_gem_mman.c
- drivers/gpu/drm/mediatek/mtk_drm_gem.c 5 additions, 1 deletiondrivers/gpu/drm/mediatek/mtk_drm_gem.c
- drivers/gpu/drm/nouveau/nvkm/engine/disp/uconn.c 13 additions, 1 deletiondrivers/gpu/drm/nouveau/nvkm/engine/disp/uconn.c
- drivers/gpu/drm/panel/panel-edp.c 0 additions, 29 deletionsdrivers/gpu/drm/panel/panel-edp.c
- drivers/gpu/drm/panel/panel-simple.c 35 additions, 0 deletionsdrivers/gpu/drm/panel/panel-simple.c
Loading
Please register or sign in to comment