summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_gt_mcr.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-24drm/xe/xe3p_xpc: Add MCR steering for NODE and L3BANK rangesMatt Roper1-2/+24
2025-10-24drm/xe/xe3p_xpc: Treat all PSMI MCR ranges as "INSTANCE0"Matt Roper1-14/+1
2025-10-19drm/xe/xe3p_xpc: Add MCR steeringMatt Roper1-2/+60
2025-10-18drm/xe/xe3p_lpm: Handle MCR steeringMatt Roper1-2/+3
2025-09-05drm/xe/mcr: Make xe_gt_mcr_get_dss_steering() input gt a constHarish Chegondi1-1/+1
2025-07-24drm/xe: Rename MCFG_MCR_SELECTOR to STEER_SEMAPHORENitin Gote1-3/+1
2025-06-26drm/xe: Make it possible to read instance0 MCR registers after xe_gt_mcr_init...Maarten Lankhorst1-20/+27
2025-03-31drm/xe: Don't print error about hwconfig when using execlistsStuart Summers1-1/+2
2025-01-27drm/xe: Upgrade complaint about missing slice infoJohn Harrison1-1/+7
2025-01-09drm/xe/guc: Adding steering info support for GuC register listsJesus Narvaez1-3/+3
2025-01-09drm/xe: Fix all typos in xeNitin Gote1-1/+1
2024-10-08drm/xe/guc: Plumb GuC-capture into dev coredumpZhanjun Dong1-0/+13
2024-10-08drm/xe/xe3lpm: Add new "instance0" steering tableMatt Roper1-1/+15
2024-09-23drm/xe/mcr: Use Xe2_LPM steering tables for Xe2_HPMGustavo Sousa1-1/+1
2024-09-12drm/xe/mcr: Convert register access to use xe_mmioMatt Roper1-18/+21
2024-08-16drm/xe/mcr: Try to derive dss_per_grp from hwconfig attributesMatt Roper1-4/+36
2024-06-29drm/xe/mcr: Avoid clobbering DSS steeringMatt Roper1-3/+3
2024-05-31drm/xe: Split MCR initializationMichal Wajdeczko1-5/+22
2024-04-05drm/xe: fix multicast support for Xe_LP platformsAndrzej Hajda1-1/+6
2024-03-15drm/xe: Add helper macro to loop each DSSZhanjun Dong1-6/+28
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