[igt-dev] [RESEND, v3 1/5] kms_plane: Remove redundant modeset after CRC capture
Gwan-gyeong Mun
gwan-gyeong.mun at intel.com
Thu Sep 6 07:23:56 UTC 2018
From: Imre Deak <imre.deak at intel.com>
The null modeset after capturing the CRC is redundant; detaching the FB
from the plane is enough for the next modeset to work properly. This
speed things up especially on slow panels.
Signed-off-by: Imre Deak <imre.deak at intel.com>
Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
---
tests/kms_plane.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index 3999dde8..aceae591 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -88,7 +88,6 @@ test_grab_crc(data_t *data, igt_output_t *output, enum pipe pipe,
igt_pipe_crc_collect_crc(data->pipe_crc, crc);
igt_plane_set_fb(primary, NULL);
- igt_display_commit(&data->display);
igt_remove_fb(data->drm_fd, &fb);
--
2.18.0
More information about the igt-dev
mailing list