summaryrefslogtreecommitdiff
path: root/tests/i915
diff options
context:
space:
mode:
authorJouni Högander <jouni.hogander@intel.com>2022-05-27 09:32:54 +0300
committerJouni Högander <jouni.hogander@intel.com>2022-05-30 14:21:07 +0300
commita74298de7fe52cd0206dc77e93516fde60adfb9f (patch)
treee378300c5ea84512e42199e35a5ed402372e2197 /tests/i915
parentddf15f129d86fe0b4ba76ccf1fff4b4ae0d290d2 (diff)
tests/i915_kms_psr2_sf: Set big_fb_test as 0 by default
Ensure big version of plane_update testcases is not used unless specifically requested. Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Diffstat (limited to 'tests/i915')
-rw-r--r--tests/i915/kms_psr2_sf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/i915/kms_psr2_sf.c b/tests/i915/kms_psr2_sf.c
index f9f514ab..2916b7e5 100644
--- a/tests/i915/kms_psr2_sf.c
+++ b/tests/i915/kms_psr2_sf.c
@@ -864,6 +864,7 @@ igt_main
data.op = PLANE_UPDATE;
data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
data.primary_format = DRM_FORMAT_XRGB8888;
+ data.big_fb_test = 0;
res = drmModeGetResources(data.drm_fd);
data.big_fb_width = res->max_width;