Lines Matching refs:crtc_hdisplay
1131 adjusted_mode->crtc_hdisplay = in bxt_dsi_get_pipe_config()
1138 hactive = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1168 adjusted_mode->crtc_hsync_start = hfp + adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1170 adjusted_mode->crtc_hblank_start = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1191 adjusted_mode_sw->crtc_hdisplay; 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()
1326 hactive = adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1327 hfp = adjusted_mode->crtc_hsync_start - adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1361 adjusted_mode->crtc_hdisplay); in set_dsi_timings()
1416 mode_hdisplay = adjusted_mode->crtc_hdisplay; in intel_dsi_prepare()