Lines Matching refs:adjusted_mode_sw
1097 struct drm_display_mode *adjusted_mode_sw; in bxt_dsi_get_pipe_config() local
1109 adjusted_mode_sw = &crtc->config->base.adjusted_mode; in bxt_dsi_get_pipe_config()
1190 hfp_sw = adjusted_mode_sw->crtc_hsync_start - in bxt_dsi_get_pipe_config()
1191 adjusted_mode_sw->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1192 hsync_sw = adjusted_mode_sw->crtc_hsync_end - in bxt_dsi_get_pipe_config()
1193 adjusted_mode_sw->crtc_hsync_start; in bxt_dsi_get_pipe_config()
1194 hbp_sw = adjusted_mode_sw->crtc_htotal - in bxt_dsi_get_pipe_config()
1195 adjusted_mode_sw->crtc_hsync_end; in bxt_dsi_get_pipe_config()
1224 crtc_htotal_sw = adjusted_mode_sw->crtc_hdisplay + hfp_sw + in bxt_dsi_get_pipe_config()
1226 crtc_hsync_start_sw = hfp_sw + adjusted_mode_sw->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1228 crtc_hblank_start_sw = adjusted_mode_sw->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1232 adjusted_mode->crtc_htotal = adjusted_mode_sw->crtc_htotal; in bxt_dsi_get_pipe_config()
1236 adjusted_mode_sw->crtc_hsync_start; in bxt_dsi_get_pipe_config()
1240 adjusted_mode_sw->crtc_hsync_end; in bxt_dsi_get_pipe_config()
1244 adjusted_mode_sw->crtc_hblank_start; in bxt_dsi_get_pipe_config()
1248 adjusted_mode_sw->crtc_hblank_end; in bxt_dsi_get_pipe_config()