Home
last modified time | relevance | path

Searched defs:drm_gem_object (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/drm/
DdrmP.h608 struct drm_gem_object { struct
610 struct kref refcount;
613 atomic_t handle_count; /* number of handles on this object */
616 struct drm_device *dev;
619 struct file *filp;
622 struct drm_map_list map_list;
628 size_t size;
634 int name;
642 uint32_t read_domains;
643 uint32_t write_domain;
[all …]