Lines Matching full:scrambling
2294 * scrambling is supported.
2300 * problem : the platform and the sink both support scrambling but the
2303 * So go for scrambling, based on the max tmds clock taking into account,
2377 if (scdc->scrambling.supported && source_supports_scrambling(encoder)) {
2378 if (scdc->scrambling.low_rates)
2664 * intel_hdmi_handle_sink_scrambling: handle sink scrambling/clock ratio setup
2668 * or reset the high tmds clock ratio for scrambling
2669 * @scrambling: bool to Indicate if the function needs to set or reset
2670 * sink scrambling
2672 * This function handles scrambling on HDMI 2.0 capable sinks.
2673 * If required clock rate is > 340 Mhz && scrambling is supported by sink
2674 * it enables scrambling. This should be called before enabling the HDMI
2675 * 2.0 port, as the sink can choose to disable the scrambling if it doesn't
2684 bool scrambling)
2688 &connector->display_info.hdmi.scdc.scrambling;
2694 "[CONNECTOR:%d:%s] scrambling=%s, TMDS bit clock ratio=1/%d\n",
2696 str_yes_no(scrambling), high_tmds_clock_ratio ? 40 : 10);
2698 /* Set TMDS bit clock ratio to 1/40 or 1/10, and enable/disable scrambling */
2700 drm_scdc_set_scrambling(connector, scrambling);