summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_rtp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/xe/rtp: Remove unneeded semicolonLucas De Marchi2024-09-161-1/+1
* drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula2024-08-281-1/+1
* drm/xe: Migrate OOB WAs to OR rulesLucas De Marchi2024-07-291-26/+10
* drm/xe/rtp: Simplify marking active workaroundsLucas De Marchi2024-07-291-9/+5
* drm/xe/kunit: Test rtp with no actionsLucas De Marchi2024-07-291-0/+1
* drm/xe/kunit: Test active rtp entriesLucas De Marchi2024-07-291-0/+1
* drm/xe/rtp: Fix off-by-one when processing rulesLucas De Marchi2024-07-261-1/+1
* drm/xe/rtp: Fix out-of-bounds array accessLucas De Marchi2024-07-011-1/+1
* drm/xe/vf: Don't run any save-restore RTP actions if VFMichal Wajdeczko2024-06-201-0/+4
* drm/xe/rtp: Add match on any GTLucas De Marchi2024-06-181-0/+6
* drm/xe/rtp: Allow to OR rulesLucas De Marchi2024-06-181-3/+27
* drm/xe/xe2lpm: Fixup Wa_14020756599Tejas Upadhyay2024-06-111-5/+0
* drm/xe/xe2lpm: Add permanent Wa_14020756599Tejas Upadhyay2024-06-051-0/+6
* drm/xe: Fix check for platform without geometry pipelineMichał Winiarski2023-12-211-1/+1
* drm/xe: Fix uninitialized variablesMichał Winiarski2023-12-211-1/+1
* drm/xe: Replace deprecated DRM_ERROR()Gustavo Sousa2023-12-201-1/+1
* drm/xe/rtp: Also check gt typeLucas De Marchi2023-12-201-6/+17
* drm/xe/rtp: Add support for entries with no actionLucas De Marchi2023-12-201-8/+57
* drm/xe/rtp: Add check for media steppingLucas De Marchi2023-12-201-5/+7
* drm/xe/rtp: Rename STEP to GRAPHICS_STEPLucas De Marchi2023-12-201-1/+1
* drm/xe/rtp: Allow to track active workaroundsLucas De Marchi2023-12-201-4/+44
* drm/xe/rtp: Add "_sr" to entry/function namesLucas De Marchi2023-12-201-12/+14
* drm/xe/rtp: Replace XE_WARN_ONLucas De Marchi2023-12-201-1/+3
* drm/xe/rtp: Split rtp process initializationLucas De Marchi2023-12-201-17/+46
* drm/xe: Rename reg field to addrLucas De Marchi2023-12-201-1/+1
* drm/xe: Plumb xe_reg into WAs, rtp, etcLucas De Marchi2023-12-201-4/+3
* drm/xe: Add basic unit tests for rtpLucas De Marchi2023-12-201-0/+3
* drm/xe/rtp: Add match helper for gslice fused offLucas De Marchi2023-12-201-0/+16
* drm/xe/rtp: Add match for render reset domainLucas De Marchi2023-12-201-0/+10
* drm/xe/rtp: Move match function from wa to rtpLucas De Marchi2023-12-201-0/+6
* drm/xe/rtp: Support multiple actions per entryLucas De Marchi2023-12-201-13/+17
* drm/xe/rtp: Split action and entry flagsLucas De Marchi2023-12-201-15/+23
* drm/xe: Rename xe_rtp_regval to xe_rtp_actionLucas De Marchi2023-12-201-8/+8
* drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost2023-12-121-0/+144