summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_force_wake.c
Commit message (Expand)AuthorAgeFilesLines
* 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-191-1/+1
* drm/xe/mmio: Use struct xe_regLucas De Marchi2023-12-191-12/+13
* drm/xe: Drop gen afixes from registersLucas De Marchi2023-12-191-9/+9
* drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi2023-12-191-2/+1
* drm/xe: Sort includesLucas De Marchi2023-12-191-2/+3
* drm/xe: Assume MTL's forcewake register continues to future platformsMatt Roper2023-12-191-3/+1
* drm/xe: Remove unseless xe_force_wake_prune.Rodrigo Vivi2023-12-191-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