summaryrefslogtreecommitdiff
path: root/va/wayland/va_backend_wayland.h
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2016-07-19 16:19:58 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2016-09-19 14:03:30 +0800
commita55ea7cb3143d57c8dba1b76ccea3511ea69adf2 (patch)
tree8033e0b16a5b803b9ceb49f9d2fdf399488b2d2c /va/wayland/va_backend_wayland.h
parentd8719fb8b2d999c3de64def3a801778021c71f84 (diff)
downloadlibva-a55ea7cb3143d57c8dba1b76ccea3511ea69adf2.tar.gz
wayland: Check whether prime fd can be used in buffer sharing mechanism
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'va/wayland/va_backend_wayland.h')
-rw-r--r--va/wayland/va_backend_wayland.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/va/wayland/va_backend_wayland.h b/va/wayland/va_backend_wayland.h
index b33e3a1..67d0004 100644
--- a/va/wayland/va_backend_wayland.h
+++ b/va/wayland/va_backend_wayland.h
@@ -60,6 +60,9 @@ struct VADriverVTableWayland {
unsigned int flags,
struct wl_buffer **out_buffer
);
+
+ /** \brief Indicate whether buffer sharing with prime fd is supported. */
+ unsigned int has_prime_sharing;
};
#endif /* VA_BACKEND_WAYLAND_H */