radv,radeonsi: don't set PA_SC_HIS_INFO

the preamble sets it

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40586>
This commit is contained in:
Marek Olšák 2026-03-21 23:09:11 -04:00 committed by Marge Bot
parent 9c26b8b924
commit 623d2a9f3c
2 changed files with 0 additions and 2 deletions

View file

@ -4933,7 +4933,6 @@ radv_gfx12_emit_null_ds_state(struct radv_cmd_buffer *cmd_buffer)
gfx12_set_context_reg(R_02801C_DB_STENCIL_INFO,
S_02801C_FORMAT(V_02801C_STENCIL_INVALID) | S_02801C_TILE_STENCIL_DISABLE(1));
gfx12_set_context_reg(R_028B94_PA_SC_HIZ_INFO, S_028B94_SURFACE_ENABLE(0));
gfx12_set_context_reg(R_028B98_PA_SC_HIS_INFO, S_028B98_SURFACE_ENABLE(0));
gfx12_set_context_reg(R_028010_DB_RENDER_OVERRIDE2, S_028010_CENTROID_COMPUTATION_MODE(1));
gfx12_end_context_regs();
radeon_end();

View file

@ -3210,7 +3210,6 @@ static void gfx12_emit_framebuffer_state(struct si_context *sctx, unsigned index
S_028044_FORMAT(V_028044_STENCIL_INVALID)|
S_028044_TILE_STENCIL_DISABLE(1));
gfx12_set_context_reg(R_028B94_PA_SC_HIZ_INFO, S_028B94_SURFACE_ENABLE(0));
gfx12_set_context_reg(R_028B98_PA_SC_HIS_INFO, S_028B98_SURFACE_ENABLE(0));
}
/* Framebuffer dimensions. */