summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc5/v3dx_context.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-03-23 15:19:05 -0700
committerEric Anholt <[email protected]>2018-03-26 17:46:19 -0700
commit1fa820cef861b0f2efd001cfb3c4adecf2fa549b (patch)
tree4993ad8f7001aa8ea154fb98b163a03ccd8e640f /src/gallium/drivers/vc5/v3dx_context.h
parent33878641305345b9bb76ad5ebf2335ec9c17adfa (diff)
broadcom/vc5: Move the BCL epilogue code to a per-version compile.
I need to do some new packets for transform feedback on 4.1.
Diffstat (limited to 'src/gallium/drivers/vc5/v3dx_context.h')
-rw-r--r--src/gallium/drivers/vc5/v3dx_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc5/v3dx_context.h b/src/gallium/drivers/vc5/v3dx_context.h
index addc7433b37..f9edd1c636d 100644
--- a/src/gallium/drivers/vc5/v3dx_context.h
+++ b/src/gallium/drivers/vc5/v3dx_context.h
@@ -34,6 +34,8 @@ void v3dX(emit_rcl)(struct vc5_job *job);
void v3dX(draw_init)(struct pipe_context *pctx);
void v3dX(state_init)(struct pipe_context *pctx);
+void v3dX(bcl_epilogue)(struct vc5_context *vc5, 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);