[PATCH 0/5] drm/xe/rtp: Allow to OR rules

Lucas De Marchi lucas.demarchi at intel.com
Mon Jun 17 18:25:13 UTC 2024


Add a new match that serves to OR the rules and a few more improvements
around that so we can future-proof Wa_14020756599 as implemented in the
last patch.

First 3 patches are covered by the unit tests, but the last 2 patches
still need to be checked on LNL that I don't have handy right now to
double check we don't have any regression.

Lucas De Marchi (5):
  drm/xe/rtp: Allow to match 0 sr entries
  drm/xe/rtp: Allow to OR rules
  drm/xe/rtp: Expand max rules/actions per entry
  drm/xe/rtp: Add match on any GT
  drm/xe/xe2: Add proper check for media in Wa_14020756599

 drivers/gpu/drm/xe/tests/xe_rtp_test.c | 65 ++++++++++++++++++++++++--
 drivers/gpu/drm/xe/xe_rtp.c            | 20 +++++++-
 drivers/gpu/drm/xe/xe_rtp.h            | 55 ++++++++++++++++++++--
 drivers/gpu/drm/xe/xe_rtp_helpers.h    |  2 +
 drivers/gpu/drm/xe/xe_rtp_types.h      |  3 ++
 drivers/gpu/drm/xe/xe_wa.c             | 10 +---
 6 files changed, 139 insertions(+), 16 deletions(-)

-- 
2.43.0



More information about the Intel-xe mailing list