Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/ !
H A Dintel_backlight_regs.h107 #define UTIL_PIN_ENABLE (1 << 31) macro
H A Dintel_backlight.c417 intel_de_rmw(display, UTIL_PIN_CTL, UTIL_PIN_ENABLE, 0); in bxt_disable_backlight()
691 if (val & UTIL_PIN_ENABLE) { in bxt_enable_backlight()
695 val &= ~UTIL_PIN_ENABLE; in bxt_enable_backlight()
703 val | UTIL_PIN_PIPE(pipe) | UTIL_PIN_MODE_PWM | UTIL_PIN_ENABLE); in bxt_enable_backlight()
H A Dintel_display_power_well.c871 (UTIL_PIN_ENABLE | UTIL_PIN_MODE_MASK)) == in assert_can_enable_dc6()
872 (UTIL_PIN_ENABLE | UTIL_PIN_MODE_PWM), in assert_can_enable_dc6()
H A Dicl_dsi.c1104 tmp |= UTIL_PIN_ENABLE; in gen11_dsi_config_util_pin()
1106 tmp &= ~UTIL_PIN_ENABLE; in gen11_dsi_config_util_pin()