summaryrefslogtreecommitdiff
path: root/src/etnaviv/etna_rs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/etnaviv/etna_rs.h')
-rw-r--r--src/etnaviv/etna_rs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etnaviv/etna_rs.h b/src/etnaviv/etna_rs.h
index 3593548..b660a10 100644
--- a/src/etnaviv/etna_rs.h
+++ b/src/etnaviv/etna_rs.h
@@ -72,7 +72,7 @@ struct compiled_rs_state
void etna_warm_up_rs(struct etna_ctx *cmdbuf, viv_addr_t aux_rt_physical, viv_addr_t aux_rt_ts_physical);
/* compile RS state struct */
-void etna_compile_rs_state(struct compiled_rs_state *cs, const struct rs_state *rs);
+void etna_compile_rs_state(struct etna_ctx *restrict ctx, struct compiled_rs_state *cs, const struct rs_state *rs);
/* submit compiled RS state */
void etna_submit_rs_state(struct etna_ctx *restrict ctx, const struct compiled_rs_state *cs);