aboutsummaryrefslogtreecommitdiff
path: root/vtest/vtest.h
diff options
context:
space:
mode:
Diffstat (limited to 'vtest/vtest.h')
-rw-r--r--vtest/vtest.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vtest/vtest.h b/vtest/vtest.h
index d8f5a414..43f030e0 100644
--- a/vtest/vtest.h
+++ b/vtest/vtest.h
@@ -47,6 +47,7 @@ void vtest_cleanup_renderer(void);
int vtest_create_context(struct vtest_input *input, int out_fd,
uint32_t length_dw, struct vtest_context **out_ctx);
+int vtest_lazy_init_context(struct vtest_context *ctx);
void vtest_destroy_context(struct vtest_context *ctx);
void vtest_set_current_context(struct vtest_context *ctx);
@@ -77,6 +78,11 @@ int vtest_poll(void);
int vtest_ping_protocol_version(uint32_t length_dw);
int vtest_protocol_version(uint32_t length_dw);
+/* since protocol version 3 */
+int vtest_get_param(uint32_t length_dw);
+int vtest_get_capset(uint32_t length_dw);
+int vtest_context_init(uint32_t length_dw);
+
void vtest_set_max_length(uint32_t length);
#endif