Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_backlight_regs.h110 #define UTIL_PIN_ENABLE (1 << 31) macro
Dintel_backlight.c419 val &= ~UTIL_PIN_ENABLE; in bxt_disable_backlight()
696 if (val & UTIL_PIN_ENABLE) { in bxt_enable_backlight()
699 val &= ~UTIL_PIN_ENABLE; in bxt_enable_backlight()
707 val | UTIL_PIN_PIPE(pipe) | UTIL_PIN_MODE_PWM | UTIL_PIN_ENABLE); in bxt_enable_backlight()
Dicl_dsi.c1131 tmp |= UTIL_PIN_ENABLE; in gen11_dsi_config_util_pin()
1133 tmp &= ~UTIL_PIN_ENABLE; in gen11_dsi_config_util_pin()
Dintel_display_power_well.c831 intel_de_read(dev_priv, UTIL_PIN_CTL) & UTIL_PIN_ENABLE, in assert_can_enable_dc6()
Dintel_display_power.c1175 I915_STATE_WARN(intel_de_read(dev_priv, UTIL_PIN_CTL) & UTIL_PIN_ENABLE, in assert_can_disable_lcpll()