[igt-dev] [PATCH v2 1/4] kms_plane: Remove redundant modeset after CRC capture
Imre Deak
imre.deak at intel.com
Tue Mar 6 16:52:12 UTC 2018
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 23173b96..1d1bc198 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.13.2
More information about the igt-dev
mailing list