aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc5/v3dx_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/vc5/v3dx_context.h')
-rw-r--r--src/gallium/drivers/vc5/v3dx_context.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc5/v3dx_context.h b/src/gallium/drivers/vc5/v3dx_context.h
index 19ca956922c..e6bbfc6b3f1 100644
--- a/src/gallium/drivers/vc5/v3dx_context.h
+++ b/src/gallium/drivers/vc5/v3dx_context.h
@@ -26,4 +26,12 @@
* be included from vc5_context.h.
*/
+struct v3d_hw;
+
void v3dX(emit_rcl)(struct vc5_job *job);
+
+void v3dX(simulator_init_regs)(struct v3d_hw *v3d);
+int v3dX(simulator_get_param_ioctl)(struct v3d_hw *v3d,
+ struct drm_vc5_get_param *args);
+void v3dX(simulator_flush)(struct v3d_hw *v3d, struct drm_vc5_submit_cl *submit,
+ uint32_t gmp_ofs);