summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorLines
2026-02-23drm/xe/wa: Document new policy regarding workaround IP rangesMatt Roper-0/+11
2026-02-23drm/xe/pvc: Drop pre-prod workaroundsMatt Roper-63/+0
2026-02-23drm/xe/mtl: Drop pre-prod workarounds Wa_14015795083 & Wa_14014475959Matt Roper-6/+1
2026-02-23drm/xe/sync: Fix user fence leak on alloc failureShuicheng Lin-2/+4
2026-02-23drm/xe/sync: Cleanup partially initialized sync on parse failureShuicheng Lin-7/+17
2026-02-23drm/xe: Add prefetch fault support for Xe3pVarun Gupta-11/+25
2026-02-23drm/xe: Add counter for invalid prefetch pagefaultsVarun Gupta-0/+2
2026-02-23drm/xe/wa: Steer RMW of MCR registers while building default LRCMatt Roper-12/+60
2026-02-23dma-buf: inline spinlock for fence protection v5Christian König-1/+2
2026-02-23dma-buf: abstract fence locking v2Christian König-2/+2
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard-215/+214
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-8/+4
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-64/+64
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-98/+96
2026-02-20Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-58/+69
2026-02-20drm/xe/sa: Add lockdep annotations for SA manager swap_guardSatyanarayana K V P-0/+6
2026-02-20drm/xe/vf: Fix fs_reclaim warning with CCS save/restore BB allocationSatyanarayana K V P-64/+132
2026-02-20drm/xe/sync: Fix user fence leak on alloc failureShuicheng Lin-2/+4
2026-02-20drm/xe/sync: Cleanup partially initialized sync on parse failureShuicheng Lin-7/+17
2026-02-20drm/xe/pf: Skip VRAM auto-provisioning if already provisionedMichal Wajdeczko-0/+56
2026-02-20drm/xe/pf: Prefer guard(mutex) when doing fair LMEM provisioningMichal Wajdeczko-4/+3
2026-02-20drm/xe/pf: Don't check for empty configMichal Wajdeczko-13/+0
2026-02-20drm/xe/tests: Add KUnit tests for new VRAM fair provisioningMichal Wajdeczko-1/+95
2026-02-20drm/xe/pf: Use migration-friendly VRAM auto-provisioningMichal Wajdeczko-0/+29
2026-02-20drm/xe/pf: Allow to change VFs VRAM quota using sysfsMichal Wajdeczko-2/+29
2026-02-20drm/xe/pf: Add functions for VRAM provisioningMichal Wajdeczko-0/+110
2026-02-20drm/xe/pf: Add locked variants of VRAM configuration functionsMichal Wajdeczko-7/+74
2026-02-20drm/xe/pf: Expose LMTT page sizeMichal Wajdeczko-2/+19
2026-02-20drm/xe/guc: Increase GuC log sizes in debug buildsTomasz Lis-1/+5
2026-02-19drm/xe/xe2lpg: Extend Wa_18041344222 to graphics IP 20.04Harish Chegondi-0/+6
2026-02-19drm/xe/xe3: Remove SRIOV VF check for Wa_18041344222Harish Chegondi-1/+0
2026-02-19drm/xe/xe2hpg: Remove SRIOV VF check for Wa_18041344222Harish Chegondi-1/+0
2026-02-19drm/xe/xe3p_lpg: Add Wa_14026781792Nitin Gote-0/+5
2026-02-19drm/xe/reg_sr: Allow register_save_restore_check debugfs to verify LRC valuesMatt Roper-2/+36
2026-02-19drm/xe: Add facility to lookup the value of a register in a default LRCMatt Roper-0/+100
2026-02-19drm/xe/reg_sr: Add debugfs to verify status of reg_sr programmingMatt Roper-0/+63
2026-02-19drm/xe/reg_sr: Don't process gt/hwe lists in VFMatt Roper-14/+34
2026-02-19drm/xe/wa: Steer RMW of MCR registers while building default LRCMatt Roper-12/+60
2026-02-17drm/xe: Convert GT stats to per-cpu countersMatthew Brost-16/+82
2026-02-17drm/xe: Prevent VFs from exposing the CCS mode sysfs fileNareshkumar Gollakoti-1/+1
2026-02-17drm/xe/hwmon: Prevent unintended VRAM channel creationKarthik Poosa-3/+3
2026-02-17drm/pagemap: pass pagemap_addr by referenceArnd Bergmann-4/+4
2026-02-17drm/xe/bo: Redirect faults to dummy page for wedged deviceRaag Jadav-1/+1
2026-02-17drm/xe: Make xe_modparam.force_vram_bar_size signedShuicheng Lin-1/+1
2026-02-17drm/xe/vf: Avoid reading media version when media GT is disabledPiotr Piórkowski-0/+6
2026-02-17drm/xe/xe2_hpg: Fix handling of Wa_14019988906 & Wa_14019877138Matt Roper-10/+8
2026-02-17drm/xe/mmio: Avoid double-adjust in 64-bit readsShuicheng Lin-5/+5
2026-02-17drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madviseJia Yao-1/+6
2026-02-17drm/xe/configfs: Fix 'parameter name omitted' errorsMichal Wajdeczko-4/+8