index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_force_wake.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/xe: Handle unreliable MMIO reads during forcewake
Shuicheng Lin
2024-10-18
1
-3
/
+9
*
drm/xe: Change return type to void for xe_force_wake_put
Himal Prasad Ghimiray
2024-10-17
1
-4
/
+12
*
drm/xe: Ensure __must_check for xe_force_wake_get() return
Himal Prasad Ghimiray
2024-10-17
1
-2
/
+2
*
drm/xe: Modify xe_force_wake_put to handle _get returned mask
Himal Prasad Ghimiray
2024-10-17
1
-7
/
+23
*
drm/xe: Error handling in xe_force_wake_get()
Himal Prasad Ghimiray
2024-10-17
1
-10
/
+42
*
drm/xe: Add member initialized_domains to xe_force_wake()
Himal Prasad Ghimiray
2024-10-17
1
-13
/
+17
*
drm/xe/forcewake: Convert register access to use xe_mmio
Matt Roper
2024-09-12
1
-2
/
+2
*
drm/xe/vf: Use correct check for being a VF driver
Michal Wajdeczko
2024-06-13
1
-2
/
+2
*
drm/xe/vf: Ignore force-wake requests if VF
Michal Wajdeczko
2024-06-12
1
-0
/
+7
*
drm/xe: Combine common force-wake code into helpers
Michal Wajdeczko
2024-06-12
1
-19
/
+25
*
drm/xe: Include additional info on failed force-wake operation
Michal Wajdeczko
2024-06-12
1
-20
/
+28
*
drm/xe: Kill fw_to_gt() helper
Michal Wajdeczko
2024-06-12
1
-8
/
+2
*
drm/xe: Prefer GT oriented messages in xe_force_wake.c
Michal Wajdeczko
2024-06-12
1
-12
/
+5
*
drm/xe: Cleanup force wake registers bit definitions
Himal Prasad Ghimiray
2024-06-07
1
-15
/
+9
*
drm/xe: Fix lockdep warning in xe_force_wake calls
Aravind Iddamsetty
2023-12-21
1
-4
/
+6
*
drm/xe: Use spinlock in forcewake instead of mutex
Aravind Iddamsetty
2023-12-21
1
-7
/
+7
*
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
2023-12-21
1
-2
/
+2
*
drm/xe: GSC forcewake support
Daniele Ceraolo Spurio
2023-12-21
1
-0
/
+7
*
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
2023-12-21
1
-2
/
+2
*
drm/xe: Invert mask and val in xe_mmio_wait32.
Rodrigo Vivi
2023-12-21
1
-1
/
+1
*
drm/xe: Cleanup SPACING style issues
Francois Dugast
2023-12-21
1
-1
/
+1
*
drm/xe: Rename reg field to addr
Lucas De Marchi
2023-12-20
1
-1
/
+1
*
drm/xe/mmio: Use struct xe_reg
Lucas De Marchi
2023-12-20
1
-12
/
+13
*
drm/xe: Drop gen afixes from registers
Lucas De Marchi
2023-12-20
1
-9
/
+9
*
drm/xe: Remove dependency on intel_gt_regs.h
Lucas De Marchi
2023-12-20
1
-2
/
+1
*
drm/xe: Sort includes
Lucas De Marchi
2023-12-20
1
-2
/
+3
*
drm/xe: Assume MTL's forcewake register continues to future platforms
Matt Roper
2023-12-20
1
-3
/
+1
*
drm/xe: Remove unseless xe_force_wake_prune.
Rodrigo Vivi
2023-12-20
1
-15
/
+0
*
drm/xe: Remove i915_utils dependency from xe_pcode.
Rodrigo Vivi
2023-12-12
1
-2
/
+2
*
drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.
Rodrigo Vivi
2023-12-12
1
-2
/
+4
*
drm/xe: Let's avoid i915_utils in the xe_force_wake.
Rodrigo Vivi
2023-12-12
1
-7
/
+2
*
drm/xe: Let's return last value read on xe_mmio_wait32.
Rodrigo Vivi
2023-12-12
1
-2
/
+2
*
drm/xe: Implement a local xe_mmio_wait32
Rodrigo Vivi
2023-12-12
1
-0
/
+6
*
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost
2023-12-12
1
-0
/
+203