]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/rtp: Drop rule matching cases from rtp_to_sr_cases and rtp_cases
authorGustavo Sousa <gustavo.sousa@intel.com>
Fri, 22 May 2026 08:45:17 +0000 (05:45 -0300)
committerGustavo Sousa <gustavo.sousa@intel.com>
Fri, 22 May 2026 13:52:29 +0000 (10:52 -0300)
commitff7746336b2325087aa7958d40f327bcc50185f8
treeb990be994418e78a2ea437d85d70c639d09eb9a0
parent833e3f7e322e5c5c9ea219823e421e5d0c4b7fcd
drm/xe/rtp: Drop rule matching cases from rtp_to_sr_cases and rtp_cases

The kunit test cases for the RTP framework are currently separated into
three groups:

(1) rtp_rules_cases:
    Those to verify rule matching logic.

(2) rtp_to_sr_cases:
    Those to verify generation of save/restore tables from RTP tables.

(3) rtp_cases
    Those to verify processing of RTP tables without save/restore action
    associated, which are used for OOB workarounds.

Today we have some cases in (2) and (3) that are actually meant to
verify rule matching logic.  Now that we have (1), let's cleanup (2)
and (3) so that they become focused on their main objectives.

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/20260522-rtp-rule-parser-v3-2-0c51039899f4@intel.com
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
drivers/gpu/drm/xe/tests/xe_rtp_test.c