Lines Matching full:tmds
175 * Writes the TMDS config register over SCDC channel, and:
191 "[CONNECTOR:%d:%s] Failed to read TMDS config: %d\n", in drm_scdc_set_scrambling()
214 * drm_scdc_set_high_tmds_clock_ratio - set TMDS clock ratio
219 * TMDS clock ratio calculations go like this:
220 * TMDS character = 10 bit TMDS encoded value
222 * TMDS character rate = The rate at which TMDS characters are
225 * TMDS bit rate = 10x TMDS character rate
228 * TMDS clock rate for pixel clock < 340 MHz = 1x the character
231 * TMDS clock rate for pixel clock > 340 MHz = 0.25x the character
234 * Writes to the TMDS config register over SCDC channel, and:
235 * sets TMDS clock ratio to 1/40 when set = 1
237 * sets TMDS clock ratio to 1/10 when set = 0
251 "[CONNECTOR:%d:%s] Failed to read TMDS config: %d\n", in drm_scdc_set_high_tmds_clock_ratio()
264 "[CONNECTOR:%d:%s] Failed to set TMDS clock ratio: %d\n", in drm_scdc_set_high_tmds_clock_ratio()
271 * 100ms after writing the TMDS config for clock ratio. Lets allow a in drm_scdc_set_high_tmds_clock_ratio()