Searched refs:new_htotal (Results 1 – 1 of 1) sorted by relevance
1054 int new_htotal = mode->htotal * hdisplay / in intel_tv_scale_mode_horiz() local1057 mode->clock = mode->clock * new_htotal / mode->htotal; in intel_tv_scale_mode_horiz()1060 mode->hsync_start = hdisplay + hsync_start * new_htotal / mode->htotal; in intel_tv_scale_mode_horiz()1061 mode->hsync_end = hdisplay + hsync_end * new_htotal / mode->htotal; in intel_tv_scale_mode_horiz()1062 mode->htotal = new_htotal; in intel_tv_scale_mode_horiz()