new_vtotal       1072 drivers/gpu/drm/i915/display/intel_tv.c 	int new_vtotal = mode->vtotal * vdisplay /
new_vtotal       1075 drivers/gpu/drm/i915/display/intel_tv.c 	mode->clock = mode->clock * new_vtotal / mode->vtotal;
new_vtotal       1078 drivers/gpu/drm/i915/display/intel_tv.c 	mode->vsync_start = vdisplay + vsync_start * new_vtotal / mode->vtotal;
new_vtotal       1079 drivers/gpu/drm/i915/display/intel_tv.c 	mode->vsync_end = vdisplay + vsync_end * new_vtotal / mode->vtotal;
new_vtotal       1080 drivers/gpu/drm/i915/display/intel_tv.c 	mode->vtotal = new_vtotal;