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-31
drm/xe: Fix NULL ptr dereference in devcoredump
Matthew Brost
1
-1
/
+1
2024-05-31
drm: move i915_hdcp_interface.h under include/drm/intel
Jani Nikula
1
-1
/
+1
2024-05-31
drm: move xe_pciids.h under include/drm/intel
Jani Nikula
1
-1
/
+1
2024-05-31
drm: move i915_drm.h under include/drm/intel
Jani Nikula
1
-1
/
+1
2024-05-31
drm: move i915_component.h under include/drm/intel
Jani Nikula
1
-1
/
+1
2024-05-31
drm: move i915_gsc_proxy_mei_interface.h under include/drm/intel
Jani Nikula
1
-1
/
+1
2024-05-31
drm/xe/pf: Update the LMTT when freeing VF GT config
Michal Wajdeczko
1
-0
/
+1
2024-05-31
drm/i915/alpm: Move alpm related code to a new file
Animesh Manna
1
-0
/
+1
2024-05-31
drm/xe: Split MCR initialization
Michal Wajdeczko
3
-7
/
+27
2024-05-30
drm/xe/vf: Setup VRAM based on received config data
Michal Wajdeczko
3
-0
/
+36
2024-05-30
drm/xe: Promote VRAM initialization function to own file
Michal Wajdeczko
5
-332
/
+368
2024-05-30
drm/xe: Drop xe_ prefix from static functions in xe_mmio.c
Michal Wajdeczko
1
-12
/
+12
2024-05-30
drm/xe: Move BAR definitions to dedicated file
Michal Wajdeczko
4
-3
/
+14
2024-05-30
drm/xe: Move XEHP_MTCFG_ADDR register definition to xe_regs.h
Michal Wajdeczko
2
-3
/
+3
2024-05-30
Revert "drm/xe: make gt_remove use devm"
Daniele Ceraolo Spurio
3
-9
/
+30
2024-05-30
drm/xe: replace format-less snprintf() with strscpy()
Arnd Bergmann
1
-1
/
+1
2024-05-29
drm/xe: Decouple xe_exec_queue and xe_lrc
Niranjana Vishwanathapura
12
-59
/
+109
2024-05-29
drm/xe: Remove unwanted mutex locking
Niranjana Vishwanathapura
1
-2
/
+6
2024-05-29
drm/xe: Drop undesired prefix from the platform name
Michal Wajdeczko
1
-12
/
+12
2024-05-29
drm/xe/hwmon: Expose card power and energy attributes of BMG
Karthik Poosa
2
-8
/
+18
2024-05-29
drm/xe/hwmon: Add HWMON support for BMG
Karthik Poosa
2
-4
/
+17
2024-05-29
drm/xe: Add engine name to the engine reset and cat-err log
Nirmoy Das
1
-2
/
+7
2024-05-29
drm/xe: Check empty pinned BO list with lock held.
Nirmoy Das
1
-6
/
+4
2024-05-28
drm/xe/guc: Fix uninitialised count in GuC load debug prints
John Harrison
1
-7
/
+9
2024-05-28
drm/xe: Enable Coarse Power Gating
Riana Tauro
4
-9
/
+68
2024-05-28
drm/xe: Standardize power gate registers
Riana Tauro
3
-11
/
+9
2024-05-28
drm/xe: Don't refer to general LRC initialization as a "wa"
Matt Roper
1
-2
/
+2
2024-05-28
drm/xe: Use platform name in xe_assert()
Michal Wajdeczko
1
-2
/
+2
2024-05-28
drm/xe: Store platform name in xe_device.info
Michal Wajdeczko
2
-0
/
+3
2024-05-28
drm/xe: allow unaligned start and size xe_res_cursor parameters
Andrzej Hajda
1
-2
/
+0
2024-05-28
drm/xe: flush gtt before signalling user fence on all engines
Andrzej Hajda
1
-4
/
+4
2024-05-28
drm/xe: Properly handle alloc_guc_id() failure
Niranjana Vishwanathapura
1
-0
/
+1
2024-05-28
drm/xe: Only use reserved BCS instances for usm migrate exec queue
Matthew Brost
1
-7
/
+5
2024-05-28
drm/xe: Change pcode timeout to 50msec while polling again
Himal Prasad Ghimiray
1
-1
/
+1
2024-05-27
drm/xe: Do not access xe file when updating exec queue run_ticks
Umesh Nerlige Ramappa
3
-5
/
+9
2024-05-27
drm/xe: Use run_ticks instead of runtime for client stats
Umesh Nerlige Ramappa
6
-15
/
+15
2024-05-27
drm/xe: Move job creation out of the struct xe_migrate::job_mutex
Thomas Hellström
1
-9
/
+8
2024-05-27
drm/xe: Remove xe_lrc_create_seqno_fence()
Thomas Hellström
2
-12
/
+0
2024-05-27
drm/xe: Don't initialize fences at xe_sched_job_create()
Thomas Hellström
6
-93
/
+115
2024-05-27
drm/xe: Split lrc seqno fence creation up
Thomas Hellström
4
-16
/
+101
2024-05-27
drm/xe: Decouple job seqno and lrc seqno
Matthew Brost
7
-19
/
+30
2024-05-27
drm/xe/vf: Use only assigned GGTT region
Michal Wajdeczko
4
-1
/
+109
2024-05-27
drm/xe/vf: Read VF configuration prior to GGTT initialization
Michal Wajdeczko
1
-0
/
+11
2024-05-24
drm/xe/vf: Treat GMDID as another runtime register
Michal Wajdeczko
1
-0
/
+7
2024-05-24
drm/xe/vf: Cache value of the GMDID register
Michal Wajdeczko
2
-0
/
+19
2024-05-24
drm/xe/vf: Provide early access to GMDID register
Michal Wajdeczko
1
-3
/
+47
2024-05-24
drm/xe/vf: Obtain value of GMDID register from GuC
Michal Wajdeczko
2
-0
/
+30
2024-05-24
drm/xe/guc: Add GLOBAL_CFG_GMD_ID KLV definition
Michal Wajdeczko
1
-0
/
+14
2024-05-24
drm/xe/vf: Use register values obtained from the PF
Michal Wajdeczko
3
-0
/
+59
2024-05-23
drm/xe/guc: Port over the slow GuC loading support from i915
John Harrison
5
-34
/
+260
[prev]
[next]