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
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
drm/xe: Cleanup CODE_INDENT style issues
Francois Dugast
5
-21
/
+21
2023-12-21
drm/xe: Cleanup POINTER_LOCATION style issues
Francois Dugast
2
-2
/
+2
2023-12-21
drm/xe: Cleanup OPEN_BRACE style issues
Francois Dugast
1
-1
/
+2
2023-12-21
drm/xe: Cleanup SPACING style issues
Francois Dugast
10
-24
/
+24
2023-12-21
drm/xe: Fix lockdep warning from xe_vm_madvise
Brian Welty
1
-5
/
+5
2023-12-21
drm/xe: Fix BUG_ON during bind with prefetch
Brian Welty
1
-0
/
+5
2023-12-21
drm/xe/mmio: update gt_count when probing multi-tile
Matthew Auld
1
-0
/
+6
2023-12-21
drm/xe: handle TLB invalidations from CT fast-path
Matthew Auld
3
-60
/
+91
2023-12-21
drm/xe/ct: update g2h outstanding for CTB capture
Matthew Auld
1
-0
/
+1
2023-12-21
drm/xe/tlb: print seqno_recv on fence TLB timeout
Matthew Auld
1
-2
/
+2
2023-12-21
drm/xe/tlb: also update seqno_recv during reset
Matthew Auld
1
-2
/
+22
2023-12-21
drm/xe/gt: tweak placement for signalling TLB fences after GT reset
Matthew Auld
1
-1
/
+2
2023-12-21
drm/xe/ct: serialise fast_lock during CT disable
Matthew Auld
1
-2
/
+6
2023-12-21
drm/xe/tlb: increment next seqno after successful CT send
Matthew Auld
1
-5
/
+6
2023-12-21
drm/xe/ct: hold fast_lock when reserving space for g2h
Matthew Auld
1
-7
/
+15
2023-12-21
drm/xe: hold mem_access.ref for CT fast-path
Matthew Auld
3
-1
/
+10
2023-12-21
drm/xe/tlb: ensure we access seqno_recv once
Matthew Auld
1
-6
/
+6
2023-12-21
drm/xe/tlb: drop unnecessary smp_wmb()
Matthew Auld
1
-1
/
+4
2023-12-21
drm/xe: Port Xe to GPUVA
Matthew Brost
14
-1177
/
+1175
2023-12-21
drm/xe: Remove __xe_vm_bind forward declaration
Matthew Brost
1
-5
/
+0
2023-12-21
drm/xe: Add helpers to hide struct xe_vma internals
Matthew Brost
9
-165
/
+211
2023-12-21
drm/xe: Ban a VM if rebind worker hits an error
Matthew Brost
7
-46
/
+107
2023-12-21
drm/xe: Use internal VM flags in xe_vm_create
Matthew Brost
1
-2
/
+2
2023-12-21
drm/xe: make kobject type struct as constant
Tejas Upadhyay
1
-1
/
+1
2023-12-21
drm/xe: make GT sysfs init return void
Tejas Upadhyay
2
-10
/
+15
2023-12-21
drm/xe/guc: Fix h2g_write usage of GUC_CTB_MSG_MAX_LEN
Alan Previn
1
-13
/
+19
2023-12-21
drm/xe/mmio: add xe_mmio_read16()
Jani Nikula
1
-0
/
+10
2023-12-21
drm/xe: Make page-table updates using the default engine happen in order
Thomas Hellström
1
-1
/
+2
2023-12-21
drm/xe: Enable PCI device earlier
Matt Roper
1
-11
/
+11
2023-12-21
drm/xe: Print proper revid value for unknown media revision
Matt Roper
1
-1
/
+1
2023-12-21
drm/xe: Don't raise error on fused-off media
Matt Roper
1
-0
/
+4
2023-12-21
drm/xe: Return GMD_ID revid properly
Matt Roper
1
-10
/
+13
2023-12-21
drm/xe: Make usable size of VRAM readable
Tejas Upadhyay
6
-10
/
+18
2023-12-21
drm/xe: Add sysfs entry to report per tile memory size
Tejas Upadhyay
3
-0
/
+25
2023-12-21
drm/xe: Add GTs under respective tile sysfs
Tejas Upadhyay
1
-2
/
+2
2023-12-21
drm/xe: Add sysfs entry for tile
Tejas Upadhyay
7
-0
/
+114
2023-12-21
drm/xe: Use nanoseconds instead of jiffies in uapi for user fence
Zbigniew Kempczyński
1
-10
/
+37
2023-12-21
drm/xe: properly check bounds for xe_wait_user_fence_ioctl()
Paulo Zanoni
1
-0
/
+3
2023-12-21
drm/xe: fix bounds checking for 'len' in xe_engine_create_ioctl
Paulo Zanoni
1
-1
/
+1
2023-12-21
drm/xe/slpc: Start SLPC before GuC submission on reset
Daniele Ceraolo Spurio
1
-5
/
+1
2023-12-21
drm/xe: fix HuC FW ordering for DG1
Daniele Ceraolo Spurio
1
-1
/
+1
2023-12-21
drm/xe: Add missing ADL entries to xe_test_wa
Anusha Srivatsa
1
-0
/
+3
2023-12-21
drm/xe/kunit: Handle fake device creation for all platform/subplatform cases
Anusha Srivatsa
1
-3
/
+0
2023-12-21
drm/xe/pm: Disable PM on unbounded pcie parent bridge
Anshuman Gupta
3
-0
/
+16
2023-12-21
drm/xe: Fix vm refcount races
Thomas Hellström
1
-14
/
+12
2023-12-21
drm/xe/bo: Evict VRAM to TT rather than to system
Thomas Hellström
3
-11
/
+22
2023-12-21
drm/xe/bo: Gracefully handle errors from ttm_bo_move_accel_cleanup().
Thomas Hellström
1
-0
/
+5
2023-12-21
drm/xe/bo: Avoid creating a system resource when allocating a fresh VRAM bo
Thomas Hellström
1
-21
/
+27
2023-12-21
drm/xe/bo: Fix swapin when moving to VRAM
Thomas Hellström
1
-2
/
+5
2023-12-21
drm/xe/mtl: Add support to get C6 residency/status of MTL
Badal Nilawar
4
-17
/
+52
[prev]
[next]