Home
last modified time | relevance | path

Searched refs:new_htotal (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_tv.c1054 int new_htotal = mode->htotal * hdisplay / in intel_tv_scale_mode_horiz() local
1057 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()