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: Simplify engine class sched_props setting
Niranjana Vishwanathapura
1
-14
/
+12
2023-12-21
drm/xe/dg2: Remove Wa_15010599737
Shekhar Chauhan
2
-7
/
+0
2023-12-21
drm/xe: Improve vram info debug printing
Oak Zeng
1
-5
/
+6
2023-12-21
drm/xe: Make xe_mem_region struct
Oak Zeng
4
-60
/
+47
2023-12-21
drm/xe: Call __guc_exec_queue_fini_async direct for KERNEL exec_queues
Matthew Brost
1
-14
/
+6
2023-12-21
drm/xe: skip rebind_list if vma destroyed
Matthew Auld
2
-4
/
+7
2023-12-21
drm/xe/guc_submit: fixup deregister in job timeout
Matthew Auld
1
-4
/
+6
2023-12-21
drm/xe/pm: Add vram_d3cold_threshold for d3cold capable device
Anshuman Gupta
1
-2
/
+5
2023-12-21
drm/xe: Add Wa_14015150844 for DG2 and Xe_LPG
Matt Roper
2
-0
/
+12
2023-12-21
drm/xe: don't warn for bogus pagefaults
Matthew Auld
2
-3
/
+3
2023-12-21
drm/xe: Implement HW workaround 14016763929
Oak Zeng
3
-5
/
+12
2023-12-21
drm/xe: Set max pte size when skipping rebinds
Matthew Brost
1
-1
/
+18
2023-12-21
drm/xe/guc_submit: prevent repeated unregister
Matthew Auld
1
-2
/
+12
2023-12-21
drm/xe: Fix error path in xe_guc_pc_start()
Lucas De Marchi
1
-1
/
+2
2023-12-21
drm/xe: Fix error path in xe_guc_pc_gucrc_disable()
Lucas De Marchi
1
-4
/
+6
2023-12-21
drm/xe: Add min/max cap for engine scheduler properties
Tejas Upadhyay
7
-6
/
+509
2023-12-21
drm/xe: Add sysfs for preempt reset timeout
Tejas Upadhyay
1
-0
/
+29
2023-12-21
drm/xe: Add timeslice duration engine property to sysfs
Tejas Upadhyay
1
-0
/
+30
2023-12-21
drm/xe: Add job timeout engine property to sysfs
Tejas Upadhyay
1
-24
/
+62
2023-12-21
drm/xe: Add sysfs for default engine scheduler properties
Tejas Upadhyay
7
-26
/
+190
2023-12-21
drm/xe: Add sysfs entries for engines under its GT
Tejas Upadhyay
4
-0
/
+174
2023-12-21
drm/xe: Rename engine to exec_queue
Francois Dugast
45
-1637
/
+1636
2023-12-21
drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]
Francois Dugast
15
-14
/
+14
2023-12-21
drm/xe: Fix error paths of __xe_bo_create_locked
Maarten Lankhorst
1
-2
/
+6
2023-12-21
drm/xe: remove header variable from parse_g2h_msg
Matthew Brost
1
-2
/
+1
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
33
-219
/
+218
2023-12-21
drm/xe/macro: Remove unused constant
Francois Dugast
1
-1
/
+0
2023-12-21
drm/xe: Add define WQ_HEADER_SIZE
Matthew Brost
1
-2
/
+3
2023-12-21
drm/xe: Remove ct->fence_context
Matthew Brost
2
-3
/
+0
2023-12-21
drm/xe: Remove XE_GUC_CT_SELFTEST
Matthew Brost
4
-98
/
+0
2023-12-21
drm/xe/mtl: Reduce Wa_14018575942 scope to the CCS engine
Matt Roper
1
-9
/
+1
2023-12-21
drm/xe: Ensure memory eviction on s2idle.
Rodrigo Vivi
2
-22
/
+43
2023-12-21
drm/xe: Only init runtime PM after all d3cold config is in place.
Rodrigo Vivi
1
-1
/
+3
2023-12-21
drm/xe: Fix the runtime_idle call and d3cold.allowed decision.
Rodrigo Vivi
1
-2
/
+2
2023-12-21
drm/xe: Move d3cold_allowed decision all together.
Rodrigo Vivi
3
-15
/
+12
2023-12-21
drm/xe: Only set PCI d3cold_allowed when we are really allowing.
Rodrigo Vivi
1
-2
/
+1
2023-12-21
drm/xe: Introduce fault injection for gt reset
Himal Prasad Ghimiray
3
-1
/
+31
2023-12-21
drm/xe: Notify Userspace when gt reset fails
Himal Prasad Ghimiray
1
-0
/
+19
2023-12-21
drm/xe: Invert mask and val in xe_mmio_wait32.
Rodrigo Vivi
7
-24
/
+17
2023-12-21
drm/xe: Fix an invalid locking wait context bug
Rodrigo Vivi
1
-6
/
+26
2023-12-21
drm/xe: Sort xe_regs.h
Lucas De Marchi
1
-30
/
+33
2023-12-21
drm/xe: Carve out top of DSM as reserved
Lucas De Marchi
2
-1
/
+10
2023-12-21
drm/xe: Fix MTL+ stolen memory mapping
Lucas De Marchi
1
-2
/
+13
2023-12-21
drm/xe: Set PTE_DM bit for stolen on MTL
Lucas De Marchi
5
-12
/
+29
2023-12-21
drm/xe: Decouple vram check from xe_bo_addr()
Lucas De Marchi
6
-43
/
+23
2023-12-21
drm/xe: Remove vma arg from xe_pte_encode()
Lucas De Marchi
4
-48
/
+13
2023-12-21
drm/xe: fix mcr semaphore locking for MTL
Daniele Ceraolo Spurio
1
-3
/
+4
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
[prev]
[next]