summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-03drm/xe: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari5-7/+7
2026-02-03drm/xe/guc: Allow second H2G retry on FLRMichal Wajdeczko1-3/+11
2026-02-03drm/xe/guc: Wait before retrying sending H2GMichal Wajdeczko1-0/+4
2026-02-03drm/xe/guc: Drop redundant register readMichal Wajdeczko1-5/+4
2026-02-03drm/xe/guc: Limit sleep while waiting for H2G creditsMichal Wajdeczko1-5/+7
2026-02-03drm/xe: Move exponential sleep logic to helperMichal Wajdeczko2-4/+22
2026-02-03drm/xe: Promote relaxed_ms_sleepMichal Wajdeczko2-21/+38
2026-02-03drm/xe/pf: Simplify IS_SRIOV_PF macroMichal Wajdeczko1-5/+2
2026-02-03drm/xe: Fix kerneldoc for xe_tlb_inval_job_alloc_depShuicheng Lin1-1/+1
2026-02-03drm/xe: Fix kerneldoc for xe_gt_tlb_inval_init_earlyShuicheng Lin1-1/+1
2026-02-03drm/xe: Fix kerneldoc for xe_migrate_exec_queueShuicheng Lin1-1/+1
2026-02-02drm/xe/query: Fix topology query pointer advanceShuicheng Lin1-1/+1
2026-02-02drm/xe: use entry_dump callbacks for xe2+ PAT dumpsXin Wang1-51/+16
2026-02-02drm/xe/guc: Fix kernel-doc warning in GuC scheduler ABI headerChaitanya Kumar Borah1-1/+1
2026-02-02drm/xe/guc: Fix CFI violation in debugfs access.Daniele Ceraolo Spurio2-3/+5
2026-02-02drm/xe: Apply WA_16028005424 to MediaBalasubramani Vivekanandan1-1/+20
2026-01-31drm/xe/pf: Fix typo in function kernel-docMichal Wajdeczko1-1/+1
2026-01-29drm/xe/multi_queue: Protect priority against concurrent accessNiranjana Vishwanathapura3-5/+22
2026-01-29drm/xe/nvm: Defer xe->nvm assignment until init succeedsShuicheng Lin1-6/+4
2026-01-29drm/xe/nvm: Fix double-free on aux add failureShuicheng Lin1-7/+5
2026-01-29drm/xe/nvm: Manage nvm aux cleanup with devresShuicheng Lin4-29/+22
2026-01-29drm/xe/configfs: Fix is_bound() pci_dev lifetimeShuicheng Lin1-2/+1
2026-01-29drm/xe/gt: Use CLASS() for forcewake in xe_gt_enable_comp_1wcohShuicheng Lin1-5/+2
2026-01-27drm/xe/vf: Reset VF GuC state on finiMichal Wajdeczko1-0/+11
2026-01-27drm/xe: Move _THIS_IP_ usage from xe_vm_create() to dedicated functionNathan Chancellor1-9/+15
2026-01-27drm/xe: Unregister drm device on probe errorShuicheng Lin1-0/+1
2026-01-27drm/xe/ptl: Disable DCC on PTLVinay Belgaumkar1-0/+34
2026-01-26drm/xe/xelp: Fix Wa_18022495364Tvrtko Ursulin1-1/+1
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