index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
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
2025-07-14
drm/xe: Introduce xe_gt_is_main_type helper
Michal Wajdeczko
2025-03-10
drm/xe: Remove pointless gen11 assertions
Lucas De Marchi
2024-10-18
drm/xe: Handle unreliable MMIO reads during forcewake
Shuicheng Lin
2024-10-17
drm/xe: Change return type to void for xe_force_wake_put
Himal Prasad Ghimiray
2024-10-17
drm/xe: Ensure __must_check for xe_force_wake_get() return
Himal Prasad Ghimiray
2024-10-17
drm/xe: Modify xe_force_wake_put to handle _get returned mask
Himal Prasad Ghimiray
2024-10-17
drm/xe: Error handling in xe_force_wake_get()
Himal Prasad Ghimiray
2024-10-17
drm/xe: Add member initialized_domains to xe_force_wake()
Himal Prasad Ghimiray
2024-09-11
drm/xe/forcewake: Convert register access to use xe_mmio
Matt Roper
2024-06-13
drm/xe/vf: Use correct check for being a VF driver
Michal Wajdeczko
2024-06-12
drm/xe/vf: Ignore force-wake requests if VF
Michal Wajdeczko
2024-06-12
drm/xe: Combine common force-wake code into helpers
Michal Wajdeczko
2024-06-12
drm/xe: Include additional info on failed force-wake operation
Michal Wajdeczko
2024-06-12
drm/xe: Kill fw_to_gt() helper
Michal Wajdeczko
2024-06-12
drm/xe: Prefer GT oriented messages in xe_force_wake.c
Michal Wajdeczko
2024-06-07
drm/xe: Cleanup force wake registers bit definitions
Himal Prasad Ghimiray
2023-12-21
drm/xe: Fix lockdep warning in xe_force_wake calls
Aravind Iddamsetty
2023-12-21
drm/xe: Use spinlock in forcewake instead of mutex
Aravind Iddamsetty
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
2023-12-21
drm/xe: GSC forcewake support
Daniele Ceraolo Spurio
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 SPACING style issues
Francois Dugast
2023-12-19
drm/xe: Rename reg field to addr
Lucas De Marchi
2023-12-19
drm/xe/mmio: Use struct xe_reg
Lucas De Marchi
2023-12-19
drm/xe: Drop gen afixes from registers
Lucas De Marchi
2023-12-19
drm/xe: Remove dependency on intel_gt_regs.h
Lucas De Marchi
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
2023-12-19
drm/xe: Assume MTL's forcewake register continues to future platforms
Matt Roper
2023-12-19
drm/xe: Remove unseless xe_force_wake_prune.
Rodrigo Vivi
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 avoid i915_utils in the xe_force_wake.
Rodrigo Vivi
2023-12-12
drm/xe: Let's return last value read on xe_mmio_wait32.
Rodrigo Vivi
2023-12-12
drm/xe: Implement a local xe_mmio_wait32
Rodrigo Vivi
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost