radeonsi: get rid of secondary input/output word
[mesa.git] / src / gallium / drivers / radeonsi / si_pm4.h
index 9b02a8025a675b26d35014399433a08fb6e63afd..189c4819a55c862068a874ab800e983b3b20e446 100644 (file)
@@ -30,7 +30,7 @@
 #include "radeon/radeon_winsys.h"
 
 #define SI_PM4_MAX_DW          176
-#define SI_PM4_MAX_BO          1
+#define SI_PM4_MAX_BO          3
 
 // forward defines
 struct si_context;
@@ -78,7 +78,6 @@ void si_pm4_free_state(struct si_context *sctx,
                       unsigned idx);
 
 void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state);
-void si_pm4_emit_dirty(struct si_context *sctx);
 void si_pm4_reset_emitted(struct si_context *sctx);
 
 #endif