aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-03-30drm/amdgpu: validate doorbell_offset in user queue creationJunrui Luo1-0/+7
2026-03-30drm/xe: Avoid memory allocations in xe_device_declare_wedged()Matthew Brost1-14/+13
2026-03-30drm/xe: Disable garbage collector work item on SVM closeMatthew Brost1-1/+1
2026-03-30drm/xe/pxp: Don't allow PXP on older PTL GSC FWsDaniele Ceraolo Spurio1-0/+12
2026-03-30drm/xe/pxp: Clear restart flag in pxp_start after jumping backDaniele Ceraolo Spurio1-1/+3
2026-03-30drm/xe/pxp: Remove incorrect handling of impossible state during suspendDaniele Ceraolo Spurio1-6/+0
2026-03-30drm/xe/pxp: Clean up termination status on failureDaniele Ceraolo Spurio1-0/+1
2026-03-30drm/xe/madvise: Accept canonical GPU addresses in xe_vm_madvise_ioctlArvind Yadav1-4/+12
2026-03-30drm/xe/xe_pagefault: Disallow writes to read-only VMAsJonathan Cavitt1-0/+6
2026-03-30drm/ast: dp501: Fix initialization of SCU2CThomas Zimmermann1-1/+1
2026-03-30Merge drm/drm-fixes into drm-misc-next-fixesMaxime Ripard110-564/+1110
2026-03-30drm/i915/dsi: Don't do DSC horizontal timing adjustments in command modeVille Syrjälä1-2/+2
2026-03-30gpu: nova-core: firmware: factor out an elf_str() functionJohn Hubbard1-25/+15
2026-03-30gpu: nova-core: firmware: move firmware image parsing code to firmware.rsJohn Hubbard2-87/+92
2026-03-30Merge tag 'drm-xe-next-2026-03-26-1' of https://gitlab.freedesktop.org/drm/xe...Dave Airlie21-68/+745
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for level0 tableAlexandre Courbot3-64/+12
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for signaturesAlexandre Courbot1-2/+3
2026-03-28gpu: nova-core: fb: use dma::CoherentHandleAlexandre Courbot1-3/+3
2026-03-28gpu: nova-core: falcon: use dma::CoherentAlexandre Courbot1-3/+3
2026-03-28gpu: nova-core: firmware: fwsec: use dma::CoherentAlexandre Courbot1-3/+3
2026-03-28gpu: nova-core: firmware: riscv: use dma::CoherentAlexandre Courbot1-3/+3
2026-03-28Merge tag 'mediatek-drm-fixes-20260323' of https://git.kernel.org/pub/scm/lin...Dave Airlie1-4/+5
2026-03-27gpu: nova-core: use sized array for GSP log buffersDanilo Krummrich1-10/+6
2026-03-27rust: drm: gem: shmem: Add DRM shmem helper abstractionAsahi Lina1-0/+7
2026-03-27drm/i915/uncore: Do GT FIFO checks in early sanitize and forcewake getVille Syrjälä1-22/+50
2026-03-27drm/i915/selftests: Nuke live_forcewake_domains selftestVille Syrjälä1-62/+0
2026-03-27drm/i915/dsi: Place clock into LP during LPM if requestedVille Syrjälä4-0/+10
2026-03-27drm/i915/dsi: Fill BLLPs with blanking packets if requestedVille Syrjälä4-5/+9
2026-03-27drm/i915/dsi: Make 'clock_stop' booleanVille Syrjälä2-3/+3
2026-03-27drm/i915/dsi: s/eotp_pkt/eot_pkt/Ville Syrjälä4-6/+5
2026-03-27drm/i915/dsi: Don't do DSC horizontal timing adjustments in command modeVille Syrjälä1-2/+2
2026-03-27Merge tag 'drm-xe-fixes-2026-03-26' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie6-11/+33
2026-03-27Merge tag 'drm-misc-fixes-2026-03-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2-24/+30
2026-03-27Merge tag 'drm-intel-fixes-2026-03-26' of https://gitlab.freedesktop.org/drm/...Dave Airlie6-15/+41
2026-03-27Merge tag 'mediatek-drm-next-20260325' of https://git.kernel.org/pub/scm/linu...Dave Airlie3-18/+34
2026-03-26drm/xe/madvise: Accept canonical GPU addresses in xe_vm_madvise_ioctlArvind Yadav1-4/+12
2026-03-26drm/xe/madvise: Enable purgeable buffer object IOCTL supportArvind Yadav2-17/+7
2026-03-26drm/xe/bo: Add purgeable shrinker state helpersArvind Yadav1-1/+42
2026-03-26drm/xe/dma_buf: Block export of DONTNEED/purged BOsArvind Yadav1-0/+24
2026-03-26drm/xe/bo: Block mmap of DONTNEED/purged BOsArvind Yadav1-1/+26
2026-03-26drm/xe/madvise: Block imported and exported dma-bufsArvind Yadav1-0/+37
2026-03-26drm/xe/madvise: Implement per-VMA purgeable state trackingArvind Yadav5-7/+153
2026-03-26drm/xe/vm: Prevent binding of purged buffer objectsArvind Yadav1-13/+70
2026-03-26drm/xe/bo: Block CPU faults to purgeable buffer objectsArvind Yadav1-0/+19
2026-03-26drm/xe/madvise: Implement purgeable buffer object supportArvind Yadav6-22/+298
2026-03-26drm/xe/bo: Add purgeable bo state tracking and field madv to xe_boArvind Yadav2-0/+62
2026-03-27Merge tag 'drm-misc-next-2026-03-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie103-1562/+4011
2026-03-27Merge tag 'drm-xe-next-2026-03-25' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie52-288/+1201
2026-03-27Merge tag 'amd-drm-next-7.1-2026-03-25' of https://gitlab.freedesktop.org/agd...Dave Airlie104-944/+4866
2026-03-26drm/xe: Fix mismatched include guards in header filesShuicheng Lin7-16/+16