Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1845 int num_calculated_states = 0; in dcn20_update_bounding_box() local
1891 num_calculated_states++; in dcn20_update_bounding_box()
1894 bb->clock_limits[num_calculated_states - 1].socclk_mhz = max_clocks->socClockInKhz / 1000; in dcn20_update_bounding_box()
1895 bb->clock_limits[num_calculated_states - 1].fabricclk_mhz = max_clocks->socClockInKhz / 1000; in dcn20_update_bounding_box()
1896 bb->clock_limits[num_calculated_states - 1].dcfclk_mhz = max_clocks->dcfClockInKhz / 1000; in dcn20_update_bounding_box()
1898 bb->num_states = num_calculated_states; in dcn20_update_bounding_box()
1901 …memcpy(&bb->clock_limits[num_calculated_states], &bb->clock_limits[num_calculated_states - 1], siz… in dcn20_update_bounding_box()
1902 bb->clock_limits[num_calculated_states].state = bb->num_states; in dcn20_update_bounding_box()