Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
A Ddm_pp_smu.h162 unsigned int socClockInKhz; member
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_resource.c3503 if ((bb->clock_limits[i].socclk_mhz > (max_clocks.socClockInKhz / 1000)) in dcn20_cap_soc_clocks()
3504 && max_clocks.socClockInKhz != 0) in dcn20_cap_soc_clocks()
3505 bb->clock_limits[i].socclk_mhz = (max_clocks.socClockInKhz / 1000); in dcn20_cap_soc_clocks()
3574 …calculated_states[i].socclk_mhz = (calculated_states[i].fabricclk_mhz > max_clocks->socClockInKhz in dcn20_update_bounding_box()
3575 max_clocks->socClockInKhz / 1000 : calculated_states[i].fabricclk_mhz; in dcn20_update_bounding_box()
3589 calculated_states[num_calculated_states - 1].socclk_mhz = max_clocks->socClockInKhz / 1000; in dcn20_update_bounding_box()
3590 calculated_states[num_calculated_states - 1].fabricclk_mhz = max_clocks->socClockInKhz / 1000; in dcn20_update_bounding_box()
3693 if (max_clocks.dcfClockInKhz >= max_clocks.socClockInKhz) in init_soc_bounding_box()
3694 max_clocks.dcfClockInKhz = max_clocks.socClockInKhz - 1000; in init_soc_bounding_box()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Dsmu_v13_0.c1412 max_clocks->socClockInKhz = in smu_v13_0_get_max_sustainable_clocks_by_dc()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dsmu_v11_0.c1580 max_clocks->socClockInKhz = in smu_v11_0_get_max_sustainable_clocks_by_dc()

Completed in 19 milliseconds