summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-24drm/xe: Skip address copy for sync-only execsShuicheng Lin1-3/+3
2026-01-23drm/xe: derive mem copy capability from graphics versionNitin Gote2-6/+1
2026-01-22drm/xe: Use DRM_BUDDY_CONTIGUOUS_ALLOCATION for contiguous allocationsSanjay Yadav1-13/+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öm4-7/+19
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-17drm/xe: Add context-based invalidation to GuC TLB invalidation backendMatthew Brost1-4/+141
2026-01-17drm/xe: Add exec queue active vfuncMatthew Brost3-0/+18
2026-01-17drm/xe: Add xe_tlb_inval_idle helperMatthew Brost2-0/+23
2026-01-17drm/xe: Add send_tlb_inval_ppgtt helperMatthew Brost1-9/+21
2026-01-17drm/xe: Rename send_tlb_inval_ppgtt to send_tlb_inval_asid_ppgttMatthew Brost1-4/+4
2026-01-17drm/xe: Taint TLB invalidation seqno lock with GFP_KERNELMatthew Brost1-0/+12
2026-01-17drm/xe: Add vm to exec queues associationMatthew Brost7-8/+97
2026-01-17drm/xe: Add xe_device_asid_to_vm helperMatthew Brost2-0/+29
2026-01-17drm/xe: Add has_ctx_tlb_inval to device infoMatthew Brost3-0/+4
2026-01-17drm/xe: Make usm.asid_to_vm allocation use GFP_NOWAITMatthew Brost1-1/+1
2026-01-17drm/xe: Add normalize_invalidation_rangeMatthew Brost1-36/+35
2026-01-17drm/xe/multi_queue: Enable multi_queue on xe3p_xpcNiranjana Vishwanathapura1-0/+2
2026-01-17drm/xe: Ban entire multi-queue group on any job timeoutMatthew Brost2-25/+97
2026-01-15drm/xe/xe_query: Remove check for gtNakshtra Goyal1-3/+0
2026-01-15drm/xe: Reduce LRC timestamp stuck message on VFs to noticeMatthew Brost1-3/+8
2026-01-15drm/xe: Cleanup unused header includesMatt Roper80-129/+45
2026-01-14drm/xe/mert: Improve handling of MERT CAT errorsMichal Wajdeczko2-14/+39
2026-01-14drm/xe: vram addr range is expanded to bit[17:8]Fei Yang1-1/+1
2026-01-14drm/xe: Replace use of system_wq with tlb_inval->timeout_wqMarco Crivellari2-3/+9
2026-01-13drm/xe/hwmon: Expose individual VRAM channel temperatureKarthik Poosa3-0/+91
2026-01-13drm/xe/hwmon: Expose GPU PCIe temperatureKarthik Poosa3-0/+58
2026-01-13drm/xe/hwmon: Expose memory controller temperatureKarthik Poosa3-5/+100
2026-01-13drm/xe/hwmon: Expose temperature limitsKarthik Poosa6-3/+148
2026-01-12drm/xe/ptl: Enable PXP for PTLDaniele Ceraolo Spurio1-0/+1
2026-01-12drm/xe/ptl: Define GSC for PTLDaniele Ceraolo Spurio1-0/+1
2026-01-12drm/xe/gsc: Make GSC FW load optional for newer platformsDaniele Ceraolo Spurio3-10/+15
2026-01-12drm/xe/device: Convert wait for lmem init into an assertBalasubramani Vivekanandan1-57/+16
2026-01-12drm/xe: Privatize xe_ggtt_nodeMaarten Lankhorst2-18/+19
2026-01-12drm/xe: Improve xe_gt_sriov_pf_config GGTT handlingMaarten Lankhorst3-7/+20
2026-01-12drm/xe: Do not dereference ggtt_node in xe_bo.cMaarten Lankhorst1-3/+3
2026-01-12drm/xe/display: Avoid dereferencing xe_ggtt_nodeMaarten Lankhorst3-5/+5
2026-01-12drm/xe: Add xe_ggtt_node_addr() to avoid dereferencing xe_ggtt_nodeMaarten Lankhorst3-3/+18
2026-01-12drm/xe: Convert xe_fb_pin to use a callback for insertion into GGTTMaarten Lankhorst4-81/+131
2026-01-12drm/xe: Start using ggtt->start in preparation of balloon removalMaarten Lankhorst5-34/+60
2026-01-12drm/xe/mert: Move MERT initialization to xe_mert.cMichal Wajdeczko3-3/+15
2026-01-12drm/xe/mert: Use local mert variable to simplify the codeMichal Wajdeczko1-5/+6
2026-01-12drm/xe/mert: Always refer to MERT using xe_deviceMichal Wajdeczko3-8/+6
2026-01-12drm/xe/mert: Fix kernel-doc for struct xe_mertMichal Wajdeczko1-1/+4
2026-01-12drm/xe/mert: Normalize xe_mert.h include guardsMichal Wajdeczko1-3/+3
2026-01-11drm/xe: Avoid toggling schedule state to check LRC timestamp in TDRMatthew Brost6-96/+78
2026-01-11drm/xe: Disable timestamp WA on VFsMatthew Brost1-0/+3
2026-01-11drm/xe: Remove special casing for LR queues in submissionMatthew Brost3-127/+11
2026-01-11drm/xe: Do not deregister queues in TDRMatthew Brost1-60/+10