turnip: Fix truncation of CS shader iovas to 32 bits.
authorEric Anholt <eric@anholt.net>
Thu, 3 Sep 2020 17:30:31 +0000 (10:30 -0700)
committerMarge Bot <eric+marge@anholt.net>
Wed, 9 Sep 2020 17:25:38 +0000 (17:25 +0000)
commit329c31728773d58ebb0a9c2dd133ed7d6bc710cd
treeef6cfe8f7b65e9251f9f32af22b5ab988eccd90e
parent3b3772d6e694da91ead40c144292f5a93b2aa42e
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: 13525a9c706b ("turnip: pipeline program state refactor")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6592>
src/freedreno/vulkan/tu_pipeline.c