Lines Matching refs:drm_framebuffer
36 struct drm_framebuffer;
53 void (*destroy)(struct drm_framebuffer *framebuffer);
73 int (*create_handle)(struct drm_framebuffer *fb,
97 int (*dirty)(struct drm_framebuffer *framebuffer,
117 struct drm_framebuffer { struct
204 #define obj_to_fb(x) container_of(x, struct drm_framebuffer, base) argument
207 struct drm_framebuffer *fb,
209 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,
212 void drm_framebuffer_remove(struct drm_framebuffer *fb);
213 void drm_framebuffer_cleanup(struct drm_framebuffer *fb);
214 void drm_framebuffer_unregister_private(struct drm_framebuffer *fb);
222 static inline void drm_framebuffer_get(struct drm_framebuffer *fb) in drm_framebuffer_get()
234 static inline void drm_framebuffer_put(struct drm_framebuffer *fb) in drm_framebuffer_put()
245 static inline uint32_t drm_framebuffer_read_refcount(const struct drm_framebuffer *fb) in drm_framebuffer_read_refcount()
258 static inline void drm_framebuffer_assign(struct drm_framebuffer **p, in drm_framebuffer_assign()
259 struct drm_framebuffer *fb) in drm_framebuffer_assign()
279 struct drm_framebuffer, head); \
292 struct drm_framebuffer base;