diff options
author | Kenneth Graunke <[email protected]> | 2019-02-14 08:55:37 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-02-14 11:03:28 -0800 |
commit | 39aee57523a02552e7eae7df5da488e535aeb1eb (patch) | |
tree | bd29053ac47f21549734140da2dc8b6ba13cfc31 /src/SConscript | |
parent | 9a918050e0886d8c6d6adc0c687ffd30d8f70b40 (diff) |
anv: Put MOCS in the correct location
My patch to switch from struct-based MOCS to numeric MOCS accidentally
divided all MOCS entries by 2 in the Vulkan driver.
MOCS on Gen9+ is just an array index into a table. But in the hardware
packets, the index starts at bit 1. So we need to shift it.
Fixes: 0b44644ca68 (genxml: Consistently use a numeric "MOCS" field)
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/SConscript')
0 files changed, 0 insertions, 0 deletions