Lines Matching refs:msm_gem_object
49 struct msm_gem_object { struct
107 #define to_msm_bo(x) container_of(x, struct msm_gem_object, base) argument
199 static inline bool is_active(struct msm_gem_object *msm_obj) in is_active()
206 static inline bool is_unpurgeable(struct msm_gem_object *msm_obj) in is_unpurgeable()
211 static inline bool is_purgeable(struct msm_gem_object *msm_obj) in is_purgeable()
217 static inline bool is_vunmapable(struct msm_gem_object *msm_obj) in is_vunmapable()
223 static inline void mark_purgeable(struct msm_gem_object *msm_obj) in mark_purgeable()
239 static inline void mark_unpurgeable(struct msm_gem_object *msm_obj) in mark_unpurgeable()
256 static inline bool is_unevictable(struct msm_gem_object *msm_obj) in is_unevictable()
261 static inline void mark_evictable(struct msm_gem_object *msm_obj) in mark_evictable()
277 static inline void mark_unevictable(struct msm_gem_object *msm_obj) in mark_unevictable()
345 struct msm_gem_object *obj;