Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c1032 int refresh_hz) in dc_stream_get_brightness_millinits_linear_interpolation() argument
1042 return (y_intercept + refresh_hz * slope); in dc_stream_get_brightness_millinits_linear_interpolation()
1067 …nt dc_stream_get_brightness_millinits_from_refresh (struct dc_stream_state *stream, int refresh_hz) in dc_stream_get_brightness_millinits_from_refresh() argument
1069 int nearest_smallest_index = dc_stream_get_nearest_smallest_index(stream, refresh_hz); in dc_stream_get_brightness_millinits_from_refresh()
1072 if (nearest_smallest_value == refresh_hz) in dc_stream_get_brightness_millinits_from_refresh()
1076 …inits_linear_interpolation(stream, nearest_smallest_index - 1, nearest_smallest_index, refresh_hz); in dc_stream_get_brightness_millinits_from_refresh()
1081 …inits_linear_interpolation(stream, nearest_smallest_index, nearest_smallest_index + 1, refresh_hz); in dc_stream_get_brightness_millinits_from_refresh()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c674 unsigned int v_total, refresh_hz; in dm_crtc_high_irq() local
679 refresh_hz = div_u64((uint64_t) stream->timing.pix_clk_100hz * in dm_crtc_high_irq()
681 mdelay(1000 / refresh_hz); in dm_crtc_high_irq()