diff --git a/src/gallium/drivers/radeonsi/si_state.c b/src/gallium/drivers/radeonsi/si_state.c index f88bf29..481eb92 100644 --- a/src/gallium/drivers/radeonsi/si_state.c +++ b/src/gallium/drivers/radeonsi/si_state.c @@ -4814,7 +4814,7 @@ static void si_set_raster_config(struct si_context *sctx, struct si_pm4_state *p break; case CHIP_KAVERI: /* KV should be 0x00000002, but that causes problems with radeon */ - raster_config = 0x00000000; /* 0x00000002 */ + raster_config = 0x00000003; /* 0x00000002 */ raster_config_1 = 0x00000000; break; case CHIP_KABINI: