summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_gt_mcr.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: fix multicast support for Xe_LP platformsAndrzej Hajda2024-04-051-1/+6
* drm/xe: Add helper macro to loop each DSSZhanjun Dong2024-03-141-6/+28
* drm/xe/vf: Don't support MCR registers if VFMichal Wajdeczko2024-02-131-0/+17
* drm/xe: Annotate mcr_[un]lock()Thomas Hellström2024-01-311-2/+2
* drm/xe/mmio: Account for GSI offset when checking rangesLucas De Marchi2023-12-211-2/+2
* drm/xe/xe2: Add MCR register steering for media GTMatt Roper2023-12-211-2/+24
* drm/xe/xe2: Add MCR register steering for primary GTMatt Roper2023-12-211-1/+49
* drm/xe: fix mcr semaphore locking for MTLDaniele Ceraolo Spurio2023-12-211-3/+4
* drm/xe: Cleanup style warnings and errorsFrancois Dugast2023-12-211-1/+1
* drm/xe: Cleanup OPEN_BRACE style issuesFrancois Dugast2023-12-211-1/+2
* drm/xe: Rename reg field to addrLucas De Marchi2023-12-191-1/+1
* drm/xe/mmio: Use struct xe_regLucas De Marchi2023-12-191-18/+19
* drm/xe: Do not sleep in atomicNirmoy Das2023-12-191-1/+1
* drm/xe: Fix comment on Wa_22013088509Lucas De Marchi2023-12-191-3/+10
* drm/xe: Introduce xe_reg/xe_reg_mcrLucas De Marchi2023-12-191-16/+28
* drm/xe: Drop gen afixes from registersLucas De Marchi2023-12-191-15/+15
* drm/xe/mcr: Separate version from engine type selectionLucas De Marchi2023-12-191-15/+17
* drm/xe/mcr: Document how to initialize group/instanceLucas De Marchi2023-12-191-1/+4
* drm/xe/mcr: Add L3BANK steering for DG2Lucas De Marchi2023-12-191-0/+19
* drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi2023-12-191-2/+1
* drm/xe: Sort includesLucas De Marchi2023-12-191-1/+2
* drm/xe: Initialize ret in mcr_lock()José Roberto de Souza2023-12-191-1/+1
* drm/xe/mcr: Add SQIDI steering for DG2Lucas De Marchi2023-12-191-32/+48
* drm/xe/mcr: Use designated init for xe_steering_typesLucas De Marchi2023-12-191-6/+6
* drm/xe: Fix typo in MCR documentationLucas De Marchi2023-12-191-5/+5
* drm/xe: Remove i915_utils dependency from xe_pcode.Rodrigo Vivi2023-12-121-1/+2
* drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.Rodrigo Vivi2023-12-121-8/+1
* drm/xe: Implement a local xe_mmio_wait32Rodrigo Vivi2023-12-121-0/+7
* drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost2023-12-121-0/+552