radeonsi: add support for Vega12
[platform/upstream/mesa.git] / src / gallium / drivers / radeonsi / si_state_binning.c
index 686701d..0f50ea7 100644 (file)
@@ -414,6 +414,7 @@ void si_emit_dpbb_state(struct si_context *sctx, struct r600_atom *state)
 
        switch (sctx->b.family) {
        case CHIP_VEGA10:
+       case CHIP_VEGA12:
        case CHIP_RAVEN:
                /* Tuned for Raven. Vega might need different values. */
                context_states_per_bin = 5;