Lines Matching defs:drm_gem_object
582 struct drm_gem_object { struct
584 u_int refcount;
587 atomic_t handle_count; /* number of handles on this object */
590 struct drm_device *dev;
593 vm_object_t vm_obj;
596 bool on_map;
597 struct drm_hash_item map_list;
603 size_t size;
609 int name;
617 uint32_t read_domains;
618 uint32_t write_domain;
626 uint32_t pending_read_domains;
627 uint32_t pending_write_domain;
629 void *driver_private;
633 struct dma_buf *export_dma_buf;
636 struct dma_buf_attachment *import_attach;