diff options
author | Eric Anholt <[email protected]> | 2018-01-04 23:19:08 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-01-12 21:55:04 -0800 |
commit | 57965755e2c8089e5b52897fa86305e595f6792f (patch) | |
tree | a4acac4e030b72aefe31d77f6e3f0c330c8b832d /src/gallium/drivers/vc5/v3dx_context.h | |
parent | f50d39ab4936d99051648e1669b428f4ef0f2afd (diff) |
broadcom/vc5: Port drawing commands to V3D 4.x.
This required extending the CL submit ioctl, because the tile alloc/state
buffer setup has moved from the BCL to register writes.
Diffstat (limited to 'src/gallium/drivers/vc5/v3dx_context.h')
-rw-r--r-- | src/gallium/drivers/vc5/v3dx_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc5/v3dx_context.h b/src/gallium/drivers/vc5/v3dx_context.h index e6bbfc6b3f1..58012fa5f93 100644 --- a/src/gallium/drivers/vc5/v3dx_context.h +++ b/src/gallium/drivers/vc5/v3dx_context.h @@ -29,6 +29,7 @@ struct v3d_hw; void v3dX(emit_rcl)(struct vc5_job *job); +void v3dX(draw_init)(struct pipe_context *pctx); void v3dX(simulator_init_regs)(struct v3d_hw *v3d); int v3dX(simulator_get_param_ioctl)(struct v3d_hw *v3d, |