summaryrefslogtreecommitdiff
path: root/tests/i915/kms_big_joiner.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i915/kms_big_joiner.c')
-rw-r--r--tests/i915/kms_big_joiner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/i915/kms_big_joiner.c b/tests/i915/kms_big_joiner.c
index 4f1f3152..d7fa2e53 100644
--- a/tests/i915/kms_big_joiner.c
+++ b/tests/i915/kms_big_joiner.c
@@ -288,7 +288,7 @@ igt_main
igt_require_f(count > 0, "No output with 5k+ mode found\n");
igt_create_pattern_fb(data.drm_fd, width, height, DRM_FORMAT_XRGB8888,
- DRM_FORMAT_MOD_NONE, &data.fb);
+ DRM_FORMAT_MOD_LINEAR, &data.fb);
}
igt_describe("Verify the basic modeset on big joiner mode on all pipes");