summaryrefslogtreecommitdiff
path: root/va/va_drmcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'va/va_drmcommon.h')
-rw-r--r--va/va_drmcommon.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/va/va_drmcommon.h b/va/va_drmcommon.h
index bb00fd4..47dd371 100644
--- a/va/va_drmcommon.h
+++ b/va/va_drmcommon.h
@@ -68,4 +68,9 @@ struct drm_state {
int auth_type;
};
+/** \brief Kernel DRM buffer memory type "KDRM" in fourcc */
+#define VA_SURFACE_ATTRIB_MEM_TYPE_KERNEL_DRM 0x4D52444B
+/** \brief DRM PRIME memory type "DPRI" in fourcc */
+#define VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME 0x49525044
+
#endif /* VA_DRM_COMMON_H */