Lines Matching refs:drm_framebuffer
19 struct drm_framebuffer base;
24 static struct drm_framebuffer *msm_framebuffer_init(struct drm_device *dev,
34 void msm_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in msm_framebuffer_describe()
56 int msm_framebuffer_prepare(struct drm_framebuffer *fb, in msm_framebuffer_prepare()
72 void msm_framebuffer_cleanup(struct drm_framebuffer *fb, in msm_framebuffer_cleanup()
81 uint32_t msm_framebuffer_iova(struct drm_framebuffer *fb, in msm_framebuffer_iova()
89 struct drm_gem_object *msm_framebuffer_bo(struct drm_framebuffer *fb, int plane) in msm_framebuffer_bo()
94 const struct msm_format *msm_framebuffer_format(struct drm_framebuffer *fb) in msm_framebuffer_format()
100 struct drm_framebuffer *msm_framebuffer_create(struct drm_device *dev, in msm_framebuffer_create()
106 struct drm_framebuffer *fb; in msm_framebuffer_create()
131 static struct drm_framebuffer *msm_framebuffer_init(struct drm_device *dev, in msm_framebuffer_init()
139 struct drm_framebuffer *fb; in msm_framebuffer_init()
207 struct drm_framebuffer *
217 struct drm_framebuffer *fb; in msm_alloc_stolen_fb()