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_uc_fw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-06
drm/xe/vf: Support only GuC/HuC firmwares
Michal Wajdeczko
1
-0
/
+4
2024-05-22
drm/xe: Don't rely on indirect includes from xe_mmio.h
Michal Wajdeczko
1
-0
/
+1
2024-04-08
drm/xe/vf: Mark supported firmwares as preloaded
Michal Wajdeczko
1
-0
/
+11
2024-04-02
drm/xe: Normalize bo flags macros
Lucas De Marchi
1
-2
/
+2
2024-03-20
drm/xe/uc: Use u64 for offsets for which we use upper_32_bits()
Daniele Ceraolo Spurio
1
-1
/
+2
2024-03-20
drm/xe: Add XE_BO_GGTT_INVALIDATE flag
Matthew Brost
1
-1
/
+2
2024-03-19
drm/xe/guc: Don't support older GuC 70.x releases
Daniele Ceraolo Spurio
1
-22
/
+14
2024-02-07
drm/xe: Avoid cryptic message when there's no GuC definition
Lucas De Marchi
1
-1
/
+6
2024-02-07
drm/xe: Always allow to override firmware
Lucas De Marchi
1
-2
/
+1
2024-02-02
drm/xe/guc: Add support for LNL firmware
John Harrison
1
-0
/
+1
2024-02-02
drm/xe/guc: Update to GuC firmware 70.19.2
John Harrison
1
-8
/
+8
2024-02-02
drm/xe/uc: Include patch version in expectations
John Harrison
1
-22
/
+27
2023-12-21
drm/xe: Remove ci-only GuC FW definitions
Daniele Ceraolo Spurio
1
-2
/
+0
2023-12-21
drm/xe/huc: HuC authentication via GSC
Daniele Ceraolo Spurio
1
-0
/
+2
2023-12-21
drm/xe/uc: Store firmware binary in system-memory backed BO
Michał Winiarski
1
-3
/
+1
2023-12-21
drm/xe/uc: Split xe_uc_fw_init
Michał Winiarski
1
-19
/
+61
2023-12-21
drm/xe: Add a helper for DRM device-lifetime BO create
Michał Winiarski
1
-5
/
+4
2023-12-21
drm/xe: explicitly set GGTT access for GuC DMA
Fei Yang
1
-1
/
+2
2023-12-21
drm/xe/gsc: Define GSC FW for MTL
Daniele Ceraolo Spurio
1
-8
/
+12
2023-12-21
drm/xe/gsc: Query GSC compatibility version
Daniele Ceraolo Spurio
1
-6
/
+12
2023-12-21
drm/xe/gsc: Parse GSC FW header
Daniele Ceraolo Spurio
1
-0
/
+77
2023-12-21
drm/xe/gsc: Introduce GSC FW
Daniele Ceraolo Spurio
1
-4
/
+19
2023-12-21
drm/xe/uc: Rework uC version tracking
Daniele Ceraolo Spurio
1
-56
/
+85
2023-12-21
drm/xe: Encapsulate all the module parameters
Bommithi Sakeena
1
-3
/
+3
2023-12-21
drm/xe/huc: Define HuC for MTL
Daniele Ceraolo Spurio
1
-6
/
+7
2023-12-21
drm/xe/huc: Extract version and binary offset from new HuC headers
Daniele Ceraolo Spurio
1
-2
/
+118
2023-12-21
drm/xe/uc: Prepare for parsing of different header types
Daniele Ceraolo Spurio
1
-51
/
+65
2023-12-21
drm/xe/guc: Bump PVC GuC version to 70.9.1
Daniele Ceraolo Spurio
1
-1
/
+1
2023-12-21
drm/xe/uc: Add GuC/HuC firmware path overrides
Daniele Ceraolo Spurio
1
-1
/
+29
2023-12-21
drm/xe/uc: Fix uC status tracking
Daniele Ceraolo Spurio
1
-6
/
+8
2023-12-21
drm/xe/guc: Switch to major-only GuC FW tracking for MTL
Daniele Ceraolo Spurio
1
-1
/
+1
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
1
-8
/
+8
2023-12-21
drm/xe: Add patch version on guc firmware init
Zhanjun Dong
1
-6
/
+7
2023-12-21
drm/xe/lnl: Add GuC firmware definition
Matt Roper
1
-0
/
+1
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
1
-8
/
+8
2023-12-21
drm/xe: Invert mask and val in xe_mmio_wait32.
Rodrigo Vivi
1
-1
/
+1
2023-12-21
drm/xe: Cleanup style warnings
Francois Dugast
1
-2
/
+2
2023-12-21
drm/xe: Cleanup SPACING style issues
Francois Dugast
1
-2
/
+2
2023-12-21
drm/xe: fix HuC FW ordering for DG1
Daniele Ceraolo Spurio
1
-1
/
+1
2023-12-19
drm/xe: Memory allocations are tile-based, not GT-based
Matt Roper
1
-2
/
+3
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
1
-0
/
+1
2023-12-19
drm/xe/mmio: Use struct xe_reg
Lucas De Marchi
1
-8
/
+8
2023-12-19
drm/xe/guc: Move GuC registers to regs/
Lucas De Marchi
1
-1
/
+1
2023-12-19
drm/xe: GuC and HuC loading support for RKL
Anusha Srivatsa
1
-0
/
+2
2023-12-19
drm/xe: Always log GuC/HuC firmware versions
Lucas De Marchi
1
-0
/
+5
2023-12-19
drm/xe: Update GuC/HuC firmware autoselect logic
Lucas De Marchi
1
-119
/
+196
2023-12-19
drm/xe: Fix platform order
Lucas De Marchi
1
-2
/
+2
2023-12-19
drm/xe: Remove unused revid from firmware name
Lucas De Marchi
1
-18
/
+15
2023-12-19
drm/xe: Load HuC on Alderlake S
Anusha Srivatsa
1
-0
/
+1
[next]