Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dvlv_dsi.c1013 struct drm_display_mode *adjusted_mode_sw; in bxt_dsi_get_pipe_config() local
1025 adjusted_mode_sw = &crtc->config->hw.adjusted_mode; in bxt_dsi_get_pipe_config()
1108 hfp_sw = adjusted_mode_sw->crtc_hsync_start - in bxt_dsi_get_pipe_config()
1109 adjusted_mode_sw->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1110 hsync_sw = adjusted_mode_sw->crtc_hsync_end - in bxt_dsi_get_pipe_config()
1111 adjusted_mode_sw->crtc_hsync_start; in bxt_dsi_get_pipe_config()
1112 hbp_sw = adjusted_mode_sw->crtc_htotal - in bxt_dsi_get_pipe_config()
1113 adjusted_mode_sw->crtc_hsync_end; in bxt_dsi_get_pipe_config()
1142 crtc_htotal_sw = adjusted_mode_sw->crtc_hdisplay + hfp_sw + in bxt_dsi_get_pipe_config()
1144 crtc_hsync_start_sw = hfp_sw + adjusted_mode_sw->crtc_hdisplay; in bxt_dsi_get_pipe_config()
[all …]