summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_rtp.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-17drm/xe/rtp: Add FIELD_SET_FUNC RTP actionMatt Roper1-2/+8
2026-06-02drm/xe/rtp: Add struct types for RTP tablesGustavo Sousa1-15/+16
2026-05-22drm/xe/rtp: Implement a structured parser for rule matchingGustavo Sousa1-50/+88
2026-05-22drm/xe/rtp: Fully parse the rulesetGustavo Sousa1-13/+13
2026-05-22drm/xe/rtp: Extract rule_match_item()Gustavo Sousa1-125/+94
2026-05-22drm/xe/rtp: Do not break parsing when missing contextGustavo Sousa1-22/+44
2026-05-22drm/xe/rtp: Don't short-circuit to false in or-yes caseGustavo Sousa1-5/+10
2026-05-22drm/xe/rtp: Write kunit test cases specific for rule matchingGustavo Sousa1-17/+40
2026-04-27drm/xe: Move GFX_MODE programming to RTPMatt Roper1-0/+8
2026-04-27drm/xe/rtp: Add "always true" match functionMatt Roper1-0/+7
2026-03-10drm/xe/rtp: Add support for matching platform-level steppingGustavo Sousa1-0/+7
2026-02-19drm/xe/reg_sr: Don't process gt/hwe lists in VFMatt Roper1-1/+7
2026-01-15drm/xe: Cleanup unused header includesMatt Roper1-1/+0
2025-10-18drm/xe/xe3p_xpc: Skip compression tuning on platforms without flatccsMatt Roper1-0/+7
2025-10-14drm/xe/rtp: Pass xe_device parameter to FUNC matchesMatt Roper1-11/+13
2025-09-05drm/xe/xe2hpg: Add Wa_18041344222 for Xe2_HPGHarish Chegondi1-0/+6
2025-08-22drm/xe/rtp: Add match for psmiLucas De Marchi1-0/+7
2025-07-14drm/xe: Remove unused functionsDr. David Alan Gilbert1-15/+0
2025-07-10drm/xe: add new type to RTP contextMatt Atwood1-0/+32
2025-03-12drm/xe/vf: Unblock xe_rtp_process_to_sr for VFsMichal Wajdeczko1-3/+0
2025-03-10drm/xe/rtp: Drop sentinels from arg to xe_rtp_process_to_sr()Lucas De Marchi1-1/+5
2025-01-07drm/xe/rtp: Add match helper to omit SR-IOV VF deviceMarcin Bernatowicz1-0/+5
2024-09-16drm/xe/rtp: Remove unneeded semicolonLucas De Marchi1-1/+1
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula1-1/+1
2024-07-29drm/xe: Migrate OOB WAs to OR rulesLucas De Marchi1-26/+10
2024-07-29drm/xe/rtp: Simplify marking active workaroundsLucas De Marchi1-9/+5
2024-07-29drm/xe/kunit: Test rtp with no actionsLucas De Marchi1-0/+1
2024-07-29drm/xe/kunit: Test active rtp entriesLucas De Marchi1-0/+1
2024-07-26drm/xe/rtp: Fix off-by-one when processing rulesLucas De Marchi1-1/+1
2024-07-01drm/xe/rtp: Fix out-of-bounds array accessLucas De Marchi1-1/+1
2024-06-20drm/xe/vf: Don't run any save-restore RTP actions if VFMichal Wajdeczko1-0/+4
2024-06-18drm/xe/rtp: Add match on any GTLucas De Marchi1-0/+6
2024-06-18drm/xe/rtp: Allow to OR rulesLucas De Marchi1-3/+27
2024-06-11drm/xe/xe2lpm: Fixup Wa_14020756599Tejas Upadhyay1-5/+0
2024-06-04drm/xe/xe2lpm: Add permanent Wa_14020756599Tejas Upadhyay1-0/+6
2023-12-21drm/xe: Fix check for platform without geometry pipelineMichał Winiarski1-1/+1
2023-12-21drm/xe: Fix uninitialized variablesMichał Winiarski1-1/+1
2023-12-19drm/xe: Replace deprecated DRM_ERROR()Gustavo Sousa1-1/+1
2023-12-19drm/xe/rtp: Also check gt typeLucas De Marchi1-6/+17
2023-12-19drm/xe/rtp: Add support for entries with no actionLucas De Marchi1-8/+57
2023-12-19drm/xe/rtp: Add check for media steppingLucas De Marchi1-5/+7
2023-12-19drm/xe/rtp: Rename STEP to GRAPHICS_STEPLucas De Marchi1-1/+1
2023-12-19drm/xe/rtp: Allow to track active workaroundsLucas De Marchi1-4/+44
2023-12-19drm/xe/rtp: Add "_sr" to entry/function namesLucas De Marchi1-12/+14
2023-12-19drm/xe/rtp: Replace XE_WARN_ONLucas De Marchi1-1/+3
2023-12-19drm/xe/rtp: Split rtp process initializationLucas De Marchi1-17/+46
2023-12-19drm/xe: Rename reg field to addrLucas De Marchi1-1/+1
2023-12-19drm/xe: Plumb xe_reg into WAs, rtp, etcLucas De Marchi1-4/+3
2023-12-19drm/xe: Add basic unit tests for rtpLucas De Marchi1-0/+3
2023-12-19drm/xe/rtp: Add match helper for gslice fused offLucas De Marchi1-0/+16