summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_force_wake.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Handle unreliable MMIO reads during forcewakeShuicheng Lin2024-10-181-3/+9
* drm/xe: Change return type to void for xe_force_wake_putHimal Prasad Ghimiray2024-10-171-4/+12
* drm/xe: Ensure __must_check for xe_force_wake_get() returnHimal Prasad Ghimiray2024-10-171-2/+2
* drm/xe: Modify xe_force_wake_put to handle _get returned maskHimal Prasad Ghimiray2024-10-171-7/+23
* drm/xe: Error handling in xe_force_wake_get()Himal Prasad Ghimiray2024-10-171-10/+42
* drm/xe: Add member initialized_domains to xe_force_wake()Himal Prasad Ghimiray2024-10-171-13/+17
* drm/xe/forcewake: Convert register access to use xe_mmioMatt Roper2024-09-121-2/+2
* drm/xe/vf: Use correct check for being a VF driverMichal Wajdeczko2024-06-131-2/+2
* drm/xe/vf: Ignore force-wake requests if VFMichal Wajdeczko2024-06-121-0/+7
* drm/xe: Combine common force-wake code into helpersMichal Wajdeczko2024-06-121-19/+25
* drm/xe: Include additional info on failed force-wake operationMichal Wajdeczko2024-06-121-20/+28
* drm/xe: Kill fw_to_gt() helperMichal Wajdeczko2024-06-121-8/+2
* drm/xe: Prefer GT oriented messages in xe_force_wake.cMichal Wajdeczko2024-06-121-12/+5
* drm/xe: Cleanup force wake registers bit definitionsHimal Prasad Ghimiray2024-06-071-15/+9
* drm/xe: Fix lockdep warning in xe_force_wake callsAravind Iddamsetty2023-12-211-4/+6
* drm/xe: Use spinlock in forcewake instead of mutexAravind Iddamsetty2023-12-211-7/+7
* drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast2023-12-211-2/+2
* drm/xe: GSC forcewake supportDaniele Ceraolo Spurio2023-12-211-0/+7
* drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast2023-12-211-2/+2
* drm/xe: Invert mask and val in xe_mmio_wait32.Rodrigo Vivi2023-12-211-1/+1
* drm/xe: Cleanup SPACING style issuesFrancois Dugast2023-12-211-1/+1
* drm/xe: Rename reg field to addrLucas De Marchi2023-12-201-1/+1
* drm/xe/mmio: Use struct xe_regLucas De Marchi2023-12-201-12/+13
* drm/xe: Drop gen afixes from registersLucas De Marchi2023-12-201-9/+9
* drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi2023-12-201-2/+1
* drm/xe: Sort includesLucas De Marchi2023-12-201-2/+3
* drm/xe: Assume MTL's forcewake register continues to future platformsMatt Roper2023-12-201-3/+1
* drm/xe: Remove unseless xe_force_wake_prune.Rodrigo Vivi2023-12-201-15/+0
* drm/xe: Remove i915_utils dependency from xe_pcode.Rodrigo Vivi2023-12-121-2/+2
* drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.Rodrigo Vivi2023-12-121-2/+4
* drm/xe: Let's avoid i915_utils in the xe_force_wake.Rodrigo Vivi2023-12-121-7/+2
* drm/xe: Let's return last value read on xe_mmio_wait32.Rodrigo Vivi2023-12-121-2/+2
* drm/xe: Implement a local xe_mmio_wait32Rodrigo Vivi2023-12-121-0/+6
* drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost2023-12-121-0/+203