diff options
-rw-r--r-- | lib/igt_psr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/igt_psr.c b/lib/igt_psr.c index 3d8f1949b..d5b4198c3 100644 --- a/lib/igt_psr.c +++ b/lib/igt_psr.c @@ -122,6 +122,8 @@ static bool psr_active_check(int debugfs_fd, enum psr_mode mode, igt_output_t *o igt_skip_on(strstr(buf, "PSR sink not reliable: yes")); + igt_skip_on(strstr(buf, "PSR setup timing not met")); + active = strstr(buf, state) || (c && (c->connector_type == DRM_MODE_CONNECTOR_DisplayPort) && strstr(buf, "SU_STANDBY")); |