summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_force_wake.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe: Fix lockdep warning in xe_force_wake callsAravind Iddamsetty1-4/+6
2023-12-21drm/xe: Use spinlock in forcewake instead of mutexAravind Iddamsetty1-7/+7
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-2/+2
2023-12-21drm/xe: GSC forcewake supportDaniele Ceraolo Spurio1-0/+7
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-2/+2
2023-12-21drm/xe: Invert mask and val in xe_mmio_wait32.Rodrigo Vivi1-1/+1
2023-12-21drm/xe: Cleanup SPACING style issuesFrancois Dugast1-1/+1
2023-12-20drm/xe: Rename reg field to addrLucas De Marchi1-1/+1
2023-12-20drm/xe/mmio: Use struct xe_regLucas De Marchi1-12/+13
2023-12-20drm/xe: Drop gen afixes from registersLucas De Marchi1-9/+9
2023-12-20drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi1-2/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-2/+3
2023-12-20drm/xe: Assume MTL's forcewake register continues to future platformsMatt Roper1-3/+1
2023-12-20drm/xe: Remove unseless xe_force_wake_prune.Rodrigo Vivi1-15/+0
2023-12-12drm/xe: Remove i915_utils dependency from xe_pcode.Rodrigo Vivi1-2/+2
2023-12-12drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.Rodrigo Vivi1-2/+4
2023-12-12drm/xe: Let's avoid i915_utils in the xe_force_wake.Rodrigo Vivi1-7/+2
2023-12-12drm/xe: Let's return last value read on xe_mmio_wait32.Rodrigo Vivi1-2/+2
2023-12-12drm/xe: Implement a local xe_mmio_wait32Rodrigo Vivi1-0/+6
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+203