Home
last modified time | relevance | path

Searched refs:outputs_enable (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/i915/
Ddvo_ch7017.c262 uint8_t outputs_enable, lvds_control_2, lvds_power_down; in ch7017_mode_set() local
272 outputs_enable = CH7017_LVDS_CHANNEL_A | CH7017_CHARGE_PUMP_LOW; in ch7017_mode_set()
282 outputs_enable = CH7017_LVDS_CHANNEL_A | CH7017_CHARGE_PUMP_HIGH; in ch7017_mode_set()
290 outputs_enable |= CH7017_LVDS_CHANNEL_B; in ch7017_mode_set()
324 ch7017_write(dvo, CH7017_OUTPUTS_ENABLE, outputs_enable); in ch7017_mode_set()