turnip: Fix truncation of CS shader iovas to 32 bits.

This was invalid, and makes VK break consistently with the
msm-next-pgtbables branch.

Fixes: 13525a9c70 ("turnip: pipeline program state refactor")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6592>
This commit is contained in:
Eric Anholt 2020-09-03 10:30:31 -07:00 committed by Marge Bot
parent 3b3772d6e6
commit 329c317287
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ tu6_emit_xs_config(struct tu_cs *cs,
static void
tu6_emit_cs_config(struct tu_cs *cs, const struct tu_shader *shader,
const struct ir3_shader_variant *v,
uint32_t binary_iova)
uint64_t binary_iova)
{
tu_cs_emit_regs(cs, A6XX_HLSQ_INVALIDATE_CMD(
.cs_state = true,