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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/va/va_drmcommon.h b/va/va_drmcommon.h
index 47dd371..76820a3 100644
--- a/va/va_drmcommon.h
+++ b/va/va_drmcommon.h
@@ -68,9 +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
+/** \brief Kernel DRM buffer memory type. */
+#define VA_SURFACE_ATTRIB_MEM_TYPE_KERNEL_DRM 0x10000000
+/** \brief DRM PRIME memory type. */
+#define VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME 0x20000000
#endif /* VA_DRM_COMMON_H */