summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-10-08drm/xe/pf: Add max_vfs configfs attribute to control PF modeMichal Wajdeczko3-0/+146
2025-10-07drm/nouveau: fix bad ret code in nouveau_bo_move_prepShuhao Fu1-1/+1
2025-10-07drm/amd/display: Incorrect Mirror CositingJesse Agate1-5/+5
2025-10-07drm/amd/display: Enable Dynamic DTBCLK SwitchFangzhi Zuo1-0/+4
2025-10-07drm/amdgpu: Report individual reset errorLijo Lazar1-10/+15
2025-10-07drm/amdgpu: partially revert "revert to old status lock handling v3"Christian König4-68/+105
2025-10-07drm/amd/display: Fix unsafe uses of kernel mode FPUArd Biesheuvel6-7/+56
2025-10-07drm/amd/pm: Disable VCN queue reset on SMU v13.0.6 due to regressionJesse.Zhang1-2/+1
2025-10-07drm/amdgpu: Fix general protection fault in amdgpu_vm_bo_reset_state_machineJesse.Zhang1-1/+1
2025-10-07drm/amdgpu: Check swus/ds for switch state saveLijo Lazar1-8/+15
2025-10-07drm/amd/pm: Avoid interface mismatch messagingLijo Lazar3-2/+5
2025-10-07drm/amdgpu: Merge amdgpu_vm_set_pasid into amdgpu_vm_initJesse.Zhang3-56/+24
2025-10-07drm/amd/amdgpu: Fix the mes version that support inv_tlbsShaoyun Liu1-1/+1
2025-10-07drm/amd: Check whether secure display TA loaded successfullyMario Limonciello1-1/+1
2025-10-07drm/amdkfd: Fix mmap write lock not releasePhilip Yang1-0/+2
2025-10-07drm/amdkfd: Fix kfd process ref leaking when userptr unmappingPhilip Yang1-2/+7
2025-10-07drm/amdgpu: Fix for GPU reset being blocked by KIQ I/O.Heng Zhou1-0/+5
2025-10-07drm/amd/display: Disable scaling on DCE6 for nowTimur Kristóf1-2/+2
2025-10-07drm/amd/display: Properly disable scaling on DCE6Timur Kristóf2-4/+13
2025-10-07drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6Timur Kristóf1-4/+2
2025-10-07drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIsTimur Kristóf1-0/+2
2025-10-07drm/amdgpu: Add additional DCE6 SCL registersAlex Deucher2-0/+9
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2025-10-07drm/buddy: Add KUnit tests for allocator performance under fragmentationArunpravin Paneer Selvam1-0/+105
2025-10-07drm/buddy: Separate clear and dirty free block treesArunpravin Paneer Selvam1-146/+187
2025-10-07drm/buddy: Optimize free block management with RB treeArunpravin Paneer Selvam1-77/+118
2025-10-07drm/xe/pf: Improve reading VF config blob from debugfsMichal Wajdeczko1-11/+33
2025-10-07Merge tag 'drm-xe-next-fixes-2025-10-03' of https://gitlab.freedesktop.org/dr...Dave Airlie13-75/+107
2025-10-07Merge tag 'drm-misc-next-fixes-2025-10-02' of https://gitlab.freedesktop.org/...Dave Airlie3-1/+4
2025-10-06drm/msm: Fix GEM free for imported dma-bufsRob Clark1-3/+7
2025-10-06drm/xe/guc: Ratelimit diagnostic messages from the relayMichal Wajdeczko2-2/+19
2025-10-06drm/xe: Update MEMIRQ to use tile-based printk macrosMichal Wajdeczko1-3/+2
2025-10-06drm/xe/pf: Update LMTT to use tile-based messagesMichal Wajdeczko1-6/+5
2025-10-06drm/xe: Add tile-based SRIOV printk macrosMichal Wajdeczko2-2/+38
2025-10-06drm/xe: Update SRIOV printk macrosMichal Wajdeczko1-6/+6
2025-10-06drm/xe/pf: Make the late-initialization really lateMichal Wajdeczko4-12/+32
2025-10-06drm/xe/xe_late_bind_fw: Fix and simplify parsing user inputMichal Wajdeczko1-7/+4
2025-10-06drm/xe: Don't force DRM_XE_DEBUG_MEMIRQ for SR-IOV debugMichal Wajdeczko1-8/+8
2025-10-06drm/xe: Fix copyright and function naming in xe_ttm_vram_mgrShuicheng Lin1-3/+3
2025-10-06drm/vmwgfx: Fix copy-paste typo in validationIan Forbes1-1/+1
2025-10-06drm/vmwgfx: Fix Use-after-free in validationIan Forbes1-1/+3
2025-10-06drm/vmwgfx: Fix a null-ptr access in the cursor snooperZack Rusin1-5/+12
2025-10-06drm/vgem-fence: Fix potential deadlock on releaseJanusz Krzysztofik1-1/+1
2025-10-06drm/atomic: Convert drm_atomic_get_private_obj_state() to use new plane stateMaxime Ripard1-4/+4
2025-10-06drm/ingenic: crtc: Switch to ingenic_drm_get_new_priv_state()Maxime Ripard1-2/+8
2025-10-06drm/framebuffer: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard1-1/+1
2025-10-06drm/atomic: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard1-2/+2
2025-10-06drm/vc4: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard1-4/+2
2025-10-06drm/vboxvideo: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard1-4/+4
2025-10-06drm/tilcdc: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard1-2/+1