Searched refs:calc_val (Results 1 – 1 of 1) sorted by relevance
770 unsigned int calc_val; in drm_mode_hsync() local778 calc_val = (mode->clock * 1000) / mode->htotal; /* hsync in Hz */ in drm_mode_hsync()779 calc_val += 500; /* round to 1000Hz */ in drm_mode_hsync()780 calc_val /= 1000; /* truncate to kHz */ in drm_mode_hsync()782 return calc_val; in drm_mode_hsync()