Searched refs:framestart_delay (Results 1 – 3 of 3) sorted by relevance
126 return guardband - crtc_state->framestart_delay - 1; in intel_vrr_guardband_to_pipeline_full()133 return pipeline_full + crtc_state->framestart_delay + 1; in intel_vrr_pipeline_full_to_guardband()
1597 HSW_FRAME_START_DELAY(crtc_state->framestart_delay - 1)); in hsw_set_frame_start_delay()3013 val |= TRANSCONF_FRAME_START_DELAY(crtc_state->framestart_delay - 1); in i9xx_set_pipeconf()3093 pipe_config->framestart_delay = REG_FIELD_GET(TRANSCONF_FRAME_START_DELAY_MASK, tmp) + 1; in i9xx_get_pipe_config()3208 val |= TRANSCONF_FRAME_START_DELAY(crtc_state->framestart_delay - 1); in ilk_set_pipeconf()3444 pipe_config->framestart_delay = REG_FIELD_GET(TRANSCONF_FRAME_START_DELAY_MASK, tmp) + 1; in ilk_get_pipe_config()3981 pipe_config->framestart_delay = REG_FIELD_GET(HSW_FRAME_START_DELAY_MASK, tmp) + 1; in hsw_get_pipe_config()3984 pipe_config->framestart_delay = 1; in hsw_get_pipe_config()4661 crtc_state->framestart_delay = 1; in intel_modeset_pipe_config()5305 PIPE_CONF_CHECK_I(framestart_delay); in intel_pipe_config_compare()
1286 u8 framestart_delay; /* 1-4 */ member