Searched refs:calc_val (Results 1 – 1 of 1) sorted by relevance
756 unsigned int calc_val; in drm_mode_hsync() local764 calc_val = (mode->clock * 1000) / mode->htotal; /* hsync in Hz */ in drm_mode_hsync()765 calc_val += 500; /* round to 1000Hz */ in drm_mode_hsync()766 calc_val /= 1000; /* truncate to kHz */ in drm_mode_hsync()768 return calc_val; in drm_mode_hsync()