[PATCH v2 6/7] tests/intel/kms_psr: Enable the tests support variations based on the WAs
Mohammed Thasleem
mohammed.thasleem at intel.com
Fri Jun 27 06:04:45 UTC 2025
This update stops skipping fbc-* tests support variations based on the WAs.
v2: Updated function name with intel_is_fbc_disabled_by_wa. (Kamil)
Signed-off-by: Mohammed Thasleem <mohammed.thasleem at intel.com>
---
tests/intel/kms_psr.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tests/intel/kms_psr.c b/tests/intel/kms_psr.c
index da947feb6..1192320a7 100644
--- a/tests/intel/kms_psr.c
+++ b/tests/intel/kms_psr.c
@@ -719,6 +719,12 @@ static void test_setup(data_t *data)
igt_require_f(data->output,
"No available output found\n");
+
+ /* FBC disabled: Wa_16023588340 */
+ igt_skip_on_f(data->op_fbc_mode == FBC_ENABLED &&
+ !intel_is_fbc_disabled_by_wa(data->drm_fd),
+ "WA has disabled FBC on BMG\n");
+
if (data->op_fbc_mode == FBC_ENABLED)
igt_require_f(data->fbc_flag,
"Can't test FBC with PSR\n");
--
2.34.1
More information about the igt-dev
mailing list