diff options
author | Bas Nieuwenhuizen <[email protected]> | 2016-12-17 21:53:38 +0100 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2016-12-18 20:52:47 +0100 |
commit | f2523ebf52a4ed1e9a90ce527398d13ee493cb22 (patch) | |
tree | 8c95cc374a260f05bb45e27dc3ad596a975e11da /src/amd/vulkan/radv_private.h | |
parent | accc5fc026ec45171c458334bdee16747fbe7824 (diff) |
radv: Create an empty CS per ring type.
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r-- | src/amd/vulkan/radv_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index 03d295986f3..e15556ea57b 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -473,7 +473,7 @@ struct radv_device { struct radv_queue *queues[RADV_MAX_QUEUE_FAMILIES]; int queue_count[RADV_MAX_QUEUE_FAMILIES]; - struct radeon_winsys_cs *empty_cs; + struct radeon_winsys_cs *empty_cs[RADV_MAX_QUEUE_FAMILIES]; bool allow_fast_clears; bool allow_dcc; |