index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
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
2024-02-07
drm/xe: Avoid cryptic message when there's no GuC definition
Lucas De Marchi
2024-02-07
drm/xe: Always allow to override firmware
Lucas De Marchi
2024-02-02
drm/xe/guc: Add support for LNL firmware
John Harrison
2024-02-02
drm/xe/guc: Update to GuC firmware 70.19.2
John Harrison
2024-02-02
drm/xe/uc: Include patch version in expectations
John Harrison
2023-12-21
drm/xe: Remove ci-only GuC FW definitions
Daniele Ceraolo Spurio
2023-12-21
drm/xe/huc: HuC authentication via GSC
Daniele Ceraolo Spurio
2023-12-21
drm/xe/uc: Store firmware binary in system-memory backed BO
Michał Winiarski
2023-12-21
drm/xe/uc: Split xe_uc_fw_init
Michał Winiarski
2023-12-21
drm/xe: Add a helper for DRM device-lifetime BO create
Michał Winiarski
2023-12-21
drm/xe: explicitly set GGTT access for GuC DMA
Fei Yang
2023-12-21
drm/xe/gsc: Define GSC FW for MTL
Daniele Ceraolo Spurio
2023-12-21
drm/xe/gsc: Query GSC compatibility version
Daniele Ceraolo Spurio
2023-12-21
drm/xe/gsc: Parse GSC FW header
Daniele Ceraolo Spurio
2023-12-21
drm/xe/gsc: Introduce GSC FW
Daniele Ceraolo Spurio
2023-12-21
drm/xe/uc: Rework uC version tracking
Daniele Ceraolo Spurio
2023-12-21
drm/xe: Encapsulate all the module parameters
Bommithi Sakeena
2023-12-21
drm/xe/huc: Define HuC for MTL
Daniele Ceraolo Spurio
2023-12-21
drm/xe/huc: Extract version and binary offset from new HuC headers
Daniele Ceraolo Spurio
2023-12-21
drm/xe/uc: Prepare for parsing of different header types
Daniele Ceraolo Spurio
2023-12-21
drm/xe/guc: Bump PVC GuC version to 70.9.1
Daniele Ceraolo Spurio
2023-12-21
drm/xe/uc: Add GuC/HuC firmware path overrides
Daniele Ceraolo Spurio
2023-12-21
drm/xe/uc: Fix uC status tracking
Daniele Ceraolo Spurio
2023-12-21
drm/xe/guc: Switch to major-only GuC FW tracking for MTL
Daniele Ceraolo Spurio
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
2023-12-21
drm/xe: Add patch version on guc firmware init
Zhanjun Dong
2023-12-21
drm/xe/lnl: Add GuC firmware definition
Matt Roper
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
2023-12-21
drm/xe: Invert mask and val in xe_mmio_wait32.
Rodrigo Vivi
2023-12-21
drm/xe: Cleanup style warnings
Francois Dugast
2023-12-21
drm/xe: Cleanup SPACING style issues
Francois Dugast
2023-12-21
drm/xe: fix HuC FW ordering for DG1
Daniele Ceraolo Spurio
2023-12-19
drm/xe: Memory allocations are tile-based, not GT-based
Matt Roper
2023-12-19
drm/xe: Load HuC on Alderlake P
Lucas De Marchi
2023-12-19
drm/xe/adln: Enable ADL-N
Matt Roper
2023-12-19
drm/xe/mmio: Use struct xe_reg
Lucas De Marchi
2023-12-19
drm/xe/guc: Move GuC registers to regs/
Lucas De Marchi
2023-12-19
drm/xe: GuC and HuC loading support for RKL
Anusha Srivatsa
2023-12-19
drm/xe: Always log GuC/HuC firmware versions
Lucas De Marchi
2023-12-19
drm/xe: Update GuC/HuC firmware autoselect logic
Lucas De Marchi
2023-12-19
drm/xe: Fix platform order
Lucas De Marchi
2023-12-19
drm/xe: Remove unused revid from firmware name
Lucas De Marchi
2023-12-19
drm/xe: Load HuC on Alderlake S
Anusha Srivatsa
2023-12-19
drm/xe/huc: Support for loading unversiond HuC
Anusha Srivatsa
2023-12-19
drm/xe/xe_uc_fw: Use firmware files from standard locations
Mauro Carvalho Chehab
2023-12-12
drm/xe/guc: Report submission version of GuC firmware
Matthew Brost
2023-12-12
drm/xe: Remove i915_utils dependency from xe_pcode.
Rodrigo Vivi
2023-12-12
drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.
Rodrigo Vivi
2023-12-12
drm/xe: Let's return last value read on xe_mmio_wait32.
Rodrigo Vivi
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost