index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
tests
/
xe_bo.c
Age
Commit message (
Expand
)
Author
2025-06-27
drm/xe: Drop bo->size
Matthew Brost
2025-06-06
drm/xe: don't store the xe device pointer inside xe_ttm_tt
Dave Airlie
2025-04-27
drm/xe: Drop force_alloc from xe_bo_evict in selftests
Matthew Brost
2025-04-04
drm/xe: add XE_BO_FLAG_PINNED_LATE_RESTORE
Matthew Auld
2025-03-05
drm/xe: Add a shrinker for xe bos
Thomas Hellström
2025-01-21
Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-01-15
drm/xe: introduce xe_gt_reset and xe_gt_wait_for_reset
Maciej Patelczyk
2024-12-19
drm/xe/tests: Move shrink test out of xe_bo
Nirmoy Das
2024-12-09
drm/xe/tests: Wait for clear fence operation to complete
Nirmoy Das
2024-11-21
Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2024-10-09
drm/xe/tests: Fix the shrinker test compiler warnings.
Thomas Hellström
2024-09-11
drm/xe: Add a xe_bo subtest for shrinking / swapping
Thomas Hellström
2024-08-19
drm/xe: Remove redundant param from xe_bo_create_user
Nirmoy Das
2024-08-13
drm/xe/migrate: Parameterize ccs and bo data clear in xe_migrate_clear()
Nirmoy Das
2024-07-22
drm/xe/tests: Convert xe_bo live tests
Michal Wajdeczko
2024-07-17
drm/xe/xe2: Do not run xe_bo_test for xe2+ dgfx
Akshata Jahagirdar
2024-07-12
drm/xe/kunit: Simplify xe_bo live tests code layout
Michal Wajdeczko
2024-07-12
drm/xe/kunit: Kill xe_cur_kunit()
Michal Wajdeczko
2024-04-02
drm/xe: Normalize bo flags macros
Lucas De Marchi
2024-02-26
drm/xe: Convert kunit tests from mem_access to xe_pm_runtime
Rodrigo Vivi
2024-01-10
drm/xe/selftests: Fix an error pointer dereference bug
Dan Carpenter
2023-12-21
drm/xe/xe2: Modify xe_bo_test for system memory
Himal Prasad Ghimiray
2023-12-21
drm/xe/uapi: Add support for CPU caching mode
Pallavi Mishra
2023-12-21
drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interface
Thomas Hellström
2023-12-21
drm/xe/vm: Simplify and document xe_vm_lock()
Thomas Hellström
2023-12-21
drm/xe/bo: Simplify xe_bo_lock()
Thomas Hellström
2023-12-21
drm/xe/selftests: make eviction test tile centric
Matthew Auld
2023-12-21
drm/xe/selftests: consider multi-GT for eviction test
Matthew Auld
2023-12-21
drm/xe: add missing bulk_move reset
Matthew Auld
2023-12-21
drm/xe/selftests: restart GT after xe_bo_restore_kernel()
Matthew Auld
2023-12-21
drm/xe/selftests: hold rpm for ccs_test_migrate()
Matthew Auld
2023-12-21
drm/xe/selftests: hold rpm for evict_test_run_device()
Matthew Auld
2023-12-19
drm/xe: Move migration from GT to tile
Matt Roper
2023-12-19
drm/xe: Memory allocations are tile-based, not GT-based
Matt Roper
2023-12-19
drm/xe: Move VRAM from GT to tile
Matt Roper
2023-12-19
drm/xe: Add backpointer from gt to tile
Matt Roper
2023-12-19
drm/xe: Introduce xe_tile
Matt Roper
2023-12-19
drm/xe: Use symbol namespace for kunit tests
Lucas De Marchi
2023-12-19
drm/xe: Move test infra out of xe_pci.[ch]
Lucas De Marchi
2023-12-19
drm/xe: Stop accepting value in xe_migrate_clear
Balasubramani Vivekanandan
2023-12-19
drm/xe: Fix kunit integration due to missing prototypes
Lucas De Marchi
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost