Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddcn20_fpu.c1750 int num_calculated_states = 0; in dcn20_update_bounding_box() local
1796 num_calculated_states++; in dcn20_update_bounding_box()
1799 bb->clock_limits[num_calculated_states - 1].socclk_mhz = max_clocks->socClockInKhz / 1000; in dcn20_update_bounding_box()
1800 bb->clock_limits[num_calculated_states - 1].fabricclk_mhz = max_clocks->socClockInKhz / 1000; in dcn20_update_bounding_box()
1801 bb->clock_limits[num_calculated_states - 1].dcfclk_mhz = max_clocks->dcfClockInKhz / 1000; in dcn20_update_bounding_box()
1803 bb->num_states = num_calculated_states; in dcn20_update_bounding_box()
1806 …memcpy(&bb->clock_limits[num_calculated_states], &bb->clock_limits[num_calculated_states - 1], siz… in dcn20_update_bounding_box()
1807 bb->clock_limits[num_calculated_states].state = bb->num_states; in dcn20_update_bounding_box()