Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource_helpers.c471 uint32_t scaled_stretched_frame_pix_cnt; in get_frame_rate_at_max_stretch_100hz() local
490 scaled_stretched_frame_pix_cnt = stretched_frame_pix_cnt / 10000; in get_frame_rate_at_max_stretch_100hz()
491 scaled_refresh_rate = (timing->pix_clk_100hz) / scaled_stretched_frame_pix_cnt + 1; in get_frame_rate_at_max_stretch_100hz()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c1921 uint32_t scaled_stretched_frame_pix_cnt; in get_frame_rate_at_max_stretch_100hz() local
1937 scaled_stretched_frame_pix_cnt = stretched_frame_pix_cnt / 10000; in get_frame_rate_at_max_stretch_100hz()
1938 scaled_refresh_rate = (timing->pix_clk_100hz) / scaled_stretched_frame_pix_cnt + 1; in get_frame_rate_at_max_stretch_100hz()