Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddcn20_fpu.c1854 int num_calculated_states = 0; in dcn20_update_bounding_box() local
1900 num_calculated_states++; in dcn20_update_bounding_box()
1903 bb->clock_limits[num_calculated_states - 1].socclk_mhz = max_clocks->socClockInKhz / 1000; in dcn20_update_bounding_box()
1904 bb->clock_limits[num_calculated_states - 1].fabricclk_mhz = max_clocks->socClockInKhz / 1000; in dcn20_update_bounding_box()
1905 bb->clock_limits[num_calculated_states - 1].dcfclk_mhz = max_clocks->dcfClockInKhz / 1000; in dcn20_update_bounding_box()
1907 bb->num_states = num_calculated_states; in dcn20_update_bounding_box()
1910 …memcpy(&bb->clock_limits[num_calculated_states], &bb->clock_limits[num_calculated_states - 1], siz… in dcn20_update_bounding_box()
1911 bb->clock_limits[num_calculated_states].state = bb->num_states; in dcn20_update_bounding_box()