radeonsi: make si_pm4_cmd_begin/end static and simplify all usages
[mesa.git] / src / gallium / drivers / radeonsi / si_pm4.h
index 37ade60b25ae7c036fd1bce90a17dca4e26b05a1..772512596f1dc92d842998482595bfd26992e03e 100644 (file)
@@ -54,10 +54,7 @@ struct si_pm4_state {
    struct si_atom atom;
 };
 
-void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode);
 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw);
-void si_pm4_cmd_end(struct si_pm4_state *state, bool predicate);
-
 void si_pm4_set_reg(struct si_pm4_state *state, unsigned reg, uint32_t val);
 
 void si_pm4_clear_state(struct si_pm4_state *state);