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-19
drm/xe: Validate uAPI padding and reserved fields
Christopher Snowhill
9
-15
/
+52
2023-12-19
drm/xe: Apply upper limit to sg element size
Niranjana Vishwanathapura
4
-11
/
+36
2023-12-19
drm/xe: Add stepping support for GMD_ID platforms
Matt Roper
5
-19
/
+74
2023-12-19
drm/xe: Fail xe_device_create() if wq allocation fails
Gustavo Sousa
1
-1
/
+9
2023-12-19
drm/xe: Call drmm_add_action_or_reset() early in xe_device_create()
Gustavo Sousa
1
-4
/
+4
2023-12-19
drm/xe: Do not forget to drm_dev_put() in xe_pci_probe()
Gustavo Sousa
1
-12
/
+14
2023-12-19
drm/xe: fix kernel-doc issues
Matthew Auld
2
-2
/
+2
2023-12-19
drm/xe: Change GuC interrupt data
Michal Wajdeczko
1
-1
/
+7
2023-12-19
drm/xe: Move Media GuC register definition to regs/
Michal Wajdeczko
2
-3
/
+3
2023-12-19
drm/xe: Limit CONFIG_DRM_XE_SIMPLE_ERROR_CAPTURE to itself.
Rodrigo Vivi
1
-7
/
+0
2023-12-19
drm/xe: Add HW Engine snapshot to xe_devcoredump.
Rodrigo Vivi
2
-0
/
+45
2023-12-19
drm/xe: Convert Xe HW Engine print to snapshot capture and print.
Rodrigo Vivi
5
-59
/
+240
2023-12-19
drm/xe: Add GuC Submit Engine snapshot to xe_devcoredump.
Rodrigo Vivi
2
-0
/
+6
2023-12-19
drm/xe: Convert GuC Engine print to snapshot capture and print.
Rodrigo Vivi
3
-40
/
+298
2023-12-19
drm/xe: Introduce guc_submit_types.h with relevant structs.
Rodrigo Vivi
3
-59
/
+76
2023-12-19
drm/xe: Add GuC CT snapshot to xe_devcoredump.
Rodrigo Vivi
2
-0
/
+21
2023-12-19
drm/xe: Convert GuC CT print to snapshot capture and print.
Rodrigo Vivi
5
-25
/
+179
2023-12-19
drm/xe: Extract non mapped regions out of GuC CTB into its own struct.
Rodrigo Vivi
2
-80
/
+95
2023-12-19
drm/xe: Do not take any action if our device was removed.
Rodrigo Vivi
1
-0
/
+8
2023-12-19
drm/xe: Introduce the dev_coredump infrastructure.
Rodrigo Vivi
7
-0
/
+199
2023-12-19
drm/xe: Use GT oriented log messages in xe_gt.c
Michal Wajdeczko
1
-27
/
+22
2023-12-19
drm/xe: Introduce GT oriented log messages
Michal Wajdeczko
1
-0
/
+46
2023-12-19
drm/xe: Allow dma-fences as in-syncs for compute / faulting VM
Matthew Brost
1
-5
/
+7
2023-12-19
drm/xe: Allow compute VMs to output dma-fences on binds
Matthew Brost
1
-1
/
+1
2023-12-19
drm/xe: Call exit functions when xe_register_pci_driver() fails
Gustavo Sousa
1
-3
/
+5
2023-12-19
drm/xe: Get rid of MAKE_INIT_EXIT_FUNCS
Gustavo Sousa
1
-5
/
+9
2023-12-19
drm/xe: Remove unused define
Francois Dugast
1
-1
/
+0
2023-12-19
drm/xe: Load HuC on Alderlake P
Lucas De Marchi
1
-0
/
+1
2023-12-19
drm/xe/adln: Enable ADL-N
Matt Roper
5
-0
/
+19
2023-12-19
drm/xe/adlp: Add revid => step mapping
Matt Roper
1
-0
/
+17
2023-12-19
drm/xe: fix tlb_invalidation_seqno_past()
Matthew Auld
1
-3
/
+4
2023-12-19
drm/xe: Fix indent in xe_hw_engine_print_state()
Lucas De Marchi
1
-33
/
+33
2023-12-19
drm/xe: Rename reg field to addr
Lucas De Marchi
16
-42
/
+42
2023-12-19
drm/xe/mmio: Use struct xe_reg
Lucas De Marchi
26
-300
/
+331
2023-12-19
drm/xe: Handle -EDEADLK case in exec ioctl
Niranjana Vishwanathapura
1
-3
/
+24
2023-12-19
drm/xe: Handle -EDEADLK case in preempt worker
Niranjana Vishwanathapura
1
-0
/
+22
2023-12-19
drm/xe: destroy clients engine and vm xarrays on close
Mika Kuoppala
1
-0
/
+2
2023-12-19
drm/xe: Print GT info on TLB inv failure
Nirmoy Das
1
-4
/
+4
2023-12-19
drm/xe: Do not sleep in atomic
Nirmoy Das
1
-1
/
+1
2023-12-19
drm/xe/guc: Handle RCU_MODE as masked from definition
Lucas De Marchi
2
-20
/
+13
2023-12-19
drm/xe/guc: Remove special handling for PVC A*
Lucas De Marchi
1
-11
/
+3
2023-12-19
drm/xe: Fix comment on Wa_22013088509
Lucas De Marchi
1
-3
/
+10
2023-12-19
drm/xe: Do not mark 1809175790 as a WA
Lucas De Marchi
1
-2
/
+5
2023-12-19
drm/xe: Enable the compat ioctl functionality
Christopher Snowhill
1
-1
/
+1
2023-12-19
drm/xe: Fix splat during error dump
Francois Dugast
3
-5
/
+18
2023-12-19
drm/xe: Set default MOCS value for copy cs instructions
José Roberto de Souza
4
-0
/
+37
2023-12-19
drm/xe: Set default MOCS value for cs instructions
José Roberto de Souza
5
-2
/
+59
2023-12-19
drm/xe: Include only relevant header in xe_module.h
Gustavo Sousa
1
-1
/
+1
2023-12-19
drm/xe: Enable Raptorlake-P
José Roberto de Souza
1
-0
/
+1
2023-12-19
drm/xe: Fix media detection for pre-GMD_ID platforms
Lucas De Marchi
1
-58
/
+55
[prev]
[next]