diff options
author | Dave Airlie <[email protected]> | 2017-10-24 04:03:29 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-10-24 23:00:57 +0100 |
commit | a5499b639c96716ff7ce62502115c0fd453a078e (patch) | |
tree | 0de1373a3ca18fe8e6b9be64d93896dccf448af6 /src/amd/vulkan/radv_private.h | |
parent | 4aa69cc4257d1f60a1a4cee142fa55e577093407 (diff) |
radv: only emit dfsm packets if dfsm is allowed.
radeonsi only emits these when dfsm is enabled, so for now
just hinge them on a flag we never set.
Reviewed-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r-- | src/amd/vulkan/radv_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index a4e52b25306..83529015c5d 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -531,6 +531,7 @@ struct radv_device { bool llvm_supports_spill; bool has_distributed_tess; + bool dfsm_allowed; uint32_t tess_offchip_block_dw_size; uint32_t scratch_waves; |