aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
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 Airlie1-1/+8
2026-03-26drm/xe: Fix mismatched include guards in header filesShuicheng Lin7-16/+16
2026-03-26drm/xe: Issue GGTT invalidation under lock in ggtt_node_removeMatthew Brost1-7/+2
2026-03-26drm/xe: Remove useless comment.Maarten Lankhorst1-3/+0
2026-03-25drm/xe: Fix confusion with locals on context creationTomasz Lis1-2/+2
2026-03-25drm/xe: Add new SVM copy GT stats per sizeFrancois Dugast3-2/+37
2026-03-25drm/xe/xe_vm: Implement xe_vm_get_property_ioctlJonathan Cavitt3-0/+122
2026-03-25drm/xe/xe_vm: Add per VM fault infoJonathan Cavitt4-0/+138
2026-03-25drm/xe/xe_pagefault: Disallow writes to read-only VMAsJonathan Cavitt1-0/+6
2026-03-25drm/xe: always keep track of remap prev/nextMatthew Auld3-10/+28
2026-03-25drm/xe: always keep track of remap prev/nextMatthew Auld3-10/+28
2026-03-24drm/i915/de: Implement register polling in the display codeVille Syrjälä1-31/+0
2026-03-24drm/i915/de: Introduce intel_de.c and move intel_de_{read,write}8() thereVille Syrjälä1-0/+1
2026-03-24drm/xe/xelp: Expose AuxCCS frame buffer modifiers on Alderlake-PTvrtko Ursulin1-0/+8
2026-03-24drm/xe/display: Add support for AuxCCSTvrtko Ursulin1-1/+27
2026-03-24drm/xe/display: Respect remapped plane alignmentTvrtko Ursulin1-3/+12
2026-03-24drm/xe/display: Change write_dpt_remapped_tiled function signatureTvrtko Ursulin1-25/+35
2026-03-24drm/xe/display: Move remapped plane loop out of __xe_pin_fb_vma_dptTvrtko Ursulin1-14/+20
2026-03-24drm/xe/xelp: Add AuxCCS invalidation to the indirect context workaroundsTvrtko Ursulin1-0/+23
2026-03-24drm/xe: Move aux table invalidation to ring opsTvrtko Ursulin2-28/+83
2026-03-24drm/xe/xelp: Wait for AuxCCS invalidation to completeTvrtko Ursulin3-2/+15
2026-03-24drm/xe/xelp: Quiesce memory traffic before invalidating AuxCCSTvrtko Ursulin1-1/+9
2026-03-24drm/xe/xelpg: Limit AuxCCS ring buffer programming to AlderlakeTvrtko Ursulin1-2/+2
2026-03-24drm/xe: Implement recent spec updates to Wa_16025250150Matt Roper2-1/+3
2026-03-24drm/xe: Use write-combine mapping when populating DPTTvrtko Ursulin1-1/+2
2026-03-24drm/xe: Rename XE_BO_FLAG_SCANOUT to XE_BO_FLAG_FORCE_WCTvrtko Ursulin7-19/+26
2026-03-24drm/xe/pf: Add FLR_PREPARE state to VF control flowPiotr Piórkowski6-16/+91
2026-03-23drm/xe: Send 'none' recovery method for XE_WEDGED_MODE_UPON_ANY_HANG_NO_RESETRaag Jadav1-1/+8
2026-03-23drm/xe: Implement recent spec updates to Wa_16025250150Matt Roper2-1/+3
2026-03-23drm/xe/pf: Fix use-after-free in migration restoreMichał Winiarski1-0/+2
2026-03-23drm/xe/xe3p: Skip TD flushTejas Upadhyay1-0/+8
2026-03-23drm/xe/xe3p_lpg: Restrict UAPI to enable L2 flush optimizationTejas Upadhyay4-0/+35
2026-03-23drm/xe/pat: define coh_mode 2wayTejas Upadhyay4-11/+12
2026-03-23drm/xe/xe3p_lpg: flush shrinker bo cachelines manuallyTejas Upadhyay3-1/+30
2026-03-23drm/xe/vf: Improve getting clean NULL contextMichal Wajdeczko4-4/+46
2026-03-23drm/xe: Add MI_SEMAPHORE_WAIT command definitionMichal Wajdeczko1-0/+13
2026-03-23drm/xe: Add PR_CTR_CTRL/THRSH register definitionsMichal Wajdeczko1-0/+8
2026-03-23drm/xe/pf: Fix use-after-free in migration restoreMichał Winiarski1-0/+2
2026-03-20drm/xe: Fix format specifier for printing pointer differencesNathan Chancellor1-15/+15
2026-03-20drm/xe: Extend Wa_14026781792 for xe3lpgNitin Gote1-4/+4
2026-03-20drm/xe/xe3p_lpg: Add Wa_16029437861Varun Gupta1-1/+1
2026-03-19drm/xe: Fix missing runtime PM reference in ccs_mode_storeSanjay Yadav1-0/+2