Searched refs:new_htotal (Results 1 – 1 of 1) sorted by relevance
1056 int new_htotal = mode->htotal * hdisplay / in intel_tv_scale_mode_horiz() local1059 mode->clock = mode->clock * new_htotal / mode->htotal; in intel_tv_scale_mode_horiz()1062 mode->hsync_start = hdisplay + hsync_start * new_htotal / mode->htotal; in intel_tv_scale_mode_horiz()1063 mode->hsync_end = hdisplay + hsync_end * new_htotal / mode->htotal; in intel_tv_scale_mode_horiz()1064 mode->htotal = new_htotal; in intel_tv_scale_mode_horiz()