Lines Matching refs:crtc_hdisplay
1140 adjusted_mode->crtc_hdisplay = in bxt_dsi_get_pipe_config()
1150 hactive = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1180 adjusted_mode->crtc_hsync_start = hfp + adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1182 adjusted_mode->crtc_hblank_start = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1203 adjusted_mode_sw->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1236 crtc_htotal_sw = adjusted_mode_sw->crtc_hdisplay + hfp_sw + in bxt_dsi_get_pipe_config()
1238 crtc_hsync_start_sw = hfp_sw + adjusted_mode_sw->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1240 crtc_hblank_start_sw = adjusted_mode_sw->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1315 hactive = adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1316 hfp = adjusted_mode->crtc_hsync_start - adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1350 adjusted_mode->crtc_hdisplay); in set_dsi_timings()
1408 mode_hdisplay = adjusted_mode->crtc_hdisplay; in intel_dsi_prepare()