Searched refs:supported_formats (Results 1 – 4 of 4) sorted by relevance
76 static struct simplefb_format supported_formats[] = SIMPLEFB_FORMATS; variable92 for (i = 0; i < ARRAY_SIZE(supported_formats); i++) { in hdlcd_set_pxl_fmt()93 if (supported_formats[i].fourcc == pixel_format) in hdlcd_set_pxl_fmt()94 format = &supported_formats[i]; in hdlcd_set_pxl_fmt()301 u32 formats[ARRAY_SIZE(supported_formats)], i; in hdlcd_plane_init()303 for (i = 0; i < ARRAY_SIZE(supported_formats); i++) in hdlcd_plane_init()304 formats[i] = supported_formats[i].fourcc; in hdlcd_plane_init()
31 static inline bool dpu_find_format(u32 format, const u32 *supported_formats, in dpu_find_format() argument38 if (format == supported_formats[i]) in dpu_find_format()
710 const u32 *supported_formats; in dpu_plane_check_inline_rotation() local723 supported_formats = sblk->rotation_cfg->rot_format_list; in dpu_plane_check_inline_rotation()727 !dpu_find_format(fmt->base.pixel_format, supported_formats, num_formats)) in dpu_plane_check_inline_rotation()
4616 const enum ia_css_frame_format *supported_formats; in ia_css_pipe_check_format() local4629 supported_formats = pipe->pipe_settings.video.video_binary.info->output_formats; in ia_css_pipe_check_format()4633 if (supported_formats[i] == format) { in ia_css_pipe_check_format()