-
- Downloads
Merge tag 'drm-fixes-2025-03-07' of https://gitlab.freedesktop.org/drm/kernel
Pull drm fixes from Dave Airlie: "Fixes across the board, mostly xe and imagination with some amd and misc others. The xe fixes are mostly hmm related, though there are some others in there as well, nothing really stands out otherwise. The nouveau Kconfig to select FW_CACHE is in this, which we discussed a while back. nouveau: - rely on fw caching Kconfig fix imagination: - avoid deadlock on fence release - fix fence initialisation - fix timestamps firmware traces scheduler: - fix include guard bochs: - dpms fix i915: - bump max stream count to match pipes xe: - Remove double page flip on initial plane - Properly setup userptr pfn_flags_mask - Fix GT "for each engine" workarounds - Fix userptr races and missed validations - Userptr invalid page access fixes - Cleanup some style nits amdgpu: - Fix NULL check in DC code - SMU 14 fix amdkfd: - Fix NULL check in queue validation radeon: - RS400 HyperZ fix" * tag 'drm-fixes-2025-03-07' of https://gitlab.freedesktop.org/drm/kernel: (22 commits) drm/bochs: Fix DPMS regression drm/xe/userptr: Unmap userptrs in the mmu notifier drm/xe/hmm: Don't dereference struct page pointers without notifier lock drm/xe/hmm: Style- and include fixes drm/xe: Add staging tree for VM binds drm/xe: Fix fault mode invalidation with unbind drm/xe/vm: Fix a misplaced #endif drm/xe/vm: Validate userptr during gpu vma prefetching drm/amd/pm: always allow ih interrupt from fw drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress 200M drm/amdkfd: Fix NULL Pointer Dereference in KFD queue drm/amd/display: Fix null check for pipe_ctx->plane_state in resource_build_scaling_params drm/xe: Fix GT "for each engine" workarounds drm/xe/userptr: properly setup pfn_flags_mask drm/i915/mst: update max stream count to match number of pipes drm/xe: Remove double pageflip drm/sched: Fix preprocessor guard drm/imagination: Fix timestamps in firmware traces drm/imagination: only init job done fences once drm/imagination: Hold drm_gem_gpuva lock for unmap ...
Showing
- drivers/gpu/drm/amd/amdkfd/kfd_queue.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_queue.c
- drivers/gpu/drm/amd/display/dc/core/dc_resource.c 2 additions, 1 deletiondrivers/gpu/drm/amd/display/dc/core/dc_resource.c
- drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0.c 1 addition, 11 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0.c
- drivers/gpu/drm/i915/display/intel_dp_mst.c 2 additions, 1 deletiondrivers/gpu/drm/i915/display/intel_dp_mst.c
- drivers/gpu/drm/imagination/pvr_fw_meta.c 4 additions, 2 deletionsdrivers/gpu/drm/imagination/pvr_fw_meta.c
- drivers/gpu/drm/imagination/pvr_fw_trace.c 2 additions, 2 deletionsdrivers/gpu/drm/imagination/pvr_fw_trace.c
- drivers/gpu/drm/imagination/pvr_queue.c 14 additions, 4 deletionsdrivers/gpu/drm/imagination/pvr_queue.c
- drivers/gpu/drm/imagination/pvr_queue.h 4 additions, 0 deletionsdrivers/gpu/drm/imagination/pvr_queue.h
- drivers/gpu/drm/imagination/pvr_vm.c 108 additions, 26 deletionsdrivers/gpu/drm/imagination/pvr_vm.c
- drivers/gpu/drm/imagination/pvr_vm.h 3 additions, 0 deletionsdrivers/gpu/drm/imagination/pvr_vm.h
- drivers/gpu/drm/nouveau/Kconfig 1 addition, 0 deletionsdrivers/gpu/drm/nouveau/Kconfig
- drivers/gpu/drm/radeon/r300.c 2 additions, 1 deletiondrivers/gpu/drm/radeon/r300.c
- drivers/gpu/drm/radeon/radeon_asic.h 1 addition, 0 deletionsdrivers/gpu/drm/radeon/radeon_asic.h
- drivers/gpu/drm/radeon/rs400.c 16 additions, 2 deletionsdrivers/gpu/drm/radeon/rs400.c
- drivers/gpu/drm/scheduler/gpu_scheduler_trace.h 2 additions, 2 deletionsdrivers/gpu/drm/scheduler/gpu_scheduler_trace.h
- drivers/gpu/drm/tiny/bochs.c 3 additions, 2 deletionsdrivers/gpu/drm/tiny/bochs.c
- drivers/gpu/drm/xe/display/xe_plane_initial.c 0 additions, 10 deletionsdrivers/gpu/drm/xe/display/xe_plane_initial.c
- drivers/gpu/drm/xe/xe_gt.c 2 additions, 2 deletionsdrivers/gpu/drm/xe/xe_gt.c
- drivers/gpu/drm/xe/xe_hmm.c 140 additions, 48 deletionsdrivers/gpu/drm/xe/xe_hmm.c
- drivers/gpu/drm/xe/xe_hmm.h 7 additions, 0 deletionsdrivers/gpu/drm/xe/xe_hmm.h
Loading
Please register or sign in to comment