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-19
drm/xe/pat: Move PAT setup to a dedicated file
Matt Roper
5
-80
/
+98
2023-12-19
drm/xe: Decrement fault mode counts in xe_vm_close_and_put
Matthew Brost
1
-8
/
+7
2023-12-19
drm/xe: Add max engine priority to xe query
José Roberto de Souza
3
-2
/
+12
2023-12-19
drm/xe: Load HuC on Alderlake S
Anusha Srivatsa
1
-0
/
+1
2023-12-19
drm/xe/huc: Support for loading unversiond HuC
Anusha Srivatsa
1
-20
/
+33
2023-12-19
drm/xe: Fix potential deadlock handling page faults
Matthew Brost
1
-0
/
+2
2023-12-19
drm/xe: Use BO's GT to determine dma_offset when programming PTEs
Matthew Brost
3
-1
/
+18
2023-12-19
drm/xe/gt: some error handling fixes
Matthew Auld
1
-3
/
+5
2023-12-19
drm/xe: Reinstate render / compute cache invalidation in ring ops
Matthew Brost
2
-0
/
+35
2023-12-19
drm/xe: Use atomic instead of mutex for xe_device_mem_access_ongoing
Maarten Lankhorst
3
-23
/
+13
2023-12-19
drm/xe: Drop zero length arrays
Matthew Brost
2
-2
/
+2
2023-12-19
drm/xe/buddy: add compatible and intersects hooks
Matthew Auld
1
-0
/
+62
2023-12-19
drm/xe/buddy: add visible tracking
Matthew Auld
4
-109
/
+129
2023-12-19
drm/xe: Stop accepting value in xe_migrate_clear
Balasubramani Vivekanandan
8
-24
/
+80
2023-12-19
drm/xe: Use max wopcm size when validating the preset GuC wopcm size
Balasubramani Vivekanandan
1
-0
/
+9
2023-12-19
drm/xe/buddy: remove the virtualized start
Matthew Auld
2
-15
/
+20
2023-12-19
drm/xe/mcr: Separate version from engine type selection
Lucas De Marchi
1
-15
/
+17
2023-12-19
drm/xe/vram: start tracking the io_size
Matthew Auld
3
-17
/
+55
2023-12-19
drm/xe/vm: Defer vm rebind until next exec if nothing to execute
Thomas Hellström
4
-0
/
+41
2023-12-19
drm/xe/tests: Test both CPU- and GPU page-table updates with the migrate test
Thomas Hellström
3
-2
/
+40
2023-12-19
drm/xe: Use a small negative initial seqno
Thomas Hellström
1
-1
/
+2
2023-12-19
drm/xe: Introduce xe_engine_is_idle()
Thomas Hellström
3
-7
/
+26
2023-12-19
drm/xe/tests: Support CPU page-table updates in the migrate test
Thomas Hellström
1
-3
/
+10
2023-12-19
drm/xe/migrate: Update cpu page-table updates
Thomas Hellström
1
-20
/
+10
2023-12-19
drm/xe: Use a define to set initial seqno for fences
Thomas Hellström
4
-4
/
+10
2023-12-19
drm/xe/xe_uc_fw: Use firmware files from standard locations
Mauro Carvalho Chehab
2
-3
/
+3
2023-12-19
drm/xe/irq: the irq handler local variable need not be static
Jani Nikula
1
-1
/
+1
2023-12-19
drm/xe: Add missing LRC workarounds for graphics 1200
Lucas De Marchi
2
-0
/
+14
2023-12-19
drm/xe: Add missing ADL-P engine workaround
Lucas De Marchi
1
-0
/
+10
2023-12-19
drm/xe: Add missing DG2 lrc workarounds
Lucas De Marchi
2
-0
/
+70
2023-12-19
drm/xe: Add missing DG2 lrc tunings
Lucas De Marchi
2
-0
/
+27
2023-12-19
drm/xe: Add missing DG2 engine workarounds
Lucas De Marchi
2
-5
/
+213
2023-12-19
drm/xe: Add missing DG2 gt workarounds and tunings
Lucas De Marchi
3
-2
/
+53
2023-12-19
drm/xe: Add PVC engine workarounds
Lucas De Marchi
2
-0
/
+31
2023-12-19
drm/xe: Add PVC gt workarounds
Lucas De Marchi
2
-0
/
+28
2023-12-19
drm/xe: Reorder WAs to consider the platform
Lucas De Marchi
1
-39
/
+54
2023-12-19
drm/xe/debugfs: Dump register save-restore tables
Lucas De Marchi
5
-0
/
+74
2023-12-19
drm/xe: Print whitelist while applying
Lucas De Marchi
3
-0
/
+52
2023-12-19
drm/xe/reg_sr: Tweak verbosity for register printing
Lucas De Marchi
1
-0
/
+6
2023-12-19
drm/xe/rtp: Add match helper for gslice fused off
Lucas De Marchi
2
-0
/
+27
2023-12-19
drm/xe: add xe_ttm_stolen_cpu_access_needs_ggtt()
Matthew Auld
3
-29
/
+14
2023-12-19
drm/xe: one more s/lmem/vram/
Matthew Auld
1
-2
/
+2
2023-12-19
drm/xe: Fix overflow in vram manager
Riana Tauro
1
-1
/
+1
2023-12-19
drm/xe: make compound literal initialization const
Jani Nikula
1
-2
/
+2
2023-12-19
drm/xe/pvc: Remove A* steppings
Lucas De Marchi
1
-2
/
+0
2023-12-19
drm/xe: Name LRC wa after the engine it belongs
Lucas De Marchi
1
-1
/
+1
2023-12-19
drm/xe: Remove dump function from reg_sr
Lucas De Marchi
3
-33
/
+0
2023-12-19
drm/xe/rtp: Add match for render reset domain
Lucas De Marchi
3
-0
/
+33
2023-12-19
drm/xe/rtp: Move match function from wa to rtp
Lucas De Marchi
3
-7
/
+19
2023-12-19
drm/xe: Constify xe_dss_mask_group_ffs()
Lucas De Marchi
2
-2
/
+2
[prev]
[next]