Lines Matching refs:htotal
53 mode->hsync_end, mode->htotal, in drm_mode_debug_printmodeline()
213 drm_mode->htotal = drm_mode->hdisplay + hblank; in drm_cvt_mode()
216 (drm_mode->htotal * CVT_HSYNC_PERCENTAGE) / 100; in drm_cvt_mode()
247 drm_mode->htotal = drm_mode->hdisplay + CVT_RB_H_BLANK; in drm_cvt_mode()
256 drm_mode->clock = drm_mode->htotal * HV_FACTOR * 1000 / hperiod; in drm_cvt_mode()
426 drm_mode->htotal = total_pixels; in drm_gtf_mode_complex()
585 if (mode->htotal < 0) in drm_mode_hsync()
588 calc_val = (mode->clock * 1000) / mode->htotal; /* hsync in Hz */ in drm_mode_hsync()
619 else if (mode->htotal > 0 && mode->vtotal > 0) { in drm_mode_vrefresh()
624 calc_val /= mode->htotal; in drm_mode_vrefresh()
656 p->crtc_htotal = p->htotal; in drm_mode_set_crtcinfo()
766 mode1->htotal == mode2->htotal && in drm_mode_equal()