Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c1903 int h_v_total = 0; in get_refresh_rate() local
1914 h_v_total = timing->h_total * timing->v_total; in get_refresh_rate()
1915 if (h_v_total == 0) in get_refresh_rate()
1918 refresh_rate = ((timing->pix_clk_100hz * 100) / (h_v_total)) + 1; in get_refresh_rate()