Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_backlight_regs.h37 #define BLM_POLARITY_I965 (1 << 28) /* gen4 only */ macro
H A Dintel_backlight.c624 ctl2 |= BLM_POLARITY_I965; in i965_enable_backlight()
657 ctl2 |= BLM_POLARITY_I965; in vlv_enable_backlight()
1351 panel->backlight.active_low_pwm = ctl2 & BLM_POLARITY_I965; in i965_setup_backlight()
1386 panel->backlight.active_low_pwm = ctl2 & BLM_POLARITY_I965; in vlv_setup_backlight()
/openbmc/u-boot/drivers/video/
H A Di915_reg.h48 #define BLM_POLARITY_I965 (1 << 28) /* gen4 only */ macro