Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c4121 uint32_t min_refresh_rate = pipe_ctx->stream->timing.min_refresh_in_uhz / 1000000; in get_refresh_rate_confirm_color() local
4124 if (max_refresh_rate - min_refresh_rate) in get_refresh_rate_confirm_color()
4125 …g_factor = MAX_TG_COLOR_VALUE * (refresh_rate - min_refresh_rate) / (max_refresh_rate - min_refres… in get_refresh_rate_confirm_color()