Lines Matching refs:crtc_hdisplay
1134 adjusted_mode->crtc_hdisplay = in bxt_dsi_get_pipe_config()
1144 hactive = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1174 adjusted_mode->crtc_hsync_start = hfp + adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1176 adjusted_mode->crtc_hblank_start = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1197 adjusted_mode_sw->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1230 crtc_htotal_sw = adjusted_mode_sw->crtc_hdisplay + hfp_sw + in bxt_dsi_get_pipe_config()
1232 crtc_hsync_start_sw = hfp_sw + adjusted_mode_sw->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1234 crtc_hblank_start_sw = adjusted_mode_sw->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1305 hactive = adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1306 hfp = adjusted_mode->crtc_hsync_start - adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1340 adjusted_mode->crtc_hdisplay); in set_dsi_timings()
1398 mode_hdisplay = adjusted_mode->crtc_hdisplay; in intel_dsi_prepare()