tu: Use appropriate variants for SP regs.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38796>
This commit is contained in:
Emma Anholt
2025-12-02 17:46:51 -08:00
committed by Marge Bot
parent 298237b362
commit dae582ecc1
+1 -1
View File
@@ -889,7 +889,7 @@ r3d_common(struct tu_cmd_buffer *cmd, struct tu_cs *cs, enum r3d_type type,
tu6_emit_vpc<CHIP>(cs, vs, NULL, NULL, NULL, fs);
if (CHIP >= A7XX) {
tu_cs_emit_regs(cs, A7XX_SP_RENDER_CNTL(.fs_disable = false));
tu_cs_emit_regs(cs, SP_RENDER_CNTL(CHIP, .fs_disable = false));
}
/* REPL_MODE for varying with RECTLIST (2 vertices only) */