Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_pps_regs.h54 #define PANEL_POWER_RESET REG_BIT(1) macro
Dintel_lvds.c165 PP_CONTROL(dev_priv, 0)) & PANEL_POWER_RESET; in intel_lvds_pps_get_hw_state()
217 val |= PANEL_POWER_RESET; in intel_lvds_pps_init_hw()
Dintel_pps.c974 pp &= ~PANEL_POWER_RESET; in intel_pps_on_unlocked()
989 pp |= PANEL_POWER_RESET; in intel_pps_on_unlocked()
1002 pp |= PANEL_POWER_RESET; /* restore panel reset bit */ in intel_pps_on_unlocked()
1044 pp &= ~(PANEL_POWER_ON | PANEL_POWER_RESET | EDP_FORCE_VDD | in intel_pps_off_unlocked()