diff options
author | Bas Nieuwenhuizen <[email protected]> | 2019-08-05 01:39:23 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2019-08-07 02:13:07 +0200 |
commit | 4bb17c08ae5d734894de0fcefe6a9645b443bf34 (patch) | |
tree | eace710932e21c4a931bdbde73e1a6eeeb6dbd18 /src/amd/vulkan/radv_device.c | |
parent | 3a5950f50174390e817c619f972b8b8ea21c6705 (diff) |
radv/gfx10: Enable DCC for storage images.
v2: Hide it behind a perftest flag.
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_device.c')
-rw-r--r-- | src/amd/vulkan/radv_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index 5ef8942411c..4a2d836abe3 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -514,6 +514,7 @@ static const struct debug_control radv_perftest_options[] = { {"cswave32", RADV_PERFTEST_CS_WAVE_32}, {"pswave32", RADV_PERFTEST_PS_WAVE_32}, {"gewave32", RADV_PERFTEST_GE_WAVE_32}, + {"storagedcc", RADV_PERFTEST_STORAGE_DCC}, {NULL, 0} }; |