adjusted_mode_sw 1036 drivers/gpu/drm/i915/display/vlv_dsi.c 	struct drm_display_mode *adjusted_mode_sw;
adjusted_mode_sw 1048 drivers/gpu/drm/i915/display/vlv_dsi.c 	adjusted_mode_sw = &crtc->config->base.adjusted_mode;
adjusted_mode_sw 1129 drivers/gpu/drm/i915/display/vlv_dsi.c 	hfp_sw = adjusted_mode_sw->crtc_hsync_start -
adjusted_mode_sw 1130 drivers/gpu/drm/i915/display/vlv_dsi.c 					adjusted_mode_sw->crtc_hdisplay;
adjusted_mode_sw 1131 drivers/gpu/drm/i915/display/vlv_dsi.c 	hsync_sw = adjusted_mode_sw->crtc_hsync_end -
adjusted_mode_sw 1132 drivers/gpu/drm/i915/display/vlv_dsi.c 					adjusted_mode_sw->crtc_hsync_start;
adjusted_mode_sw 1133 drivers/gpu/drm/i915/display/vlv_dsi.c 	hbp_sw = adjusted_mode_sw->crtc_htotal -
adjusted_mode_sw 1134 drivers/gpu/drm/i915/display/vlv_dsi.c 					adjusted_mode_sw->crtc_hsync_end;
adjusted_mode_sw 1163 drivers/gpu/drm/i915/display/vlv_dsi.c 	crtc_htotal_sw = adjusted_mode_sw->crtc_hdisplay + hfp_sw +
adjusted_mode_sw 1165 drivers/gpu/drm/i915/display/vlv_dsi.c 	crtc_hsync_start_sw = hfp_sw + adjusted_mode_sw->crtc_hdisplay;
adjusted_mode_sw 1167 drivers/gpu/drm/i915/display/vlv_dsi.c 	crtc_hblank_start_sw = adjusted_mode_sw->crtc_hdisplay;
adjusted_mode_sw 1171 drivers/gpu/drm/i915/display/vlv_dsi.c 		adjusted_mode->crtc_htotal = adjusted_mode_sw->crtc_htotal;
adjusted_mode_sw 1175 drivers/gpu/drm/i915/display/vlv_dsi.c 					adjusted_mode_sw->crtc_hsync_start;
adjusted_mode_sw 1179 drivers/gpu/drm/i915/display/vlv_dsi.c 					adjusted_mode_sw->crtc_hsync_end;
adjusted_mode_sw 1183 drivers/gpu/drm/i915/display/vlv_dsi.c 					adjusted_mode_sw->crtc_hblank_start;
adjusted_mode_sw 1187 drivers/gpu/drm/i915/display/vlv_dsi.c 					adjusted_mode_sw->crtc_hblank_end;