pan/midgard: Fix shift for TLS access
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Sat, 7 Dec 2019 20:54:36 +0000 (15:54 -0500)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 12 Dec 2019 16:42:07 +0000 (11:42 -0500)
commit2b4da476f449aac5fc3867afdabc4ec545e5f1ec
treeee95b7fe27404208cccbdbc65b9c52c12c0c7516
parent05b839f3545b5bf8a4c22ee6db0ad66d2b6bbc16
pan/midgard: Fix shift for TLS access

Due to this issue we were using 4x the memory we should have for TLS,
which was messing up the size calculations. Oops!

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/panfrost/midgard/midgard_emit.c