Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource_helpers.c518 int h_v_total = 0; in get_refresh_rate() local
529 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c1885 int h_v_total = 0; in get_refresh_rate() local
1896 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()