summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_rtp.c
AgeCommit message (Expand)AuthorFilesLines
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