Searched refs:supported_formats (Results 1 – 7 of 7) 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()
388 unsigned int supported_formats = BIT(HDMI_COLORSPACE_RGB); in drm_bridge_connector_init() local437 if (bridge->supported_formats) in drm_bridge_connector_init()438 supported_formats = bridge->supported_formats; in drm_bridge_connector_init()469 supported_formats, in drm_bridge_connector_init()
1683 unsigned long supported_formats; member2146 unsigned long supported_formats,
491 unsigned long supported_formats, in drmm_connector_hdmi_init() argument507 if (!supported_formats || !(supported_formats & BIT(HDMI_COLORSPACE_RGB))) in drmm_connector_hdmi_init()517 connector->hdmi.supported_formats = supported_formats; in drmm_connector_hdmi_init()
56 static const struct pisp_be_format supported_formats[] = { variable
704 const u32 *supported_formats; in dpu_plane_check_inline_rotation() local720 supported_formats = sblk->rotation_cfg->rot_format_list; in dpu_plane_check_inline_rotation()724 !dpu_find_format(fmt->pixel_format, supported_formats, num_formats)) in dpu_plane_check_inline_rotation()
4440 const enum ia_css_frame_format *supported_formats; in ia_css_pipe_check_format() local4453 supported_formats = pipe->pipe_settings.video.video_binary.info->output_formats; in ia_css_pipe_check_format()4457 if (supported_formats[i] == format) { in ia_css_pipe_check_format()