freedreno: Enable GL_EXT_memory_object and GL_EXT_memory_object_fd
[mesa.git] / src / freedreno / drm / freedreno_drmif.h
index a14ab60cf7cc2e5a3268246863a49cce63afd295..15038475e7427afc7e8dd088d46921e0f35b2cdf 100644 (file)
@@ -94,6 +94,7 @@ enum fd_version {
        FD_VERSION_BO_IOVA = 3,            /* supports fd_bo_get/put_iova() */
        FD_VERSION_SOFTPIN = 4,            /* adds softpin, bo name, and dump flag */
        FD_VERSION_ROBUSTNESS = 5,         /* adds FD_NR_FAULTS and FD_PP_PGTABLE */
+       FD_VERSION_MEMORY_FD = 2,          /* supports shared memory objects */
 };
 enum fd_version fd_device_version(struct fd_device *dev);