]> git.hungrycats.org Git - linux/commit
drm/xe/rtp: Add kunit tests to exercise FIELD_SET_FUNC action
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 17 Jun 2026 19:24:49 +0000 (12:24 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 17 Jun 2026 20:59:05 +0000 (13:59 -0700)
commitc47ffed42b016ddeea2a45fa9631edb2bd4e88ed
tree9025a102422b89618e0050422069873e4bc33aaf
parent4ff7902a64c1831dfc70791d2f88125e003d21c2
drm/xe/rtp: Add kunit tests to exercise FIELD_SET_FUNC action

Add a couple additional tests to the RTP kunit suite that ensure
FIELD_SET_FUNC() actions are evaluated properly and the values properly
consolidate/conflict with values coming from other literal SET/FIELD_SET
rules.

Suggested-by: Gustavo Sousa <gustavo.sousa@intel.com>
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://patch.msgid.link/20260617-rtp_with_dynamic_vals-v2-5-3f4cb34c2ea1@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/tests/xe_rtp_test.c