summaryrefslogtreecommitdiff
path: root/lib/igt_psr.h
diff options
context:
space:
mode:
authorJosé Roberto de Souza <jose.souza@intel.com>2019-11-27 16:49:01 -0800
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-12-11 16:30:01 +0200
commit3b938d9254be900e7ff205dcd8cd88b7624840f3 (patch)
treeebe25c81bf664a9867dd1b5cb3ddaeebdbc00239 /lib/igt_psr.h
parente941638ce652140e89fe65c3437c55aca9d32865 (diff)
Revert "lib/igt_psr: Move "is enabled" implementation to lib"
This reverts commit 4bb46f08f7cb6485642c4351cecdad93072d27a0. The next patch have more information about why this patch was reverted. Cc: Jeevan B <jeevan.b@intel.com> Cc: Anshuman Gupta <anshuman.gupta@intel.com> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'lib/igt_psr.h')
-rw-r--r--lib/igt_psr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/igt_psr.h b/lib/igt_psr.h
index 9885cb11..ca385736 100644
--- a/lib/igt_psr.h
+++ b/lib/igt_psr.h
@@ -42,6 +42,5 @@ bool psr_enable(int debugfs_fd, enum psr_mode);
bool psr_disable(int debugfs_fd);
bool psr_sink_support(int debugfs_fd, enum psr_mode);
bool psr2_wait_su(int debugfs_fd, uint16_t *num_su_blocks);
-bool psr_enabled(int debugfs_fd, enum psr_mode mode);
#endif