summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_force_wake.c
AgeCommit message (Expand)Author
2024-06-13drm/xe/vf: Use correct check for being a VF driverMichal Wajdeczko
2024-06-12drm/xe/vf: Ignore force-wake requests if VFMichal Wajdeczko
2024-06-12drm/xe: Combine common force-wake code into helpersMichal Wajdeczko
2024-06-12drm/xe: Include additional info on failed force-wake operationMichal Wajdeczko
2024-06-12drm/xe: Kill fw_to_gt() helperMichal Wajdeczko
2024-06-12drm/xe: Prefer GT oriented messages in xe_force_wake.cMichal Wajdeczko
2024-06-07drm/xe: Cleanup force wake registers bit definitionsHimal Prasad Ghimiray
2023-12-21drm/xe: Fix lockdep warning in xe_force_wake callsAravind Iddamsetty
2023-12-21drm/xe: Use spinlock in forcewake instead of mutexAravind Iddamsetty
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast
2023-12-21drm/xe: GSC forcewake supportDaniele Ceraolo Spurio
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast
2023-12-21drm/xe: Invert mask and val in xe_mmio_wait32.Rodrigo Vivi
2023-12-21drm/xe: Cleanup SPACING style issuesFrancois Dugast
2023-12-19drm/xe: Rename reg field to addrLucas De Marchi
2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi
2023-12-19drm/xe: Drop gen afixes from registersLucas De Marchi
2023-12-19drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi
2023-12-19drm/xe: Sort includesLucas De Marchi
2023-12-19drm/xe: Assume MTL's forcewake register continues to future platformsMatt Roper
2023-12-19drm/xe: Remove unseless xe_force_wake_prune.Rodrigo Vivi
2023-12-12drm/xe: Remove i915_utils dependency from xe_pcode.Rodrigo Vivi
2023-12-12drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.Rodrigo Vivi
2023-12-12drm/xe: Let's avoid i915_utils in the xe_force_wake.Rodrigo Vivi
2023-12-12drm/xe: Let's return last value read on xe_mmio_wait32.Rodrigo Vivi
2023-12-12drm/xe: Implement a local xe_mmio_wait32Rodrigo Vivi
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost