Searched refs:h_v_total (Results 1 – 2 of 2) sorted by relevance
518 int h_v_total = 0; in get_refresh_rate() local529 h_v_total = timing->h_total * timing->v_total; in get_refresh_rate()530 if (h_v_total == 0) in get_refresh_rate()533 refresh_rate = ((timing->pix_clk_100hz * 100) / (h_v_total)) + 1; in get_refresh_rate()
1885 int h_v_total = 0; in get_refresh_rate() local1896 h_v_total = timing->h_total * timing->v_total; in get_refresh_rate()1897 if (h_v_total == 0) in get_refresh_rate()1900 refresh_rate = ((timing->pix_clk_100hz * 100) / (h_v_total)) + 1; in get_refresh_rate()