Searched refs:framestart_delay (Results 1 – 3 of 3) sorted by relevance
127 return guardband - crtc_state->framestart_delay - 1; in intel_vrr_guardband_to_pipeline_full()134 return pipeline_full + crtc_state->framestart_delay + 1; in intel_vrr_pipeline_full_to_guardband()
1620 HSW_FRAME_START_DELAY(crtc_state->framestart_delay - 1)); in hsw_set_frame_start_delay()3036 val |= TRANSCONF_FRAME_START_DELAY(crtc_state->framestart_delay - 1); in i9xx_set_pipeconf()3116 pipe_config->framestart_delay = REG_FIELD_GET(TRANSCONF_FRAME_START_DELAY_MASK, tmp) + 1; in i9xx_get_pipe_config()3231 val |= TRANSCONF_FRAME_START_DELAY(crtc_state->framestart_delay - 1); in ilk_set_pipeconf()3467 pipe_config->framestart_delay = REG_FIELD_GET(TRANSCONF_FRAME_START_DELAY_MASK, tmp) + 1; in ilk_get_pipe_config()4004 pipe_config->framestart_delay = REG_FIELD_GET(HSW_FRAME_START_DELAY_MASK, tmp) + 1; in hsw_get_pipe_config()4007 pipe_config->framestart_delay = 1; in hsw_get_pipe_config()4699 crtc_state->framestart_delay = 1; in intel_modeset_pipe_config()5315 PIPE_CONF_CHECK_I(framestart_delay); in intel_pipe_config_compare()
1287 u8 framestart_delay; /* 1-4 */ member