index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
drm/xe: Fix checking for unset value
Lucas De Marchi
1
-1
/
+3
2023-12-21
drm/xe/engine: add missing rpm for bind engines
Matthew Auld
2
-0
/
+20
2023-12-21
drm/xe: Signal out-syncs on VM binds if no operations
Matthew Brost
1
-0
/
+2
2023-12-21
drm/xe: Always use xe_vm_queue_rebind_worker helper
Matthew Brost
2
-9
/
+8
2023-12-21
drm/xe: Invert guc vs execlists parameters and info.
Rodrigo Vivi
6
-14
/
+9
2023-12-21
drm/xe/uapi: Remove XE_QUERY_CONFIG_FLAGS_USE_GUC
Rodrigo Vivi
1
-3
/
+0
2023-12-21
drm/xe: fully turn on small-bar support
Matthew Auld
1
-9
/
+2
2023-12-21
drm/xe/uapi: add the userspace bits for small-bar
Matthew Auld
4
-4
/
+39
2023-12-21
drm/xe/bo: support tiered vram allocation for small-bar
Matthew Auld
4
-16
/
+40
2023-12-21
drm/xe: xe_engine_create_ioctl should check gt_count, not tile_count
Matt Roper
1
-2
/
+2
2023-12-21
drm/xe/mtl: Map PPGTT as CPU:WC
Matt Roper
3
-5
/
+15
2023-12-21
drm/xe: add lockdep annotation for xe_device_mem_access_put()
Matthew Auld
3
-2
/
+33
2023-12-21
drm/xe: Use migrate engine for page fault binds
Matthew Brost
2
-3
/
+3
2023-12-21
drm/xe: Only alloc userptr part of xe_vma for userptrs
Matthew Brost
2
-27
/
+37
2023-12-21
drm/xe: Combine destroy_cb and destroy_work in xe_vma into union
Matthew Brost
1
-5
/
+6
2023-12-21
drm/xe: Change tile masks from u64 to u8
Matthew Brost
2
-20
/
+20
2023-12-21
drm/xe: Replace list_del_init with list_del for userptr.invalidate_link cleanup
Matthew Brost
1
-1
/
+1
2023-12-21
drm/xe: Reduce the number list links in xe_vma
Matthew Brost
5
-41
/
+49
2023-12-21
drm/xe: Avoid doing rebinds
Matthew Brost
3
-10
/
+70
2023-12-21
drm/xe: Remove xe_vma_op_unmap
Matthew Brost
2
-15
/
+0
2023-12-21
drm/xe: Make bind engines safe
Matthew Brost
5
-0
/
+140
2023-12-21
drm/xe: Introduce a range-fence utility
Thomas Hellström
3
-0
/
+232
2023-12-21
drm/xe/execlist: Log when using execlist submission
Francois Dugast
1
-1
/
+4
2023-12-21
drm/xe: Cleanup style warnings and errors
Francois Dugast
10
-34
/
+39
2023-12-21
drm/xe/execlist: Remove leftover printk messages
Francois Dugast
1
-8
/
+0
2023-12-21
drm/xe: Rely on kmalloc/kzalloc log message
Francois Dugast
4
-13
/
+7
2023-12-21
drm/xe: Use FIELD_PREP/FIELD_GET for tile id encoding
Lucas De Marchi
1
-2
/
+2
2023-12-21
drm/xe: Normalize XE_VM_FLAG* names
Lucas De Marchi
5
-12
/
+12
2023-12-21
drm/xe: add missing bulk_move reset
Matthew Auld
3
-9
/
+30
2023-12-21
drm/xe/selftests: restart GT after xe_bo_restore_kernel()
Matthew Auld
1
-0
/
+14
2023-12-21
drm/xe/selftests: hold rpm for ccs_test_migrate()
Matthew Auld
1
-0
/
+4
2023-12-21
drm/xe/selftests: hold rpm for evict_test_run_device()
Matthew Auld
1
-0
/
+5
2023-12-21
drm/xe: add lockdep annotation for xe_device_mem_access_get()
Matthew Auld
1
-0
/
+24
2023-12-21
drm/xe: drop xe_device_mem_access_get() from invalidation_vma
Matthew Auld
1
-6
/
+2
2023-12-21
drm/xe/ggtt: prime ggtt->lock against FS_RECLAIM
Matthew Auld
1
-0
/
+11
2023-12-21
drm/xe: drop xe_device_mem_access_get() from guc_ct_send
Matthew Auld
1
-4
/
+0
2023-12-21
drm/xe: ensure correct access_put ordering
Matthew Auld
3
-6
/
+6
2023-12-21
drm/xe/mmio: grab mem_access in xe_mmio_ioctl
Matthew Auld
1
-0
/
+2
2023-12-21
drm/xe/guc_pc: add missing mem_access for freq_rpe_show
Matthew Auld
1
-0
/
+4
2023-12-21
drm/xe/debugfs: grab mem_access around forcewake
Matthew Auld
1
-0
/
+4
2023-12-21
drm/xe/vm: tidy up xe_runtime_pm usage
Matthew Auld
1
-8
/
+2
2023-12-21
drm/xe: fix xe_device_mem_access_get() races
Matthew Auld
6
-54
/
+136
2023-12-21
drm/xe/pm: Init pcode and restore vram on power lost
Anshuman Gupta
5
-4
/
+42
2023-12-21
drm/xe/pm: Toggle d3cold_allowed using vram_usages
Anshuman Gupta
3
-3
/
+59
2023-12-21
drm/xe/pm: Add vram_d3cold_threshold Sysfs
Anshuman Gupta
7
-13
/
+164
2023-12-21
drm/xe/pm: Refactor xe_pm_runtime_init
Anshuman Gupta
3
-3
/
+2
2023-12-21
drm/xe/pm: Add pci d3cold_capable support
Anshuman Gupta
4
-12
/
+43
2023-12-21
drm/xe: remove gucrc disable from suspend path
Riana Tauro
5
-7
/
+21
2023-12-21
drm/xe: Cleanup style warnings
Francois Dugast
20
-70
/
+75
2023-12-21
drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERR
Francois Dugast
10
-225
/
+225
[next]