v3d: Detect the correct number of QPUs and use it to fix the spill size.
authorEric Anholt <eric@anholt.net>
Thu, 11 Apr 2019 19:28:30 +0000 (12:28 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 12 Apr 2019 22:59:31 +0000 (15:59 -0700)
commit8a2d91e1248e31426ff656c02d3e598f9e117422
tree612f30a6394ceaeb540fb89c99548b635a916fd7
parent11ba8a46e4e72e028b77519b3b90af36f4982f26
v3d: Detect the correct number of QPUs and use it to fix the spill size.

We were missing a * 4 even if the particular hardware matched our
assumption.
src/broadcom/common/v3d_device_info.h
src/gallium/drivers/v3d/v3d_program.c
src/gallium/drivers/v3d/v3d_screen.c