diff options
author | Daniel Stone <[email protected]> | 2018-02-09 15:43:26 -0800 |
---|---|---|
committer | Daniel Stone <[email protected]> | 2018-02-21 22:37:10 +0000 |
commit | 55b27e1e5f21d62855e955446a63afb5ef8b97a6 (patch) | |
tree | bbae99a4a28ca098e5ce6582a5dcdaa9fcc53323 /src/vulkan/wsi/wsi_common_private.h | |
parent | 61c3feb38dcae3feb1176426903ca8e0046edd12 (diff) |
vulkan/wsi: Add drm_modifier member to wsi_image
Not yet used anywhere.
Signed-off-by: Daniel Stone <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/vulkan/wsi/wsi_common_private.h')
-rw-r--r-- | src/vulkan/wsi/wsi_common_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vulkan/wsi/wsi_common_private.h b/src/vulkan/wsi/wsi_common_private.h index c5002ec8eca..781e84635f9 100644 --- a/src/vulkan/wsi/wsi_common_private.h +++ b/src/vulkan/wsi/wsi_common_private.h @@ -35,6 +35,7 @@ struct wsi_image { VkCommandBuffer *blit_cmd_buffers; } prime; + uint64_t drm_modifier; int num_planes; uint32_t sizes[4]; uint32_t offsets[4]; |