Lines Matching full:scrambling

2307 	 * scrambling is supported.  in source_supports_scrambling()
2313 * problem : the platform and the sink both support scrambling but the in source_supports_scrambling()
2316 * So go for scrambling, based on the max tmds clock taking into account, in source_supports_scrambling()
2390 if (scdc->scrambling.supported && source_supports_scrambling(encoder)) { in intel_hdmi_compute_config()
2391 if (scdc->scrambling.low_rates) in intel_hdmi_compute_config()
2679 * intel_hdmi_handle_sink_scrambling: handle sink scrambling/clock ratio setup
2683 * or reset the high tmds clock ratio for scrambling
2684 * @scrambling: bool to Indicate if the function needs to set or reset
2685 * sink scrambling
2687 * This function handles scrambling on HDMI 2.0 capable sinks.
2688 * If required clock rate is > 340 Mhz && scrambling is supported by sink
2689 * it enables scrambling. This should be called before enabling the HDMI
2690 * 2.0 port, as the sink can choose to disable the scrambling if it doesn't
2699 bool scrambling) in intel_hdmi_handle_sink_scrambling() argument
2703 &connector->display_info.hdmi.scdc.scrambling; in intel_hdmi_handle_sink_scrambling()
2709 "[CONNECTOR:%d:%s] scrambling=%s, TMDS bit clock ratio=1/%d\n", in intel_hdmi_handle_sink_scrambling()
2711 str_yes_no(scrambling), high_tmds_clock_ratio ? 40 : 10); in intel_hdmi_handle_sink_scrambling()
2713 /* Set TMDS bit clock ratio to 1/40 or 1/10, and enable/disable scrambling */ in intel_hdmi_handle_sink_scrambling()
2715 drm_scdc_set_scrambling(connector, scrambling); in intel_hdmi_handle_sink_scrambling()