Home
last modified time | relevance | path

Searched refs:supported_formats (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/arm/
Dhdlcd_crtc.c77 static struct simplefb_format supported_formats[] = SIMPLEFB_FORMATS; variable
93 for (i = 0; i < ARRAY_SIZE(supported_formats); i++) { in hdlcd_set_pxl_fmt()
94 if (supported_formats[i].fourcc == pixel_format) in hdlcd_set_pxl_fmt()
95 format = &supported_formats[i]; in hdlcd_set_pxl_fmt()
297 u32 formats[ARRAY_SIZE(supported_formats)], i; in hdlcd_plane_init()
304 for (i = 0; i < ARRAY_SIZE(supported_formats); i++) in hdlcd_plane_init()
305 formats[i] = supported_formats[i].fourcc; in hdlcd_plane_init()
/Linux-v5.10/drivers/staging/media/atomisp/pci/
Dsh_css.c5358 const enum ia_css_frame_format *supported_formats; in ia_css_pipe_check_format() local
5372 supported_formats = pipe->pipe_settings.video.video_binary.info->output_formats; in ia_css_pipe_check_format()
5377 if (supported_formats[i] == format) { in ia_css_pipe_check_format()