From 74eef7bf59ee5949fb17bbc82c7090133d023273 Mon Sep 17 00:00:00 2001 From: Dhinakaran Pandiyan Date: Wed, 9 May 2018 10:37:41 -0700 Subject: tests/psr: Remove delay between dpms toggle. No reason for the delay between dpms off and on. Signed-off-by: Dhinakaran Pandiyan Reviewed-by: Katarzyna Dec --- tests/kms_psr_sink_crc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/kms_psr_sink_crc.c') diff --git a/tests/kms_psr_sink_crc.c b/tests/kms_psr_sink_crc.c index e04e0f6a..af18d43e 100644 --- a/tests/kms_psr_sink_crc.c +++ b/tests/kms_psr_sink_crc.c @@ -426,7 +426,6 @@ static void dpms_off_on(data_t data) { kmstest_set_connector_dpms(data.drm_fd, data.output->config.connector, DRM_MODE_DPMS_OFF); - sleep(1); kmstest_set_connector_dpms(data.drm_fd, data.output->config.connector, DRM_MODE_DPMS_ON); } -- cgit v1.2.3