From 21a5e27af21bdf71108f84598a30129030779784 Mon Sep 17 00:00:00 2001 From: José Roberto de Souza Date: Fri, 11 Jan 2019 15:59:41 -0800 Subject: lib/psr: Rename psr_wait_exit to psr_wait_update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a initial preparation for PSR2 test support, as in PSR2 a update to screen could mean that PSR is still active and the screen will be update by a selective update this renamed is necessary. Cc: Dhinakaran Pandiyan Reviewed-by: Dhinakaran Pandiyan Signed-off-by: José Roberto de Souza --- lib/igt_psr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/igt_psr.h') diff --git a/lib/igt_psr.h b/lib/igt_psr.h index d3336c2d..62c680ee 100644 --- a/lib/igt_psr.h +++ b/lib/igt_psr.h @@ -31,7 +31,7 @@ #define PSR_STATUS_MAX_LEN 512 bool psr_wait_entry(int debugfs_fd); -bool psr_wait_exit(int debugfs_fd); +bool psr_wait_update(int debugfs_fd); bool psr_enable(int debugfs_fd); bool psr_disable(int debugfs_fd); bool psr_sink_support(int debugfs_fd); -- cgit v1.2.3