Searched refs:supported_formats (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.h26 * @supported_formats: supported formats by dpu HW
31 static inline bool dpu_find_format(u32 format, const u32 *supported_formats, argument
38 if (format == supported_formats[i])
H A Ddpu_plane.c710 const u32 *supported_formats; local
723 supported_formats = sblk->rotation_cfg->rot_format_list;
727 !dpu_find_format(fmt->base.pixel_format, supported_formats, num_formats))
/linux-master/drivers/gpu/drm/arm/
H A Dhdlcd_crtc.c76 static struct simplefb_format supported_formats[] = SIMPLEFB_FORMATS; variable in typeref:struct:simplefb_format
92 for (i = 0; i < ARRAY_SIZE(supported_formats); i++) {
93 if (supported_formats[i].fourcc == pixel_format)
94 format = &supported_formats[i];
301 u32 formats[ARRAY_SIZE(supported_formats)], i;
303 for (i = 0; i < ARRAY_SIZE(supported_formats); i++)
304 formats[i] = supported_formats[i].fourcc;
/linux-master/drivers/media/i2c/
H A Dgc2145.c557 static const struct gc2145_format supported_formats[] = { variable in typeref:struct:gc2145_format
631 for (i = 0; i < ARRAY_SIZE(supported_formats); i++) {
632 if (supported_formats[i].code == code)
636 if (i >= ARRAY_SIZE(supported_formats))
639 return &supported_formats[i];
709 if (code->index >= ARRAY_SIZE(supported_formats))
712 code->code = supported_formats[code->index].code;
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c4569 const enum ia_css_frame_format *supported_formats; local
4582 supported_formats = pipe->pipe_settings.video.video_binary.info->output_formats;
4586 if (supported_formats[i] == format) {

Completed in 144 milliseconds