Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/arm/
H A Dhdlcd_crtc.c76 static struct simplefb_format supported_formats[] = SIMPLEFB_FORMATS; variable
92 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()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.h31 static inline bool dpu_find_format(u32 format, const u32 *supported_formats, in dpu_find_format() argument
38 if (format == supported_formats[i]) in dpu_find_format()
H A Ddpu_plane.c713 const u32 *supported_formats; in dpu_plane_check_inline_rotation() local
726 supported_formats = sblk->rotation_cfg->rot_format_list; in dpu_plane_check_inline_rotation()
730 !dpu_find_format(fmt->base.pixel_format, supported_formats, num_formats)) in dpu_plane_check_inline_rotation()
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py1422 usf_list = list(set(required_formats) - set(supported_formats()))
1526 def supported_formats(read_only=False): function
1530 if not hasattr(supported_formats, "formats"):
1531 supported_formats.formats = {}
1533 if read_only not in supported_formats.formats:
1536 supported_formats.formats[read_only] = \
1539 return supported_formats.formats[read_only]
1552 usf_list = list(set(fmts) - set(supported_formats(read_only)))
H A D136348 if 'null-co' not in iotests.supported_formats():
H A D093420 if 'null-co' not in iotests.supported_formats():
/openbmc/qemu/hw/audio/
H A Dvirtio-snd.c40 static uint32_t supported_formats = BIT(VIRTIO_SND_PCM_FMT_S8) variable
261 if (params->format >= sizeof(supported_formats) * BITS_PER_BYTE || in virtio_snd_set_pcm_params()
262 !(supported_formats & BIT(params->format))) { in virtio_snd_set_pcm_params()
452 stream->info.formats = supported_formats; in virtio_snd_pcm_prepare()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c4616 const enum ia_css_frame_format *supported_formats; in ia_css_pipe_check_format() local
4629 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()