summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/tests
AgeCommit message (Expand)AuthorFilesLines
2026-05-27drm/xe: Move xe->info.devid|revid initializationMichal Wajdeczko1-0/+6
2026-05-22drm/xe/rtp: Fully parse the rulesetGustavo Sousa1-4/+2
2026-05-22drm/xe/rtp: Do not break parsing when missing contextGustavo Sousa1-0/+28
2026-05-22drm/xe/rtp: Don't short-circuit to false in or-yes caseGustavo Sousa1-2/+40
2026-05-22drm/xe/rtp: Drop rule matching cases from rtp_to_sr_cases and rtp_casesGustavo Sousa1-116/+6
2026-05-22drm/xe/rtp: Write kunit test cases specific for rule matchingGustavo Sousa3-0/+202
2026-05-16drm/xe/reg_sr: Do sanity check for MCR vs non-MCRGustavo Sousa2-8/+75
2026-05-16drm/xe/kunit: Use KUNIT_EXPECT_EQ() in xe_wa_gt()Gustavo Sousa1-1/+1
2026-05-13drm/xe: Refactor emit_xy_fast_copy and emit_mem_copy functionsBalasubramani Vivekanandan1-1/+1
2026-04-21drm/xe/pat: Introduce xe_cache_pat_idx() macro helperXin Wang1-1/+2
2026-04-14drm/xe/pf: Derive admin-only PF mode from xe_device stateSatyanarayana K V P1-2/+19
2026-04-09drm/xe/step: switch from enum xe_step to intel_step namingJani Nikula1-2/+2
2026-03-12Merge drm/drm-next into drm-xe-nextMatthew Brost2-5/+4
2026-03-03drm/xe/tests: Change TEST_VRAM to work with 32-bit resource_size_tMichal Wajdeczko1-1/+1
2026-03-03Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie5-10/+166
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
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-02-20drm/xe/tests: Add KUnit tests for new VRAM fair provisioningMichal Wajdeczko1-1/+95
2026-02-19drm/xe/reg_sr: Don't process gt/hwe lists in VFMatt Roper1-1/+2
2026-02-16drm/xe: Make xe_ggtt_node_insert return a nodeMaarten Lankhorst1-5/+1
2026-02-06drm/xe: Move number of XeCore fuse registers to graphics descriptorMatt Roper1-0/+8
2026-02-06drm/xe/tests: Fix g2g_test_array indexingPallavi Mishra1-2/+59
2026-02-05Merge drm/drm-next into drm-misc-nextThomas Zimmermann6-38/+69
2026-02-03drm/xe/pf: Define admin_only as real flagMichal Wajdeczko1-1/+1
2026-01-27dma-buf: Always build with DMABUF_MOVE_NOTIFYLeon Romanovsky1-2/+1
2026-01-27dma-buf: Rename .move_notify() callback to a clearer identifierLeon Romanovsky1-3/+3
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-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds5-11/+242
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-18drm/xe/kunit: Fix forcewake assertion in mocs testMatt Roper1-1/+1
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-16drm/xe/kunit: Fix kerneldoc for parameterized testsMatt Roper1-0/+5
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