Home | History | Annotate | Download | only in drm

Lines Matching defs:config

162  * Writes the TMDS config register over SCDC channel, and:
171 u8 config;
174 ret = drm_scdc_readb(adapter, SCDC_TMDS_CONFIG, &config);
176 DRM_DEBUG_KMS("Failed to read TMDS config: %d\n", ret);
181 config |= SCDC_SCRAMBLING_ENABLE;
183 config &= ~SCDC_SCRAMBLING_ENABLE;
185 ret = drm_scdc_writeb(adapter, SCDC_TMDS_CONFIG, config);
216 * Writes to the TMDS config register over SCDC channel, and:
226 u8 config;
229 ret = drm_scdc_readb(adapter, SCDC_TMDS_CONFIG, &config);
231 DRM_DEBUG_KMS("Failed to read TMDS config: %d\n", ret);
236 config |= SCDC_TMDS_BIT_CLOCK_RATIO_BY_40;
238 config &= ~SCDC_TMDS_BIT_CLOCK_RATIO_BY_40;
240 ret = drm_scdc_writeb(adapter, SCDC_TMDS_CONFIG, config);
248 * 100ms after writing the TMDS config for clock ratio. Lets allow a