]> www.infradead.org Git - linux.git/commit
drm/xe/kunit: Add PF service tests
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 23 Apr 2024 18:04:36 +0000 (20:04 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Wed, 24 Apr 2024 13:10:46 +0000 (15:10 +0200)
commit11294bf38fa2f71619ebb5c7baa3bbe380cbcf0c
tree378f1cf60e055bfa7a0e94a3c4a114bfc059fa49
parent98e62805921cebcd2fcac3692037ca2ebef63b4a
drm/xe/kunit: Add PF service tests

Start with basic tests for VF/PF ABI version negotiation. As we
treat all platforms in the same way, we can run the tests on one
platform. More tests will likely come later.

Reviewed-by: Piotr Piórkowski <piotr.piorkowski@intel.com>
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240423180436.2089-6-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/tests/xe_gt_sriov_pf_service_test.c [new file with mode: 0644]
drivers/gpu/drm/xe/xe_gt_sriov_pf_service.c