Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddcn20_fpu.c1738 int num_calculated_states = 0; in dcn20_update_bounding_box() local
1784 num_calculated_states++; in dcn20_update_bounding_box()
1787 bb->clock_limits[num_calculated_states - 1].socclk_mhz = max_clocks->socClockInKhz / 1000; in dcn20_update_bounding_box()
1788 bb->clock_limits[num_calculated_states - 1].fabricclk_mhz = max_clocks->socClockInKhz / 1000; in dcn20_update_bounding_box()
1789 bb->clock_limits[num_calculated_states - 1].dcfclk_mhz = max_clocks->dcfClockInKhz / 1000; in dcn20_update_bounding_box()
1791 bb->num_states = num_calculated_states; in dcn20_update_bounding_box()
1794 …memcpy(&bb->clock_limits[num_calculated_states], &bb->clock_limits[num_calculated_states - 1], siz… in dcn20_update_bounding_box()
1795 bb->clock_limits[num_calculated_states].state = bb->num_states; in dcn20_update_bounding_box()

Completed in 5 milliseconds