iris: Properly align interface descriptor data addresses
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 27 Jun 2019 00:35:45 +0000 (17:35 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 27 Jun 2019 15:12:22 +0000 (08:12 -0700)
commitf94ebf0c9db8dcd2257fd7eb20d457caad3bdeef
tree7953077a589a31fb8385462196e6f79cae2268df
parent62c60595844ba206dcf0f18451609e03ee65a7d3
iris: Properly align interface descriptor data addresses

MEDIA_INTERFACE_DESCRIPTOR's Interface Descriptor Data Start Address
field's docs say: "This bit specifies the 64-byte aligned address..."

And we were doing 32.  Superfluous thread ID uploading was apparently
saving us from GPU hangs in most cases.
src/gallium/drivers/iris/iris_state.c