Lines Matching refs:drm_framebuffer
25 struct drm_framebuffer base;
32 static int msm_framebuffer_create_handle(struct drm_framebuffer *fb, in msm_framebuffer_create_handle()
41 static void msm_framebuffer_destroy(struct drm_framebuffer *fb) in msm_framebuffer_destroy()
59 static int msm_framebuffer_dirty(struct drm_framebuffer *fb, in msm_framebuffer_dirty()
73 void msm_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in msm_framebuffer_describe()
95 int msm_framebuffer_prepare(struct drm_framebuffer *fb, int id) in msm_framebuffer_prepare()
111 void msm_framebuffer_cleanup(struct drm_framebuffer *fb, int id) in msm_framebuffer_cleanup()
120 uint32_t msm_framebuffer_iova(struct drm_framebuffer *fb, int id, int plane) in msm_framebuffer_iova()
128 struct drm_gem_object *msm_framebuffer_bo(struct drm_framebuffer *fb, int plane) in msm_framebuffer_bo()
134 const struct msm_format *msm_framebuffer_format(struct drm_framebuffer *fb) in msm_framebuffer_format()
140 struct drm_framebuffer *msm_framebuffer_create(struct drm_device *dev, in msm_framebuffer_create()
144 struct drm_framebuffer *fb; in msm_framebuffer_create()
170 struct drm_framebuffer *msm_framebuffer_init(struct drm_device *dev, in msm_framebuffer_init()
176 struct drm_framebuffer *fb; in msm_framebuffer_init()