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: 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
2023-12-21
drm/xe: Fix typos
Francois Dugast
2
-2
/
+2
2023-12-21
drm/xe: Cleanup COMPLEX_MACRO style issues
Francois Dugast
4
-4
/
+4
2023-12-21
drm/xe: Cleanup TRAILING_WHITESPACE style issues
Francois Dugast
1
-2
/
+2
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
[prev]
[next]