summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
6 daysdrm/xe/xe2_hpg: Correct implementation of Wa_16025250150Matt Roper1-6/+7
6 daysdrm/xe/sync: Cleanup partially initialized sync on parse failureShuicheng Lin1-7/+17
6 daysdrm/xe/sync: Fix user fence leak on alloc failureShuicheng Lin1-2/+4
13 daysdrm/xe/reg_sr: Fix leak on xa_store failureShuicheng Lin1-1/+3
13 daysdrm/xe/gsc: Fix GSC proxy cleanup on early initialization failureZhanjun Dong2-8/+37
13 daysdrm/xe/queue: Call fini on exec queue creation failTomasz Lis2-13/+13
13 daysdrm/xe/configfs: Free ctx_restore_mid_bb in releaseShuicheng Lin1-0/+1
13 daysdrm/xe: Do not preempt fence signaling CS instructionsMatthew Brost1-0/+9
13 daysdrm/xe/wa: Steer RMW of MCR registers while building default LRCMatt Roper2-12/+60
2026-03-04drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madviseJia Yao1-1/+6
2026-03-04drm/xe: Fix ggtt fb alignmentTvrtko Ursulin1-1/+1
2026-03-04drm/xe: Only toggle scheduling in TDR if GuC is runningMatthew Brost1-1/+2
2026-03-04drm/xe/xe3_lpg: Apply Wa_16028005424Balasubramani Vivekanandan2-0/+8
2026-03-04drm/xe/vm: Skip ufence association for CPU address mirror VMA during MAPHimal Prasad Ghimiray1-1/+2
2026-03-04drm/xe: Covert return of -EBUSY to -ENOMEM in VM bind IOCTLMatthew Brost1-1/+10
2026-03-04drm/xe/ggtt: Use scope-based runtime pmMatt Roper1-2/+1
2026-02-26drm/xe/bo: Redirect faults to dummy page for wedged deviceRaag Jadav1-1/+1
2026-02-26drm/xe: Make xe_modparam.force_vram_bar_size signedShuicheng Lin1-1/+1
2026-02-26drm/xe/vf: Avoid reading media version when media GT is disabledPiotr Piórkowski1-0/+6
2026-02-26drm/xe/xe2_hpg: Fix handling of Wa_14019988906 & Wa_14019877138Matt Roper1-10/+8
2026-02-26drm/xe/mmio: Avoid double-adjust in 64-bit readsShuicheng Lin1-5/+5
2026-02-26drm/xe/configfs: Fix 'parameter name omitted' errorsMichal Wajdeczko1-4/+8
2026-02-26drm/xe/pf: Fix sysfs initializationMichal Wajdeczko1-28/+26
2026-02-26drm/xe: Unregister drm device on probe errorShuicheng Lin1-0/+1
2026-02-26drm/xe/ptl: Disable DCC on PTLVinay Belgaumkar1-0/+34
2026-02-05drm/xe/guc: Fix CFI violation in debugfs access.Daniele Ceraolo Spurio2-3/+5
2026-02-04drm/xe/pm: Disable D3Cold for BMG only on specific platformsKarthik Poosa1-3/+10
2026-02-04drm/xe: Fix kerneldoc for xe_tlb_inval_job_alloc_depShuicheng Lin1-1/+1
2026-02-04drm/xe: Fix kerneldoc for xe_gt_tlb_inval_init_earlyShuicheng Lin1-1/+1
2026-02-04drm/xe: Fix kerneldoc for xe_migrate_exec_queueShuicheng Lin1-1/+1
2026-02-04drm/xe/query: Fix topology query pointer advanceShuicheng Lin1-1/+1
2026-01-29drm/xe/nvm: Fix double-free on aux add failureShuicheng Lin1-7/+5
2026-01-29drm/xe/nvm: Manage nvm aux cleanup with devresShuicheng Lin3-25/+22
2026-01-29drm/xe/configfs: Fix is_bound() pci_dev lifetimeShuicheng Lin1-2/+1
2026-01-26drm/xe: derive mem copy capability from graphics versionNitin Gote2-6/+1
2026-01-26drm/xe/xelp: Fix Wa_18022495364Tvrtko Ursulin1-1/+1
2026-01-26drm/xe: Skip address copy for sync-only execsShuicheng Lin1-3/+3
2026-01-22drm/xe: Select CONFIG_DEVICE_PRIVATE when DRM_XE_GPUSVM is selectedThomas Hellström1-1/+2
2026-01-22drm, drm/xe: Fix xe userptr in the absence of CONFIG_DEVICE_PRIVATEThomas Hellström1-1/+1
2026-01-21drm/xe: Update wedged.mode only after successful reset policy changeLukasz Laguna4-22/+87
2026-01-21drm/xe/migrate: fix job lock assertMatthew Auld1-2/+2
2026-01-21drm/xe/uapi: disallow bind queue sharingMatthew Auld5-3/+45
2026-01-18drm/xe: Disable timestamp WA on VFsMatthew Brost1-0/+3
2026-01-18drm/xe/vm: fix xe_vm_validation_exec() kernel-docJani Nikula1-1/+1
2026-01-18drm/xe/xe_late_bind_fw: fix enum xe_late_bind_fw_id kernel-docJani Nikula1-1/+3
2026-01-18drm/xe/vf: fix struct xe_gt_sriov_vf_migration kernel-docJani Nikula1-2/+2
2026-01-18drm/xe: fix WQ_MEM_RECLAIM passed as max_active to alloc_workqueue()Marco Crivellari1-1/+1
2026-01-18drm/xe: Adjust page count tracepoints in shrinkerMatthew Brost1-2/+7
2025-12-29drm/xe/guc: READ/WRITE_ONCE g2h_fence->doneJonathan Cavitt1-4/+10
2025-12-23drm/pagemap, drm/xe: Ensure that the devmem allocation is idle before useThomas Hellström3-19/+61