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-06-12
drm/xe: Increase devcoredump timeout
José Roberto de Souza
1
-2
/
+6
2024-06-12
drm/xe/vf: Ignore force-wake requests if VF
Michal Wajdeczko
1
-0
/
+7
2024-06-12
drm/xe: Combine common force-wake code into helpers
Michal Wajdeczko
1
-19
/
+25
2024-06-12
drm/xe: Include additional info on failed force-wake operation
Michal Wajdeczko
1
-20
/
+28
2024-06-12
drm/xe: Kill fw_to_gt() helper
Michal Wajdeczko
1
-8
/
+2
2024-06-12
drm/xe: Prefer GT oriented messages in xe_force_wake.c
Michal Wajdeczko
1
-12
/
+5
2024-06-11
drm/xe/xe2lpm: Fixup Wa_14020756599
Tejas Upadhyay
3
-26
/
+7
2024-06-11
drm/xe/guc: Add kernel-doc for HXG Fast Request
Michal Wajdeczko
1
-0
/
+28
2024-06-11
drm/xe/guc: Drop unused legacy GuC message ABI definitions
Michal Wajdeczko
1
-13
/
+0
2024-06-11
Merge tag 'drm-xe-next-2024-06-06' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
157
-1775
/
+7992
2024-06-10
drm/xe: Check valid domain is passed in xe_force_wake_ref
Himal Prasad Ghimiray
1
-1
/
+1
2024-06-10
drm/xe: Ensure caller uses sole domain for xe_force_wake_assert_held
Himal Prasad Ghimiray
1
-0
/
+11
2024-06-10
drm/xe/guc: Prefer GT oriented messages in xe_guc_pc
Michal Wajdeczko
1
-9
/
+10
2024-06-10
drm/xe/guc: Add pc_to_ct() helper
Michal Wajdeczko
1
-19
/
+18
2024-06-10
drm/xe/guc: Move H2G SETUP_PC_GUCRC definition to SLPC ABI
Michal Wajdeczko
3
-10
/
+25
2024-06-10
drm/xe/pf: Assert LMEM provisioning is done only on DGFX
Michal Wajdeczko
1
-2
/
+13
2024-06-07
drm/xe: Drop EXEC_QUEUE_FLAG_BANNED
Matthew Brost
4
-13
/
+13
2024-06-07
drm/xe: Cleanup force wake registers bit definitions
Himal Prasad Ghimiray
2
-18
/
+14
2024-06-07
drm/xe: Rework GPU page fault handling
Matthew Brost
1
-80
/
+62
2024-06-07
drm/xe: do not select ACPI_BUTTON
Jani Nikula
1
-1
/
+0
2024-06-07
drm/xe/guc: Allow CTB G2H processing without G2H IRQ
Michal Wajdeczko
2
-0
/
+45
2024-06-07
drm/xe/guc: Split g2h worker function
Michal Wajdeczko
1
-2
/
+8
2024-06-06
drm/xe: move disable_c6 call
Riana Tauro
2
-5
/
+6
2024-06-06
drm/xe/xe_gt_idle: use GT forcewake domain assertion
Riana Tauro
1
-1
/
+1
2024-06-06
drm/xe/xe_gt_debugfs: Add synchronous gt reset debugfs
Jonathan Cavitt
1
-0
/
+12
2024-06-06
drm/xe: Do not dereference NULL job->fence in trace points
Matthew Brost
2
-2
/
+2
2024-06-06
drm/xe/vf: Custom GT restart
Michal Wajdeczko
1
-0
/
+22
2024-06-06
drm/xe/vf: Custom GuC reset
Michal Wajdeczko
1
-0
/
+3
2024-06-06
drm/xe/vf: Custom uC initialization
Michal Wajdeczko
1
-0
/
+33
2024-06-06
drm/xe/vf: Support only GuC/HuC firmwares
Michal Wajdeczko
1
-0
/
+4
2024-06-06
drm/xe/display: drop i915_drv.h include from xe code
Jani Nikula
6
-31
/
+24
2024-06-06
drm/xe/display: reduce includes in compat i915_drv.h
Jani Nikula
1
-3
/
+1
2024-06-06
drm/xe/display: move compat runtime pm stubs to the correct file
Jani Nikula
2
-48
/
+51
2024-06-06
drm/xe/display: move compat uncore stubs to the correct file
Jani Nikula
2
-5
/
+5
2024-06-06
drm/i915/display: include xe_bo.h, gem_object_types etc. where needed
Jani Nikula
6
-11
/
+21
2024-06-06
drm/i915/display: include intel_step.h where needed
Jani Nikula
1
-2
/
+0
2024-06-06
drm/i915/display: include intel_uncore.h where needed
Jani Nikula
1
-1
/
+0
2024-06-06
drm/i915/display: include i915_gpu_error.h where needed
Jani Nikula
1
-1
/
+0
2024-06-06
drm/i915/display: include gt/intel_gt_types.h where needed
Jani Nikula
2
-1
/
+0
2024-06-06
drm/i915/display: include gem/i915_gem_stolen.h where needed
Jani Nikula
2
-1
/
+0
2024-06-05
drm/xe: Don't overmap identity VRAM mapping
Matthew Brost
1
-13
/
+42
2024-06-05
drm/xe: flush engine buffers before signalling user fence on all engines
Andrzej Hajda
1
-2
/
+16
2024-06-05
Revert "drm/xe: flush gtt before signalling user fence on all engines"
Andrzej Hajda
1
-4
/
+4
2024-06-05
drm/xe/vm: Simplify if condition
Thorsten Blum
1
-2
/
+2
2024-06-05
drm/xe: drop redundant W=1 warnings from Makefile
Jani Nikula
1
-24
/
+1
2024-06-05
drm/xe: Use missing lock in relay_needs_worker
Nirmoy Das
1
-1
/
+8
2024-06-04
drm/xe/xe2lpg: Add permanent wa_14020756599
Tejas Upadhyay
1
-0
/
+4
2024-06-04
drm/xe/xe2lpm: Add permanent Wa_14020756599
Tejas Upadhyay
3
-0
/
+27
2024-06-04
drm/xe/pf: Update the LMTT when freeing VF GT config
Michal Wajdeczko
1
-0
/
+1
2024-05-31
drm/xe: Add kernel-doc to some xe_lrc interfaces
Niranjana Vishwanathapura
2
-0
/
+31
[prev]
[next]