Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_hdmi.c1806 static bool intel_hdmi_is_ycbcr420(const struct intel_crtc_state *crtc_state) in intel_hdmi_is_ycbcr420() function
2068 if (intel_hdmi_is_ycbcr420(crtc_state) && in hdmi_bpc_possible()
2075 intel_hdmi_is_ycbcr420(crtc_state)); in hdmi_bpc_possible()
2083 bool ycbcr420_output = intel_hdmi_is_ycbcr420(crtc_state); in intel_hdmi_compute_bpc()
2131 intel_hdmi_tmds_clock(clock, bpc, intel_hdmi_is_ycbcr420(crtc_state)); in intel_hdmi_compute_clock()
2216 if (ycbcr_420_only && !intel_hdmi_is_ycbcr420(crtc_state)) { in intel_hdmi_compute_output_format()
2224 if (intel_hdmi_is_ycbcr420(crtc_state) || in intel_hdmi_compute_output_format()
2280 if (intel_hdmi_is_ycbcr420(pipe_config)) { in intel_hdmi_compute_config()