[igt-dev] [PATCH i-g-t 10/20] tests/psr: Remove delay between dpms toggle.
Dhinakaran Pandiyan
dhinakaran.pandiyan at intel.com
Wed Apr 11 02:37:22 UTC 2018
No reason for the delay between dpms off and on.
Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan at intel.com>
---
tests/kms_psr_sink_crc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/kms_psr_sink_crc.c b/tests/kms_psr_sink_crc.c
index d940ec89..17490726 100644
--- a/tests/kms_psr_sink_crc.c
+++ b/tests/kms_psr_sink_crc.c
@@ -428,7 +428,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);
}
--
2.14.1
More information about the igt-dev
mailing list