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
/
xe_guc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-15
drm/xe: Check skip_guc_pc before setting SLPC flag
Vinay Belgaumkar
1
-1
/
+6
2023-12-21
drm/xe/guc: Split GuC params used for "hwconfig" and "post-hwconfig"
MichaĆ Winiarski
1
-0
/
+22
2023-12-21
drm/xe/guc: Include only required GuC ABI headers
Michal Wajdeczko
1
-0
/
+2
2023-12-21
drm/xe: Remove GEN[0-9]*_ prefixes
Lucas De Marchi
1
-1
/
+1
2023-12-21
drm/xe/guc: Use valid scratch register for posting read
Michal Wajdeczko
1
-1
/
+1
2023-12-21
drm/xe/guc: Fix handling of GUC_HXG_TYPE_NO_RESPONSE_BUSY
Michal Wajdeczko
1
-3
/
+14
2023-12-21
drm/xe/guc: Copy response data from proper registers
Michal Wajdeczko
1
-1
/
+1
2023-12-21
drm/xe/guc: Promote guc_to_gt/xe helpers to .h
Michal Wajdeczko
1
-12
/
+0
2023-12-21
drm/xe/uc: Fix uC status tracking
Daniele Ceraolo Spurio
1
-0
/
+3
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
1
-11
/
+13
2023-12-21
drm/xe: nuke GuC on unload
Matthew Auld
1
-0
/
+17
2023-12-21
drm/xe/xe2: Program GuC's MOCS on Xe2 and beyond
Matt Roper
1
-1
/
+1
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
1
-11
/
+11
2023-12-21
drm/xe: Invert mask and val in xe_mmio_wait32.
Rodrigo Vivi
1
-15
/
+10
2023-12-21
drm/xe: Cleanup style warnings and errors
Francois Dugast
1
-8
/
+6
2023-12-21
drm/xe/pm: Init pcode and restore vram on power lost
Anshuman Gupta
1
-0
/
+27
2023-12-21
drm/xe: Cleanup style warnings
Francois Dugast
1
-1
/
+1
2023-12-21
drm/xe: Fix typos
Francois Dugast
1
-1
/
+1
2023-12-21
drm/xe/slpc: Start SLPC before GuC submission on reset
Daniele Ceraolo Spurio
1
-5
/
+1
2023-12-21
drm/xe/guc: Normalize error messages with %#x
Lucas De Marchi
1
-3
/
+3
2023-12-19
drm/xe: Don't hardcode GuC's MOCS index in register header
Matt Roper
1
-1
/
+1
2023-12-19
drm/xe/irq: Ensure primary GuC won't clobber media GuC's interrupt mask
Matt Roper
1
-4
/
+7
2023-12-19
drm/xe/guc: Port Wa_14014475959 to xe_wa and fix it
Lucas De Marchi
1
-3
/
+1
2023-12-19
drm/xe/guc: Port Wa_1509372804 to xe_wa
Lucas De Marchi
1
-2
/
+1
2023-12-19
drm/xe/guc: Port Wa_16015675438/Wa_18020744125 to xe_wa
Lucas De Marchi
1
-2
/
+2
2023-12-19
drm/xe/guc: Port Wa_22012727170/Wa_22012727685 to xe_wa
Lucas De Marchi
1
-7
/
+1
2023-12-19
drm/xe/guc: Port Wa_16011777198 to xe_wa
Lucas De Marchi
1
-4
/
+1
2023-12-19
drm/xe/guc: Port Wa_14012197797/Wa_22011391025 to xe_wa
Lucas De Marchi
1
-8
/
+1
2023-12-19
drm/xe/guc: Port Wa_16011759253 to xe_wa
Lucas De Marchi
1
-3
/
+1
2023-12-19
drm/xe/guc: Port Wa_22012773006 to xe_wa
Lucas De Marchi
1
-3
/
+3
2023-12-19
drm/xe: Fix Wa_22011802037 annotation
Lucas De Marchi
1
-2
/
+4
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
1
-3
/
+1
2023-12-19
drm/xe: Convert GuC CT print to snapshot capture and print.
Rodrigo Vivi
1
-1
/
+1
2023-12-19
drm/xe: Rename reg field to addr
Lucas De Marchi
1
-1
/
+1
2023-12-19
drm/xe/mmio: Use struct xe_reg
Lucas De Marchi
1
-30
/
+31
2023-12-19
drm/xe/guc: Remove special handling for PVC A*
Lucas De Marchi
1
-11
/
+3
2023-12-19
drm/xe: Use XE_REG/XE_REG_MCR
Lucas De Marchi
1
-2
/
+2
2023-12-19
drm/xe: Drop gen afixes from registers
Lucas De Marchi
1
-5
/
+5
2023-12-19
drm/xe/guc: Convert GuC registers to REG_FIELD/REG_BIT
Lucas De Marchi
1
-4
/
+4
2023-12-19
drm/xe/guc: Move GuC registers to regs/
Lucas De Marchi
1
-1
/
+1
2023-12-19
drm/xe/guc: Rename GEN11_SOFT_SCRATCH for clarity
Lucas De Marchi
1
-15
/
+11
2023-12-19
drm/xe/irq: Drop unnecessary GEN11_ and GEN12_ register prefixes
Matt Roper
1
-3
/
+3
2023-12-19
drm/xe: Do not spread i915_reg_defs.h include
Lucas De Marchi
1
-8
/
+0
2023-12-19
drm/xe: Remove dependency on intel_gt_regs.h
Lucas De Marchi
1
-1
/
+1
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
1
-6
/
+8
2023-12-19
drm/xe: Make local functions static
Lucas De Marchi
1
-2
/
+2
2023-12-19
drm/xe: Use GuC to do GGTT invalidations for the GuC firmware
Matthew Brost
1
-0
/
+2
2023-12-12
drm/xe/guc: Add support GuC MMIO send / recv
Matthew Brost
1
-1
/
+17
2023-12-12
drm/xe/guc: s/xe_guc_send_mmio/xe_guc_mmio_send
Matthew Brost
1
-3
/
+3
[next]