lib: add igt_enable_connectors and igt_reset_connectors

igt_enable_connectors forces connectors to be enabled where doing so is
known to work well. igt_reset_connectors resets the force state on all
connectors.
This commit is contained in:
Thomas Wood
2014-05-28 14:06:01 +01:00
parent 13cd79c128
commit b6ed9fb0d9
2 changed files with 73 additions and 0 deletions
+3
View File
@@ -228,5 +228,8 @@ void igt_wait_for_vblank(int drm_fd, enum pipe pipe);
#define IGT_FIXED(i,f) ((i) << 16 | (f))
void igt_enable_connectors(void);
void igt_reset_connectors(void);
#endif /* __IGT_KMS_H__ */