Lines Matching refs:pixel_format
44 int i, n = drm_format_num_planes(fb->pixel_format); in msm_framebuffer_destroy()
76 int i, n = drm_format_num_planes(fb->pixel_format); in msm_framebuffer_describe()
79 fb->width, fb->height, (char *)&fb->pixel_format, in msm_framebuffer_describe()
98 int ret, i, n = drm_format_num_planes(fb->pixel_format); in msm_framebuffer_prepare()
114 int i, n = drm_format_num_planes(fb->pixel_format); in msm_framebuffer_cleanup()
145 int ret, i, n = drm_format_num_planes(mode_cmd->pixel_format); in msm_framebuffer_create()
183 (char *)&mode_cmd->pixel_format); in msm_framebuffer_init()
185 n = drm_format_num_planes(mode_cmd->pixel_format); in msm_framebuffer_init()
186 hsub = drm_format_horz_chroma_subsampling(mode_cmd->pixel_format); in msm_framebuffer_init()
187 vsub = drm_format_vert_chroma_subsampling(mode_cmd->pixel_format); in msm_framebuffer_init()
189 format = kms->funcs->get_format(kms, mode_cmd->pixel_format); in msm_framebuffer_init()
192 (char *)&mode_cmd->pixel_format); in msm_framebuffer_init()
218 + width * drm_format_plane_cpp(mode_cmd->pixel_format, i) in msm_framebuffer_init()