libkms: move sources lists to makefile.sources
[platform/upstream/libdrm.git] / freedreno / freedreno_priv.h
index 416a3b3..b204e53 100644 (file)
@@ -139,6 +139,7 @@ struct fd_bo {
        uint32_t size;
        uint32_t handle;
        uint32_t name;
+       int fd;          /* dmabuf handle */
        void *map;
        atomic_t refcnt;
        struct fd_bo_funcs *funcs;