Home
last modified time | relevance | path

Searched refs:framestart_delay (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c1597 HSW_FRAME_START_DELAY(crtc_state->framestart_delay - 1)); in hsw_set_frame_start_delay()
2985 val |= TRANSCONF_FRAME_START_DELAY(crtc_state->framestart_delay - 1); in i9xx_set_pipeconf()
3065 pipe_config->framestart_delay = REG_FIELD_GET(TRANSCONF_FRAME_START_DELAY_MASK, tmp) + 1; in i9xx_get_pipe_config()
3180 val |= TRANSCONF_FRAME_START_DELAY(crtc_state->framestart_delay - 1); in ilk_set_pipeconf()
3416 pipe_config->framestart_delay = REG_FIELD_GET(TRANSCONF_FRAME_START_DELAY_MASK, tmp) + 1; in ilk_get_pipe_config()
3958 pipe_config->framestart_delay = REG_FIELD_GET(HSW_FRAME_START_DELAY_MASK, tmp) + 1; in hsw_get_pipe_config()
3961 pipe_config->framestart_delay = 1; in hsw_get_pipe_config()
4632 crtc_state->framestart_delay = 1; in intel_modeset_pipe_config()
5304 PIPE_CONF_CHECK_I(framestart_delay); in intel_pipe_config_compare()
H A Dintel_display_types.h1258 u8 framestart_delay; /* 1-4 */ member