Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/i915/display/ | |
intel_dp.c | 1057 i915_reg_t pp_off; member in struct:pps_registers 1077 regs->pp_off = PP_OFF_DELAYS(pps_idx); 6727 u32 pp_on, pp_off, pp_ctl; local in function:intel_pps_readout_hw_state 6739 pp_off = I915_READ(regs.pp_off); 6744 seq->t9 = REG_FIELD_GET(PANEL_LIGHT_OFF_DELAY_MASK, pp_off); 6745 seq->t10 = REG_FIELD_GET(PANEL_POWER_DOWN_DELAY_MASK, pp_off); 6879 u32 pp_on, pp_off, port_sel = 0; local in function:intel_dp_init_panel_power_sequencer_registers 6916 pp_off = REG_FIELD_PREP(PANEL_LIGHT_OFF_DELAY_MASK, seq->t9) | 6943 I915_WRITE(regs.pp_off, pp_off) [all...] |