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_force_wake.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-13
drm/xe/vf: Use correct check for being a VF driver
Michal Wajdeczko
1
-2
/
+2
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-07
drm/xe: Cleanup force wake registers bit definitions
Himal Prasad Ghimiray
1
-15
/
+9
2023-12-21
drm/xe: Fix lockdep warning in xe_force_wake calls
Aravind Iddamsetty
1
-4
/
+6
2023-12-21
drm/xe: Use spinlock in forcewake instead of mutex
Aravind Iddamsetty
1
-7
/
+7
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
1
-2
/
+2
2023-12-21
drm/xe: GSC forcewake support
Daniele Ceraolo Spurio
1
-0
/
+7
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
1
-2
/
+2
2023-12-21
drm/xe: Invert mask and val in xe_mmio_wait32.
Rodrigo Vivi
1
-1
/
+1
2023-12-21
drm/xe: Cleanup SPACING style issues
Francois Dugast
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
-12
/
+13
2023-12-19
drm/xe: Drop gen afixes from registers
Lucas De Marchi
1
-9
/
+9
2023-12-19
drm/xe: Remove dependency on intel_gt_regs.h
Lucas De Marchi
1
-2
/
+1
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
1
-2
/
+3
2023-12-19
drm/xe: Assume MTL's forcewake register continues to future platforms
Matt Roper
1
-3
/
+1
2023-12-19
drm/xe: Remove unseless xe_force_wake_prune.
Rodrigo Vivi
1
-15
/
+0
2023-12-12
drm/xe: Remove i915_utils dependency from xe_pcode.
Rodrigo Vivi
1
-2
/
+2
2023-12-12
drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.
Rodrigo Vivi
1
-2
/
+4
2023-12-12
drm/xe: Let's avoid i915_utils in the xe_force_wake.
Rodrigo Vivi
1
-7
/
+2
2023-12-12
drm/xe: Let's return last value read on xe_mmio_wait32.
Rodrigo Vivi
1
-2
/
+2
2023-12-12
drm/xe: Implement a local xe_mmio_wait32
Rodrigo Vivi
1
-0
/
+6
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost
1
-0
/
+203