diff options
author | Dave Airlie <[email protected]> | 2017-12-28 09:49:32 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-12-28 19:30:16 +1000 |
commit | ff75d3a9aa7e94e2e09b6121d5a0e78c730a1d82 (patch) | |
tree | 3bbaba5d7aea673ea9acc625f56b9b93a5493bab /src/amd/vulkan/radv_debug.h | |
parent | 78a8b73e7d45f55ced98a148b26247d91f4e0171 (diff) |
radv: move local bos usage to a perftest flag.
These seem mildly unstable on vega, crashing CTS in various fun ways,
and looks like leaking memory.
Disable for now, but leave the option to enable them.
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_debug.h')
-rw-r--r-- | src/amd/vulkan/radv_debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_debug.h b/src/amd/vulkan/radv_debug.h index 8e09c365282..af07564833e 100644 --- a/src/amd/vulkan/radv_debug.h +++ b/src/amd/vulkan/radv_debug.h @@ -47,6 +47,7 @@ enum { enum { RADV_PERFTEST_NO_BATCHCHAIN = 0x1, RADV_PERFTEST_SISCHED = 0x2, + RADV_PERFTEST_LOCAL_BOS = 0x4, }; bool |