[igt-dev] [PATCH i-g-t 09/17] igt/tests: Add support for Tile4(TileF) format to tests/kms_plane_lowres
Jeevan B
jeevan.b at intel.com
Mon Feb 7 18:21:44 UTC 2022
Adding subtest to test new tiling format.
Signed-off-by: Jeevan B <jeevan.b at intel.com>
---
tests/kms_plane_lowres.c | 3 +++
1 file changed, 3 insertions(+)
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 {
--
2.17.1
More information about the igt-dev
mailing list