Searched defs:msm_gem_object (Results 1 – 1 of 1) sorted by relevance
76 struct msm_gem_object { struct77 struct drm_gem_object base;79 uint32_t flags;86 uint8_t madv;91 uint8_t vmap_count;97 struct list_head node;99 struct page **pages;123 #define to_msm_bo(x) container_of(x, struct msm_gem_object, base) argument