summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>2015-04-22 16:46:45 +0100
committerThomas Wood <thomas.wood@intel.com>2015-04-27 15:26:00 +0100
commite23a818c180bfd81ec2eeb1e9ac55223f4bf9658 (patch)
tree2141fd3c3b75d031be8d85f30ed19a19c06a2734
parent148c0d22816f170284edc4232fc58bff58bd1e28 (diff)
kms_rotation_crc: Negative test does not need to render anything
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Cc: Sonika Jindal <sonika.jindal@intel.com> Reviewed-by: Sonika Jindal <sonika.jindal@intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
-rw-r--r--tests/kms_rotation_crc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c
index a523527c..f871e2af 100644
--- a/tests/kms_rotation_crc.c
+++ b/tests/kms_rotation_crc.c
@@ -257,7 +257,6 @@ static void test_unsupported_tiling_pixel_format(data_t *data, enum igt_plane pl
LOCAL_DRM_FORMAT_MOD_NONE,
&fb_tiling);
igt_assert(fb_tiling_id);
- paint_squares(data, &fb_tiling, mode, IGT_ROTATION_0, plane);
igt_plane_set_fb(plane, &fb_tiling);
/* For the first modeset with legacy commit */
igt_display_commit(display);
@@ -271,7 +270,6 @@ static void test_unsupported_tiling_pixel_format(data_t *data, enum igt_plane pl
LOCAL_I915_FORMAT_MOD_Y_TILED,
&fb_565);
igt_assert(fb_565_id);
- paint_squares(data, &fb_565, mode, IGT_ROTATION_0, plane);
igt_plane_set_fb(plane, &fb_565);
igt_plane_set_rotation(plane, data->rotation);
/* Shud fail because 90/270 is not supported with RGB565 */