Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddcn20_fpu.c1692 int num_calculated_states = 0; in dcn20_update_bounding_box() local
1738 num_calculated_states++; in dcn20_update_bounding_box()
1741 bb->clock_limits[num_calculated_states - 1].socclk_mhz = max_clocks->socClockInKhz / 1000; in dcn20_update_bounding_box()
1742 bb->clock_limits[num_calculated_states - 1].fabricclk_mhz = max_clocks->socClockInKhz / 1000; in dcn20_update_bounding_box()
1743 bb->clock_limits[num_calculated_states - 1].dcfclk_mhz = max_clocks->dcfClockInKhz / 1000; in dcn20_update_bounding_box()
1745 bb->num_states = num_calculated_states; in dcn20_update_bounding_box()
1748 …memcpy(&bb->clock_limits[num_calculated_states], &bb->clock_limits[num_calculated_states - 1], siz… in dcn20_update_bounding_box()
1749 bb->clock_limits[num_calculated_states].state = bb->num_states; in dcn20_update_bounding_box()