Lines Matching refs:output_format
729 if (crtc_state->output_format == INTEL_OUTPUT_FORMAT_YCBCR420) in intel_hdmi_compute_avi_infoframe()
731 else if (crtc_state->output_format == INTEL_OUTPUT_FORMAT_YCBCR444) in intel_hdmi_compute_avi_infoframe()
740 crtc_state->output_format != INTEL_OUTPUT_FORMAT_RGB); in intel_hdmi_compute_avi_infoframe()
742 if (crtc_state->output_format == INTEL_OUTPUT_FORMAT_RGB) { in intel_hdmi_compute_avi_infoframe()
1808 return crtc_state->output_format == INTEL_OUTPUT_FORMAT_YCBCR420; in intel_hdmi_is_ycbcr420()
2162 if (crtc_state->output_format != INTEL_OUTPUT_FORMAT_RGB) in intel_hdmi_limited_color_range()
2214 crtc_state->output_format = intel_hdmi_output_format(connector, ycbcr_420_only); in intel_hdmi_compute_output_format()
2219 crtc_state->output_format = INTEL_OUTPUT_FORMAT_RGB; in intel_hdmi_compute_output_format()
2229 crtc_state->output_format = intel_hdmi_output_format(connector, true); in intel_hdmi_compute_output_format()
2250 pipe_config->output_format = INTEL_OUTPUT_FORMAT_RGB; in intel_hdmi_compute_config()
3076 if (crtc_state->output_format == INTEL_OUTPUT_FORMAT_YCBCR444 || in intel_hdmi_dsc_get_num_slices()
3077 crtc_state->output_format == INTEL_OUTPUT_FORMAT_RGB) in intel_hdmi_dsc_get_num_slices()
3155 int output_format, bool hdmi_all_bpp, in intel_hdmi_dsc_get_bpp() argument
3174 if (output_format == INTEL_OUTPUT_FORMAT_YCBCR420) { in intel_hdmi_dsc_get_bpp()
3177 } else if (output_format == INTEL_OUTPUT_FORMAT_YCBCR444 || in intel_hdmi_dsc_get_bpp()
3178 output_format == INTEL_OUTPUT_FORMAT_RGB) { in intel_hdmi_dsc_get_bpp()