summaryrefslogtreecommitdiff
path: root/tests/kms_plane_lowres.c
diff options
context:
space:
mode:
authorJeevan B <jeevan.b@intel.com>2022-03-02 20:09:20 +0530
committerKunal Joshi <kunal1.joshi@intel.com>2022-03-09 11:16:35 +0530
commitfa564f4424a53d019b0699246812c5899fad539c (patch)
treeabae1e98122345e571a934dc90986567b659f141 /tests/kms_plane_lowres.c
parent491f29d6c2d71288903d26e29fc0f5a970f2b918 (diff)
igt/tests: Add support for Tile4(TileF) format to tests/kms_plane_lowres
Adding subtest to test new tiling format. Signed-off-by: Jeevan B <jeevan.b@intel.com> Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Diffstat (limited to 'tests/kms_plane_lowres.c')
-rw-r--r--tests/kms_plane_lowres.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/kms_plane_lowres.c b/tests/kms_plane_lowres.c
index 6c0fce86..3f3f77c8 100644
--- a/tests/kms_plane_lowres.c
+++ b/tests/kms_plane_lowres.c
@@ -314,6 +314,9 @@ igt_main
"high and low resolution with yf-tiling.");
igt_subtest_f("pipe-%s-tiling-yf", kmstest_pipe_name(pipe))
test_planes_on_pipe(&data, I915_FORMAT_MOD_Yf_TILED);
+
+ igt_subtest_f("pipe-%s-tiling-4", kmstest_pipe_name(pipe))
+ test_planes_on_pipe(&data, I915_FORMAT_MOD_4_TILED);
}
igt_fixture {