commit | 1de9ef9c96c1933b20ba1877cad799794e10359d | [log] [tgz] |
---|---|---|
author | Timur Kristóf <timur.kristof@gmail.com> | Thu Sep 26 17:53:17 2019 +0200 |
committer | Timur Kristóf <timur.kristof@gmail.com> | Thu Oct 10 09:57:53 2019 +0200 |
tree | 9754da386c96ffc8f59ffce47e05049de766d4b6 | |
parent | 89b074be8659f70f6f1b536605159b5f4870fb0d [diff] |
aco: Set GFX10 DLC bit properly. The DLC bit is now set to 1 for all loads when GLC is also set, but cleared to 0 for all stores (otherwise it causes issues), and also cleared to 0 for atomics. Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>