diff options
author | Dave Airlie <[email protected]> | 2018-01-10 04:30:23 +0000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2018-01-18 03:37:42 +0000 |
commit | 5002dd40520deba025d81c824d41e292db344a7b (patch) | |
tree | 97c5e2468901973ed8b22d7e8b989c7af0007c70 /src/amd/vulkan | |
parent | 046cf68cadd04a1e1eb89476614c334ac702f0ce (diff) |
r600/sb: add gcm support to avoid clause between lds read/queue read
You have to schedule LDS_READ_RET _, x and MOV reg, LDS_OQ_A_POP
in the same basic block/clause. This makes sure once we've issues
and MOV we don't add another block until we balance it with an
LDS read.
Acked-By: Roland Scheidegger <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan')
0 files changed, 0 insertions, 0 deletions