Lines Matching full:scrambling

2259 	 * scrambling is supported.  in source_supports_scrambling()
2265 * problem : the platform and the sink both support scrambling but the in source_supports_scrambling()
2268 * So go for scrambling, based on the max tmds clock taking into account, in source_supports_scrambling()
2342 if (scdc->scrambling.supported && source_supports_scrambling(encoder)) { in intel_hdmi_compute_config()
2343 if (scdc->scrambling.low_rates) in intel_hdmi_compute_config()
2665 * intel_hdmi_handle_sink_scrambling: handle sink scrambling/clock ratio setup
2669 * or reset the high tmds clock ratio for scrambling
2670 * @scrambling: bool to Indicate if the function needs to set or reset
2671 * sink scrambling
2673 * This function handles scrambling on HDMI 2.0 capable sinks.
2674 * If required clock rate is > 340 Mhz && scrambling is supported by sink
2675 * it enables scrambling. This should be called before enabling the HDMI
2676 * 2.0 port, as the sink can choose to disable the scrambling if it doesn't
2685 bool scrambling) in intel_hdmi_handle_sink_scrambling() argument
2689 &connector->display_info.hdmi.scdc.scrambling; in intel_hdmi_handle_sink_scrambling()
2695 "[CONNECTOR:%d:%s] scrambling=%s, TMDS bit clock ratio=1/%d\n", in intel_hdmi_handle_sink_scrambling()
2697 str_yes_no(scrambling), high_tmds_clock_ratio ? 40 : 10); in intel_hdmi_handle_sink_scrambling()
2699 /* Set TMDS bit clock ratio to 1/40 or 1/10, and enable/disable scrambling */ in intel_hdmi_handle_sink_scrambling()
2701 drm_scdc_set_scrambling(connector, scrambling); in intel_hdmi_handle_sink_scrambling()