aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2026-07-13drm/xe: only resume exec queues that were actually suspendedNiranjana Vishwanathapura3-1/+36
2026-07-11drm/xe/pf: Handle migration descriptor using KLV helpersMichal Wajdeczko1-49/+55
2026-07-11drm/xe/tests: Add migration packet testMichal Wajdeczko2-0/+93
2026-07-11drm/xe/tests: Add GuC KLV printer testMichal Wajdeczko1-0/+41
2026-07-11drm/xe/tests: Add object encoding helper testMichal Wajdeczko1-0/+205
2026-07-11drm/xe/tests: Add string encoding helper testMichal Wajdeczko1-0/+84
2026-07-11drm/xe/tests: Add GuC KLV helpers basic testsMichal Wajdeczko2-0/+103
2026-07-11drm/xe/guc: Formalize Reserved KLVsMichal Wajdeczko4-5/+60
2026-07-11drm/xe/guc: Add KLV parsing helperMichal Wajdeczko2-0/+41
2026-07-11drm/xe/guc: Add object KLV encoding helperMichal Wajdeczko2-0/+41
2026-07-11drm/xe/guc: Add string KLV encoding helperMichal Wajdeczko2-0/+36
2026-07-11drm/xe/guc: Add basic KLV encoding helpersMichal Wajdeczko2-0/+59
2026-07-11drm/xe/guc: Prepare to print group KLVsMichal Wajdeczko1-0/+18
2026-07-11drm/xe/guc: Allow to print single KLVMichal Wajdeczko2-20/+35
2026-07-10drm/xe: Use xe_tile_info() in alloc_primary_gt() and alloc_media_gt()Shuicheng Lin1-2/+3
2026-07-10drm/xe/configfs: Add enable_multi_queue attributeShuicheng Lin7-1/+97
2026-07-10drm/xe/i2c: use platform_device_set_fwnode()Bartosz Golaszewski1-1/+1
2026-07-10drm/xe/guc: toggle paging engine support for NVL-S+Matthew Auld1-2/+2
2026-07-10drm/xe/hw_engine: document top-down paging requirementMatthew Auld1-1/+12
2026-07-10drm/xe/vf: wire up NUM_PAGING_ENGINE_INSTANCESMatthew Auld7-2/+99
2026-07-10drm/xe/guc: handle submit mask with paging engineMatthew Auld1-1/+23
2026-07-10drm/xe/guc: handle guc logical instance for paging engineMatthew Auld7-6/+50
2026-07-10drm/xe: refactor the paging engine setupMatthew Auld5-49/+46
2026-07-10drm/xe/hw_engine: don't open code is_usm_hwe()Matthew Auld1-2/+1
2026-07-10drm/xe/guc: add the plumbing for GUC_PAGING_CLASSMatthew Auld7-2/+43
2026-07-10drm/xe/guc: refactor to_guc_class() to accept hweMatthew Auld8-36/+38
2026-07-10drm/xe/guc: refactor ads to use guc_classMatthew Auld1-28/+41
2026-07-09drm/xe/guc: Define GuC firmware for NVL-SJulia Filipchuk1-0/+1
2026-07-09drm/xe: Add support for WA 16029897822Daniele Ceraolo Spurio3-0/+9
2026-07-09drm/xe: Add support for WA 22022079272Daniele Ceraolo Spurio3-0/+7
2026-07-09drm/xe/guc: Handle GuC local uncorrectable error notificationsZhanjun Dong10-1/+81
2026-07-09drm/gpusvm: let the drm_gpusvm core context purely MM levelHonglei Huang2-3/+3
2026-07-09drm/xe: have xe_svm_range embed one drm_gpusvm_pagesHonglei Huang4-17/+44
2026-07-09drm/gpusvm: embed struct drm_device into drm_gpusvm_pagesHonglei Huang1-0/+2
2026-07-09drm/gpusvm: split MM state flags out of drm_gpusvm_pages_flagsHonglei Huang1-5/+17
2026-07-09drm/xe/userptr: Stub notifier_lock helpers when DRM_GPUSVM=nShuicheng Lin1-0/+5
2026-07-09drm/xe: free madvise VMA array on L2 flush failureGuangshuo Li1-1/+1
2026-07-09drm/xe: remove duplicate <kunit/test-bug.h> includeAnas Khan1-1/+0
2026-07-09drm/xe: Wait on external BO kernel fences in exec IOCTLMatthew Brost1-6/+16
2026-07-09drm/xe: Fix PTE index in xe_vm_populate_pgtable() for chunked bindsMatthew Brost1-2/+12
2026-07-09drm/xe/kunit: Build DP link display testsImre Deak2-0/+16
2026-07-09drm/xe/kunit: Add display test configImre Deak2-0/+12
2026-07-08drm/xe/guc: fix activity stats error message formatSk Anirban1-1/+1
2026-07-08drm/xe/guc: distinguish wedged from recoverable cancellationSk Anirban1-1/+39
2026-07-08drm/xe/userptr: Stub notifier_lock helpers when DRM_GPUSVM=nShuicheng Lin1-0/+5
2026-07-08drm/xe: free madvise VMA array on L2 flush failureGuangshuo Li1-1/+1
2026-07-07Merge tag 'drm-xe-next-2026-07-03' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie60-414/+1379
2026-07-07Merge tag 'drm-intel-next-2026-07-02' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-nextDave Airlie5-168/+93
2026-07-07Merge tag 'drm-misc-next-2026-07-02' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie5-6/+6
2026-07-06drm/xe/debugfs: Add debugfs for pcode informationKarthik Poosa1-0/+33