Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Ddvo_ch7017.c263 u8 outputs_enable, lvds_control_2, lvds_power_down; in ch7017_mode_set() local
273 outputs_enable = CH7017_LVDS_CHANNEL_A | CH7017_CHARGE_PUMP_LOW; in ch7017_mode_set()
283 outputs_enable = CH7017_LVDS_CHANNEL_A | CH7017_CHARGE_PUMP_HIGH; in ch7017_mode_set()
291 outputs_enable |= CH7017_LVDS_CHANNEL_B; in ch7017_mode_set()
325 ch7017_write(dvo, CH7017_OUTPUTS_ENABLE, outputs_enable); in ch7017_mode_set()