Lines Matching refs:mode_cmd
149 struct drm_mode_fb_cmd2 *mode_cmd, in exynos_drm_framebuffer_init() argument
170 drm_helper_mode_fill_fb_struct(&exynos_fb->fb, mode_cmd); in exynos_drm_framebuffer_init()
182 static u32 exynos_drm_format_num_buffers(struct drm_mode_fb_cmd2 *mode_cmd) in exynos_drm_format_num_buffers() argument
186 if (mode_cmd->pixel_format != DRM_FORMAT_NV12) in exynos_drm_format_num_buffers()
187 return drm_format_num_planes(mode_cmd->pixel_format); in exynos_drm_format_num_buffers()
190 if (!mode_cmd->handles[cnt]) in exynos_drm_format_num_buffers()
211 if (mode_cmd->offsets[1] && in exynos_drm_format_num_buffers()
212 mode_cmd->handles[0] == mode_cmd->handles[1]) in exynos_drm_format_num_buffers()
221 struct drm_mode_fb_cmd2 *mode_cmd) in exynos_user_fb_create() argument
236 obj = drm_gem_object_lookup(dev, file_priv, mode_cmd->handles[0]); in exynos_user_fb_create()
243 drm_helper_mode_fill_fb_struct(&exynos_fb->fb, mode_cmd); in exynos_user_fb_create()
245 exynos_fb->buf_cnt = exynos_drm_format_num_buffers(mode_cmd); in exynos_user_fb_create()
251 mode_cmd->handles[i]); in exynos_user_fb_create()