Searched refs:sink_format (Results 1 – 13 of 13) sorted by relevance
641 struct v4l2_mbus_framefmt *sink_format; in rzg2l_csi2_set_format() local649 sink_format = v4l2_subdev_state_get_format(state, RZG2L_CSI2_SINK); in rzg2l_csi2_set_format()652 sink_format->code = rzg2l_csi2_formats[0].code; in rzg2l_csi2_set_format()654 sink_format->code = fmt->format.code; in rzg2l_csi2_set_format()656 sink_format->field = V4L2_FIELD_NONE; in rzg2l_csi2_set_format()657 sink_format->colorspace = fmt->format.colorspace; in rzg2l_csi2_set_format()658 sink_format->xfer_func = fmt->format.xfer_func; in rzg2l_csi2_set_format()659 sink_format->ycbcr_enc = fmt->format.ycbcr_enc; in rzg2l_csi2_set_format()660 sink_format->quantization = fmt->format.quantization; in rzg2l_csi2_set_format()661 sink_format->width = clamp_t(u32, fmt->format.width, in rzg2l_csi2_set_format()[all …]
1099 enum intel_output_format sink_format) in dfp_can_convert_from_rgb() argument1104 if (sink_format == INTEL_OUTPUT_FORMAT_YCBCR444) in dfp_can_convert_from_rgb()1107 if (sink_format == INTEL_OUTPUT_FORMAT_YCBCR420) in dfp_can_convert_from_rgb()1116 enum intel_output_format sink_format) in dfp_can_convert_from_ycbcr444() argument1121 if (sink_format == INTEL_OUTPUT_FORMAT_YCBCR420) in dfp_can_convert_from_ycbcr444()1130 enum intel_output_format sink_format) in dfp_can_convert() argument1134 return dfp_can_convert_from_rgb(intel_dp, sink_format); in dfp_can_convert()1136 return dfp_can_convert_from_ycbcr444(intel_dp, sink_format); in dfp_can_convert()1147 enum intel_output_format sink_format) in intel_dp_output_format() argument1157 sink_format != force_dsc_output_format || in intel_dp_output_format()[all …]
281 pipe_config->sink_format = INTEL_OUTPUT_FORMAT_RGB; in intel_dvo_compute_config()
454 crtc_state->sink_format = INTEL_OUTPUT_FORMAT_RGB; in intel_lvds_compute_config()
408 crtc_state->sink_format = INTEL_OUTPUT_FORMAT_RGB; in intel_crt_compute_config()
1318 enum intel_output_format sink_format; member
1213 pipe_config->sink_format = INTEL_OUTPUT_FORMAT_RGB; in intel_tv_compute_config()
628 pipe_config->sink_format = INTEL_OUTPUT_FORMAT_RGB; in mst_stream_compute_config()
281 pipe_config->sink_format = INTEL_OUTPUT_FORMAT_RGB; in intel_dsi_compute_config()
1671 pipe_config->sink_format = INTEL_OUTPUT_FORMAT_RGB; in gen11_dsi_compute_config()
3067 pipe_config->sink_format = pipe_config->output_format; in i9xx_get_pipe_config()3440 pipe_config->sink_format = pipe_config->output_format; in ilk_get_pipe_config()4013 pipe_config->sink_format = pipe_config->output_format; in hsw_get_pipe_config()
1377 pipe_config->sink_format = INTEL_OUTPUT_FORMAT_RGB; in intel_sdvo_compute_config()
1338 struct v4l2_mbus_framefmt *sink_format, *source_format; in unicam_subdev_set_format() local1397 sink_format = v4l2_subdev_state_get_format(state, format->pad, in unicam_subdev_set_format()1401 *sink_format = format->format; in unicam_subdev_set_format()