Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_pps_regs.h71 #define PANEL_LIGHT_OFF_DELAY_MASK REG_GENMASK(12, 0) macro
Dintel_lvds.c173 pps->tx = REG_FIELD_GET(PANEL_LIGHT_OFF_DELAY_MASK, val); in intel_lvds_pps_get_hw_state()
226 REG_FIELD_PREP(PANEL_LIGHT_OFF_DELAY_MASK, pps->tx)); in intel_lvds_pps_init_hw()
Dintel_pps.c1288 seq->t9 = REG_FIELD_GET(PANEL_LIGHT_OFF_DELAY_MASK, pp_off); in intel_pps_readout_hw_state()
1510 pp_off = REG_FIELD_PREP(PANEL_LIGHT_OFF_DELAY_MASK, seq->t9) | in pps_init_registers()
/linux-6.6.21/drivers/gpu/drm/gma500/
Dpsb_intel_reg.h196 #define PANEL_LIGHT_OFF_DELAY_MASK (0x1fff) macro
Dcdv_intel_dp.c2040 cur.t9 = (pp_off & PANEL_LIGHT_OFF_DELAY_MASK) >> in cdv_intel_dp_init()