summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_gt_mcr.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-13drm/xe/vf: Don't support MCR registers if VFMichal Wajdeczko1-0/+17
2024-01-31drm/xe: Annotate mcr_[un]lock()Thomas Hellström1-2/+2
2023-12-21drm/xe/mmio: Account for GSI offset when checking rangesLucas De Marchi1-2/+2
2023-12-21drm/xe/xe2: Add MCR register steering for media GTMatt Roper1-2/+24
2023-12-21drm/xe/xe2: Add MCR register steering for primary GTMatt Roper1-1/+49
2023-12-21drm/xe: fix mcr semaphore locking for MTLDaniele Ceraolo Spurio1-3/+4
2023-12-21drm/xe: Cleanup style warnings and errorsFrancois Dugast1-1/+1
2023-12-21drm/xe: Cleanup OPEN_BRACE style issuesFrancois Dugast1-1/+2
2023-12-20drm/xe: Rename reg field to addrLucas De Marchi1-1/+1
2023-12-20drm/xe/mmio: Use struct xe_regLucas De Marchi1-18/+19
2023-12-20drm/xe: Do not sleep in atomicNirmoy Das1-1/+1
2023-12-20drm/xe: Fix comment on Wa_22013088509Lucas De Marchi1-3/+10
2023-12-20drm/xe: Introduce xe_reg/xe_reg_mcrLucas De Marchi1-16/+28
2023-12-20drm/xe: Drop gen afixes from registersLucas De Marchi1-15/+15
2023-12-20drm/xe/mcr: Separate version from engine type selectionLucas De Marchi1-15/+17
2023-12-20drm/xe/mcr: Document how to initialize group/instanceLucas De Marchi1-1/+4
2023-12-20drm/xe/mcr: Add L3BANK steering for DG2Lucas De Marchi1-0/+19
2023-12-20drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi1-2/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-1/+2
2023-12-20drm/xe: Initialize ret in mcr_lock()José Roberto de Souza1-1/+1
2023-12-20drm/xe/mcr: Add SQIDI steering for DG2Lucas De Marchi1-32/+48
2023-12-20drm/xe/mcr: Use designated init for xe_steering_typesLucas De Marchi1-6/+6
2023-12-20drm/xe: Fix typo in MCR documentationLucas De Marchi1-5/+5
2023-12-12drm/xe: Remove i915_utils dependency from xe_pcode.Rodrigo Vivi1-1/+2
2023-12-12drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.Rodrigo Vivi1-8/+1
2023-12-12drm/xe: Implement a local xe_mmio_wait32Rodrigo Vivi1-0/+7
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+552