Lines Matching refs:drm_framebuffer
34 struct drm_framebuffer;
218 void (*destroy)(struct drm_framebuffer *framebuffer);
219 int (*create_handle)(struct drm_framebuffer *fb,
234 int (*dirty)(struct drm_framebuffer *framebuffer,
240 struct drm_framebuffer { struct
352 struct drm_framebuffer *fb,
391 struct drm_framebuffer *fb;
620 struct drm_crtc *crtc, struct drm_framebuffer *fb,
660 struct drm_framebuffer *fb;
691 struct drm_framebuffer *fb;
714 struct drm_framebuffer **fb);
832 #define obj_to_fb(x) container_of(x, struct drm_framebuffer, base)
937 struct drm_framebuffer *fb,
939 extern void drm_framebuffer_unreference(struct drm_framebuffer *fb);
940 extern void drm_framebuffer_reference(struct drm_framebuffer *fb);
941 extern void drm_framebuffer_remove(struct drm_framebuffer *fb);
942 extern void drm_framebuffer_cleanup(struct drm_framebuffer *fb);
944 extern int drmfb_remove(struct drm_device *dev, struct drm_framebuffer *fb);