Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_panel.c793 pch_ctl1 |= BLM_PCH_POLARITY; in bdw_enable_backlight()
847 pch_ctl1 |= BLM_PCH_POLARITY; in pch_enable_backlight()
1161 panel->backlight.active_low_pwm = pch_ctl1 & BLM_PCH_POLARITY; in bdw_setup_backlight()
1187 panel->backlight.active_low_pwm = pch_ctl1 & BLM_PCH_POLARITY; in pch_setup_backlight()
Di915_reg.h3233 #define BLM_PCH_POLARITY (1 << 29) macro