summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_rtp.c
AgeCommit message (Expand)AuthorFilesLines
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-05drm/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-20drm/xe: Replace deprecated DRM_ERROR()Gustavo Sousa1-1/+1
2023-12-20drm/xe/rtp: Also check gt typeLucas De Marchi1-6/+17
2023-12-20drm/xe/rtp: Add support for entries with no actionLucas De Marchi1-8/+57
2023-12-20drm/xe/rtp: Add check for media steppingLucas De Marchi1-5/+7
2023-12-20drm/xe/rtp: Rename STEP to GRAPHICS_STEPLucas De Marchi1-1/+1
2023-12-20drm/xe/rtp: Allow to track active workaroundsLucas De Marchi1-4/+44
2023-12-20drm/xe/rtp: Add "_sr" to entry/function namesLucas De Marchi1-12/+14
2023-12-20drm/xe/rtp: Replace XE_WARN_ONLucas De Marchi1-1/+3
2023-12-20drm/xe/rtp: Split rtp process initializationLucas De Marchi1-17/+46
2023-12-20drm/xe: Rename reg field to addrLucas De Marchi1-1/+1
2023-12-20drm/xe: Plumb xe_reg into WAs, rtp, etcLucas De Marchi1-4/+3
2023-12-20drm/xe: Add basic unit tests for rtpLucas De Marchi1-0/+3
2023-12-20drm/xe/rtp: Add match helper for gslice fused offLucas De Marchi1-0/+16
2023-12-20drm/xe/rtp: Add match for render reset domainLucas De Marchi1-0/+10
2023-12-20drm/xe/rtp: Move match function from wa to rtpLucas De Marchi1-0/+6
2023-12-20drm/xe/rtp: Support multiple actions per entryLucas De Marchi1-13/+17
2023-12-20drm/xe/rtp: Split action and entry flagsLucas De Marchi1-15/+23
2023-12-20drm/xe: Rename xe_rtp_regval to xe_rtp_actionLucas De Marchi1-8/+8
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+144