summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
6 daysdrm/xe: Fix DPT allocation paths.Maarten Lankhorst1-18/+6
10 daysdrm/xe/oa: Fix sync entry leak on OA config emit failureLinmao Li1-0/+4
10 daysdrm/xe: Order ring writes before ring tail updatesMatthew Brost1-0/+7
2026-08-09drm/xe/pt: Reset current_op in xe_pt_update_ops_init()Zongyao Bai1-0/+3
2026-08-09drm/xe: Stub out new pagefault layerMatthew Brost4-0/+221
2026-08-09drm/i915/hdcp: Move to using intel_display in intel_hdcpSuraj Kandpal1-3/+4
2026-08-09drm/xe: Hold a dma-buf reference for imported BOsNitin Gote4-4/+19
2026-08-09drm/xe: Rename ___xe_bo_create_locked()Thomas Hellström3-18/+18
2026-08-09drm/xe: Wait on external BO kernel fences in exec IOCTLMatthew Brost1-6/+16
2026-08-09drm/exec: Remove the index parameter from drm_exec_for_each_locked_obj[_reverse]Thomas Hellström1-2/+1
2026-08-09drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer1-1/+2
2026-08-09drm/xe/rtp: Ensure locking/ref counting for OA whitelistsAshutosh Dixit2-0/+13
2026-08-09drm/xe/oa: (De-)whitelist OA registers on OA stream open/releaseAshutosh Dixit1-0/+7
2026-08-09drm/xe/rtp: (De-)whitelist OA registers for all hwe's for a gtAshutosh Dixit2-2/+36
2026-08-09drm/xe/rtp: Toggle 'deny' bit to (de-)whitelist OA regsAshutosh Dixit1-0/+15
2026-08-09drm/xe/rtp: Save OA nonpriv registers to register save/restore listsAshutosh Dixit1-0/+12
2026-08-09drm/xe/rtp: Generalize whitelist_apply_to_hweAshutosh Dixit1-5/+6
2026-08-09drm/xe/rtp: Keep track of non-OA nonpriv slotsAshutosh Dixit1-2/+5
2026-08-09drm/xe/rtp: Maintain OA whitelists separatelyAshutosh Dixit4-1/+19
2026-08-09drm/xe/rtp: Add RING_FORCE_TO_NONPRIV_DENY to OA whitelistsAshutosh Dixit1-3/+5
2026-08-09drm/xe: Apply whitelist to engine save-restoreLucas De Marchi4-57/+38
2026-08-09drm/xe: Introduce xe_gt_dbg_printer()Michal Wajdeczko1-0/+31
2026-08-09drm/xe/rtp: Refactor OAG MMIO trigger register whitelistingAshutosh Dixit1-16/+13
2026-08-03gpu: Move DRM buddy allocator one level up (part two)Joel Fernandes3-55/+56
2026-08-03drm/xe: Fix PTE index in xe_vm_populate_pgtable() for chunked bindsMatthew Brost1-2/+12
2026-08-03drm/xe/wopcm: fix WOPCM size for LNL+Daniele Ceraolo Spurio1-5/+10
2026-07-24PCI: Fix restoring BARs on BAR resize rollback pathIlpo Järvinen1-1/+1
2026-07-24drm/xe: remove duplicate <kunit/test-bug.h> includeAnas Khan1-1/+0
2026-07-24drm/xe/pf: Don't attempt to process FAST_REQ or EVENT relaysMichal Wajdeczko1-4/+9
2026-07-24drm/xe/hw_engine: Fix double-free of managed BO in error pathShuicheng Lin1-3/+1
2026-07-24drm/xe/pt: Fix NULL pointer dereference in xe_pt_zap_ptes_entry()Francois Dugast1-2/+10
2026-07-04drm/xe/display: fix oops in suspend/shutdown without displayJani Nikula1-2/+9
2026-06-19drm/xe: Clear pending_disable before signaling suspend fenceTangudu Tilak Tirumalesh1-1/+1
2026-06-19drm/xe: fix refcount leak in xe_range_fence_insert()Wentao Liang1-0/+2
2026-06-01drm/xe/oa: Fix exec_queue leak on width check in stream openShuicheng Lin1-2/+4
2026-06-01drm/xe/pf: Fix CFI failure in debugfs accessMohanram Meenakshisundaram2-2/+6
2026-06-01drm/xe/vf: Fix signature of print functionsMichal Wajdeczko2-9/+21
2026-06-01drm/xe/gsc: Fix double-free of managed BO in error pathShuicheng Lin1-4/+1
2026-06-01drm/xe/hdcp: Add NULL check for media_gt in intel_hdcp_gsc_check_status()Gustavo Sousa1-2/+10
2026-05-23drm/xe/dma-buf: handle empty bo and UAF racesMatthew Auld1-15/+16
2026-05-23drm/xe/gsc: Fix BO leak on error in query_compatibility_version()Shuicheng Lin1-1/+1
2026-05-23drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl()Shuicheng Lin1-2/+5
2026-05-23drm/xe/debugfs: Correct printing of register whitelist rangesMatt Roper1-1/+1
2026-05-17drm/xe/bo: Fix bo leak on unaligned size validation in xe_bo_init_locked()Shuicheng Lin1-1/+3
2026-05-17drm/xe: Fix dma-buf attachment leak in xe_gem_prime_import()Shuicheng Lin1-4/+7
2026-05-17drm/xe/bo: Fix bo leak on GGTT flag validation in xe_bo_init_locked()Shuicheng Lin1-1/+3
2026-04-22Revert "drm/xe: Switch MMIO interface to take xe_mmio instead of xe_gt"Sasha Levin3-126/+88
2026-04-22Revert "drm/xe/mmio: Avoid double-adjust in 64-bit reads"Sasha Levin1-5/+5
2026-04-02drm/xe: always keep track of remap prev/nextMatthew Auld3-10/+28
2026-03-25drm/xe: Open-code GGTT MMIO access protectionMatthew Brost2-7/+8