Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn32/
Ddcn32_resource_helpers.c487 int h_v_total = 0; in get_refresh_rate() local
498 h_v_total = timing->h_total * timing->v_total; in get_refresh_rate()
499 if (h_v_total == 0) in get_refresh_rate()
502 refresh_rate = ((timing->pix_clk_100hz * 100) / (h_v_total)) + 1; in get_refresh_rate()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn30/
Ddcn30_resource.c1887 int h_v_total = 0; in get_refresh_rate() local
1898 h_v_total = timing->h_total * timing->v_total; in get_refresh_rate()
1899 if (h_v_total == 0) in get_refresh_rate()
1902 refresh_rate = ((timing->pix_clk_100hz * 100) / (h_v_total)) + 1; in get_refresh_rate()