Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddm_pp_smu.h170 unsigned int dcfClockInKhz; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2981 if ((bb->clock_limits[i].dcfclk_mhz > (max_clocks.dcfClockInKhz / 1000)) in cap_soc_clocks()
2982 && max_clocks.dcfClockInKhz != 0) in cap_soc_clocks()
2983 bb->clock_limits[i].dcfclk_mhz = (max_clocks.dcfClockInKhz / 1000); in cap_soc_clocks()
3072 …calculated_states[i].dcfclk_mhz = (calculated_states[i].fabricclk_mhz > max_clocks->dcfClockInKhz in update_bounding_box()
3073 max_clocks->dcfClockInKhz / 1000 : calculated_states[i].fabricclk_mhz; in update_bounding_box()
3086 calculated_states[num_calculated_states - 1].dcfclk_mhz = max_clocks->dcfClockInKhz / 1000; in update_bounding_box()
3289 if (max_clocks.dcfClockInKhz >= max_clocks.socClockInKhz) in init_soc_bounding_box()
3290 max_clocks.dcfClockInKhz = max_clocks.socClockInKhz - 1000; in init_soc_bounding_box()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Dsmu_v11_0.c1605 max_clocks->dcfClockInKhz = in smu_v11_0_get_max_sustainable_clocks_by_dc()