mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +00:00
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:
@@ -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__ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user