summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
13 daysgpu: Move DRM buddy allocator one level up (part two)Joel Fernandes3-55/+56
13 daysdrm/xe: Fix PTE index in xe_vm_populate_pgtable() for chunked bindsMatthew Brost1-2/+12
13 daysdrm/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
2026-03-25drm/xe/oa: Allow reading after disabling OA streamAshutosh Dixit1-2/+5
2026-03-25drm/xe/sync: Cleanup partially initialized sync on parse failureShuicheng Lin1-7/+17
2026-03-13drm/xe/reg_sr: Fix leak on xa_store failureShuicheng Lin1-1/+3
2026-03-13drm/xe: Do not preempt fence signaling CS instructionsMatthew Brost1-0/+9
2026-03-04drm/xe: Only toggle scheduling in TDR if GuC is runningMatthew Brost1-1/+2
2026-03-04drm/xe/xe2_hpg: Fix handling of Wa_14019988906 & Wa_14019877138Matt Roper1-10/+8
2026-03-04drm/xe/xe2_hpg: Add set of workaroundsShekhar Chauhan2-21/+29
2026-03-04drm/xe/ptl: Apply Wa_13011645652Vinay Belgaumkar1-0/+1
2026-03-04drm/xe/mmio: Avoid double-adjust in 64-bit readsShuicheng Lin1-5/+5
2026-03-04drm/xe: Switch MMIO interface to take xe_mmio instead of xe_gtMatt Roper3-88/+126
2026-03-04drm/xe: Adjust mmio code to pass VF substructure to SRIOV codeMatt Roper2-0/+13
2026-03-04drm/xe: Add xe_tile backpointer to xe_mmioMatt Roper3-0/+8
2026-03-04drm/xe: Switch mmio_ext to use 'struct xe_mmio'Matt Roper2-8/+2
2026-03-04drm/xe: Populate GT's mmio iomap from tile during initMatt Roper1-0/+4
2026-03-04drm/xe: Move GSI offset adjustment fields into 'struct xe_mmio'Matt Roper6-13/+12
2026-03-04drm/xe: Clarify size of MMIO regionMatt Roper2-4/+16
2026-03-04drm/xe: Create dedicated xe_mmio structureMatt Roper1-7/+17
2026-03-04drm/xe: Move forcewake to 'gt.pm' substructureMatt Roper3-8/+18
2026-03-04drm/xe: Unregister drm device on probe errorShuicheng Lin1-0/+1
2026-02-11drm/xe/pm: Disable D3Cold for BMG only on specific platformsKarthik Poosa1-3/+10
2026-02-11drm/xe/pm: Also avoid missing outer rpm warning on system suspendRodrigo Vivi1-1/+3
2026-02-11drm/xe/query: Fix topology query pointer advanceShuicheng Lin1-1/+1
2026-01-17drm/xe: Ensure GT is in C0 during resumesXin Wang1-1/+7