summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/tests
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-15drm/xe: Cleanup unused header includesMatt Roper1-0/+1
2026-01-12drm/xe: Start using ggtt->start in preparation of balloon removalMaarten Lankhorst1-1/+1
2025-12-18drm/xe: Introduce IF_ARGS macro utilityMichal Wajdeczko1-0/+54
2025-11-19drm/xe/tests: Use scope-based runtime PMMatt Roper4-26/+7
2025-11-19drm/xe/mocs: Use scope-based cleanupMatt Roper1-11/+6
2025-11-14drm/xe/kunit: Fix forcewake assertion in mocs testMatt Roper1-1/+1
2025-11-13drm/xe/pf: Use migration-friendly GGTT auto-provisioningMichal Wajdeczko1-0/+46
2025-11-07drm/xe/tests: Add KUnit tests for PF fair provisioningMichal Wajdeczko1-0/+162
2025-10-22drm/xe/tests/pci: Check dma_mask_size, va_bits and vm_max_levelGustavo Sousa1-0/+7
2025-10-22drm/xe/tests/pci: Convert GT count check to general device checkGustavo Sousa1-5/+4
2025-10-14drm/xe/rtp: Pass xe_device parameter to FUNC matchesMatt Roper1-2/+4
2025-10-14drm/xe: Read VF GMD_ID with a specifically-allocated dummy GTMatt Roper1-2/+4
2025-10-14drm/xe/kunit: Fix kerneldoc for parameterized testsMatt Roper1-0/+5
2025-10-14Merge drm/drm-next into drm-xe-nextThomas Hellström2-16/+17
2025-10-11Merge tag 'drm-next-2025-10-11-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-6/+6
2025-10-03drm/xe/tests: Fix build break on clang 16.0.6Michal Wajdeczko1-6/+6
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds8-151/+1086
2025-10-02Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-11/+12
2025-09-23drm/xe/tests: Fix build break on clang 16.0.6Michal Wajdeczko1-6/+6
2025-09-22drm/xe/dma-buf: Allow pinning of p2p dma-bufThomas Hellström1-2/+15
2025-09-17drm/xe/tests: Add pre-GMDID IP descriptors to param generatorsMichal Wajdeczko1-0/+35
2025-09-15drm/xe/guc: Add test for G2G communicationsJohn Harrison2-0/+778
2025-09-10drm/xe: Convert xe_bo_create_pin_map() for exhaustive evictionThomas Hellström1-3/+6
2025-09-10drm/xe: Convert xe_bo_create_user() for exhaustive evictionThomas Hellström3-16/+16
2025-09-10drm/xe: Pass down drm_exec context to validationThomas Hellström3-34/+43
2025-09-09drm/xe: Attempt to bring bos back to VRAM after evictionThomas Hellström2-10/+2
2025-09-05drm/xe: Attempt to bring bos back to VRAM after evictionThomas Hellström2-10/+2
2025-09-05drm/xe/kunit: Drop xe_wa_test_exitMichal Wajdeczko1-8/+0
2025-09-05drm/xe/kunit: Promote fake platform parameter listMichal Wajdeczko3-54/+71
2025-09-05drm/xe/kunit: Drop custom struct platform_test_caseMichal Wajdeczko1-27/+4
2025-09-05drm/xe/kunit: Introduce xe_pci_fake_data_desc()Michal Wajdeczko2-0/+118
2025-09-05drm/xe/kunit: Update struct xe_pci_fake_data step declarationsMichal Wajdeczko3-6/+5
2025-08-28drm/xe/tests: Make cross-device dma-buf BOs CPU-visible on small BARMarcin Bernatowicz1-2/+3
2025-08-27kunit: Pass parameterized test context to generate_params()Marie Zhussupova2-11/+12
2025-08-25drm/xe/tests/xe_dma_buf: Set the drm_object::dma_buf memberThomas Hellström1-5/+3
2025-08-21drm/xe/kunit: Extend platform generator with PTLMichal Wajdeczko1-0/+1
2025-08-21drm/xe: Probe for tile count during device info initializationGustavo Sousa1-0/+7
2025-07-14drm/xe/pf: Stop requiring VF/PF version negotiation on every GTMichal Wajdeczko2-232/+227
2025-07-03drm/xe/tests/pci: Ensure all platforms have a valid GT/tile countMatt Roper3-0/+44
2025-06-28drm/xe: Drop bo->sizeMatthew Brost3-29/+29
2025-06-16drm/xe/tests: Convert xe_pci tests to parametrized testsMichal Wajdeczko3-56/+41
2025-06-16drm/xe/tests: Drop unused xe_device_fn typedefMichal Wajdeczko1-1/+0
2025-06-09drm/xe: Do not rely on GGTT internals in xe_guc_buf kunit testsMaarten Lankhorst1-6/+5
2025-06-06drm/xe: don't store the xe device pointer inside xe_ttm_ttDave Airlie1-2/+2
2025-04-29drm/xe/tests/mocs: Hold XE_FORCEWAKE_ALL for LNCF regsTejas Upadhyay1-2/+5
2025-04-28drm/xe: Drop force_alloc from xe_bo_evict in selftestsMatthew Brost3-3/+3
2025-04-04drm/xe: unconditionally apply PINNED for pin_map()Matthew Auld1-6/+3
2025-04-04drm/xe: add XE_BO_FLAG_PINNED_LATE_RESTOREMatthew Auld1-2/+2