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
/
xe
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-23
drm/xe: Make read_perf_limit_reasons globally accessible
John Harrison
5
-29
/
+33
2024-05-23
drm/xe: Nuke simple error capture
José Roberto de Souza
4
-113
/
+1
2024-05-23
drm/xe: Add process name to devcoredump
José Roberto de Souza
2
-0
/
+15
2024-05-23
drm/xe: remove unused struct 'xe_gt_desc'
Dr. David Alan Gilbert
1
-6
/
+0
2024-05-23
drm/xe: Enable D3Cold on 'low' VRAM utilization
Rodrigo Vivi
1
-6
/
+1
2024-05-23
drm/xe: Stop checking for power_lost on D3Cold
Rodrigo Vivi
4
-41
/
+2
2024-05-23
drm/xe: Prepare display for D3Cold
Rodrigo Vivi
3
-11
/
+22
2024-05-23
drm/xe: Relax runtime pm protection around VM
Rodrigo Vivi
1
-3
/
+9
2024-05-23
drm/xe: Relax runtime pm protection during execution
Rodrigo Vivi
3
-21
/
+6
2024-05-23
drm/xe: Fix xe_pm_runtime_get_if_in_use documentation
Rodrigo Vivi
1
-2
/
+3
2024-05-23
drm/xe: Fix xe_pm_runtime_get_if_active return
Rodrigo Vivi
2
-5
/
+5
2024-05-23
drm/xe: Add process name to devcoredump
José Roberto de Souza
2
-0
/
+15
2024-05-22
drm/xe: Properly handle alloc_guc_id() failure
Niranjana Vishwanathapura
1
-0
/
+1
2024-05-22
drm/xe/uc: Don't emit false error if running in execlist mode
Michal Wajdeczko
1
-1
/
+1
2024-05-22
drm/xe/display: move device_remove over to drmm
Matthew Auld
3
-7
/
+21
2024-05-22
drm/xe/display: stop calling domains_driver_remove twice
Matthew Auld
1
-1
/
+0
2024-05-22
drm/xe/display: move display fini stuff to devm
Matthew Auld
1
-6
/
+6
2024-05-22
drm/xe: reset mmio mappings with devm
Matthew Auld
3
-8
/
+33
2024-05-22
drm/xe/mmio: move mmio_fini over to devm
Matthew Auld
1
-2
/
+5
2024-05-22
drm/xe: make gt_remove use devm
Matthew Auld
3
-30
/
+9
2024-05-22
drm/xe/gt: break out gt_fini into sw vs hw state
Matthew Auld
1
-8
/
+14
2024-05-22
drm/xe/coredump: move over to devm
Matthew Auld
1
-2
/
+4
2024-05-22
drm/xe/device: move xe_device_sanitize over to devm
Matthew Auld
1
-2
/
+2
2024-05-22
drm/xe/device: move flr to devm
Matthew Auld
1
-2
/
+2
2024-05-22
drm/xe/irq: move irq_uninstall over to devm
Matthew Auld
1
-3
/
+3
2024-05-22
drm/xe/guc_pc: s/pc_fini/pc_fini_hw/
Matthew Auld
1
-3
/
+3
2024-05-22
drm/xe/guc_pc: move pc_fini to devm
Matthew Auld
1
-3
/
+2
2024-05-22
drm/xe/guc: s/guc_fini/guc_fini_hw/
Matthew Auld
1
-2
/
+2
2024-05-22
drm/xe/guc: move guc_fini over to devm
Matthew Auld
1
-2
/
+2
2024-05-22
drm/xe/ggtt: use drm_dev_enter to mark device section
Matthew Auld
1
-3
/
+15
2024-05-22
drm/xe: covert sysfs over to devm
Matthew Auld
9
-22
/
+22
2024-05-22
drm/xe/pci: remove broken driver_release
Matthew Auld
1
-9
/
+0
2024-05-22
drm/xe/vf: Custom GuC initialization if VF
Michal Wajdeczko
3
-0
/
+59
2024-05-22
drm/xe/guc: Allow to initialize submission with limited set of IDs
Michal Wajdeczko
3
-4
/
+17
2024-05-22
drm/xe: Cleanup xe_mmio.h
Michal Wajdeczko
2
-10
/
+6
2024-05-22
drm/xe: Don't rely on indirect includes from xe_mmio.h
Michal Wajdeczko
8
-0
/
+11
2024-05-22
drm/xe: Fix xe_guc_pc.h
Michal Wajdeczko
1
-1
/
+4
2024-05-22
drm/xe: Fix xe_huc.h
Michal Wajdeczko
1
-1
/
+2
2024-05-22
drm/xe: Fix xe_gsc.h
Michal Wajdeczko
1
-1
/
+2
2024-05-22
drm/xe: Fix xe_uc.h
Michal Wajdeczko
1
-1
/
+1
2024-05-21
drm/xe/tests: Use uninterruptible VM lock
Nirmoy Das
1
-1
/
+1
2024-05-21
drm/xe: Add warn when level can not be zero.
Nirmoy Das
1
-2
/
+2
2024-05-21
drm/xe/uapi: Expose the L3 bank mask
Francois Dugast
1
-1
/
+8
2024-05-21
drm/xe/client: Print runtime to fdinfo
Lucas De Marchi
1
-1
/
+120
2024-05-21
drm/xe: Add helper to return any available hw engine
Lucas De Marchi
2
-0
/
+18
2024-05-21
drm/xe: Cache data about user-visible engines
Lucas De Marchi
4
-1
/
+57
2024-05-21
drm/xe: Add helper to accumulate exec queue runtime
Umesh Nerlige Ramappa
5
-0
/
+44
2024-05-21
drm/xe: Add helper to capture engine timestamp
Lucas De Marchi
2
-0
/
+6
2024-05-21
drm/xe/lrc: Add helper to capture context timestamp
Umesh Nerlige Ramappa
4
-0
/
+30
2024-05-21
drm/xe: Add XE_ENGINE_CLASS_OTHER to str conversion
Lucas De Marchi
1
-2
/
+6
[prev]
[next]