Home
last modified time | relevance | path

Searched refs:socClockInKhz (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddm_pp_smu.h162 unsigned int socClockInKhz; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddm_pp_smu.h162 unsigned int socClockInKhz; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1879 bb->clock_limits[i].socclk_mhz = (bb->clock_limits[i].fabricclk_mhz > max_clocks->socClockInKhz / 1000) ? in dcn20_update_bounding_box()
1880 max_clocks->socClockInKhz / 1000 : bb->clock_limits[i].fabricclk_mhz; in dcn20_update_bounding_box()
1894 bb->clock_limits[num_calculated_states - 1].socclk_mhz = max_clocks->socClockInKhz / 1000; in dcn20_update_bounding_box()
1895 bb->clock_limits[num_calculated_states - 1].fabricclk_mhz = max_clocks->socClockInKhz / 1000; in dcn20_update_bounding_box()
1938 if ((bb->clock_limits[i].socclk_mhz > (max_clocks.socClockInKhz / 1000)) in dcn20_cap_soc_clocks()
1939 && max_clocks.socClockInKhz != 0) in dcn20_cap_soc_clocks()
1940 bb->clock_limits[i].socclk_mhz = (max_clocks.socClockInKhz / 1000); in dcn20_cap_soc_clocks()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c3451 if ((bb->clock_limits[i].socclk_mhz > (max_clocks.socClockInKhz / 1000))
3452 && max_clocks.socClockInKhz != 0)
3453 bb->clock_limits[i].socclk_mhz = (max_clocks.socClockInKhz / 1000);
3521 calculated_states[i].socclk_mhz = (calculated_states[i].fabricclk_mhz > max_clocks->socClockInKhz / 1000) ?
3522 max_clocks->socClockInKhz / 1000 : calculated_states[i].fabricclk_mhz;
3536 calculated_states[num_calculated_states - 1].socclk_mhz = max_clocks->socClockInKhz / 1000;
3537 calculated_states[num_calculated_states - 1].fabricclk_mhz = max_clocks->socClockInKhz / 1000;
3754 if (max_clocks.dcfClockInKhz >= max_clocks.socClockInKhz)
3755 max_clocks.dcfClockInKhz = max_clocks.socClockInKhz - 1000;
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c2361 if (max_clocks.dcfClockInKhz >= max_clocks.socClockInKhz) in init_soc_bounding_box()
2362 max_clocks.dcfClockInKhz = max_clocks.socClockInKhz - 1000; in init_soc_bounding_box()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c1453 max_clocks->socClockInKhz = in smu_v11_0_get_max_sustainable_clocks_by_dc()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c1535 max_clocks->socClockInKhz = in smu_v11_0_get_max_sustainable_clocks_by_dc()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c1503 max_clocks->socClockInKhz = in smu_v13_0_get_max_sustainable_clocks_by_dc()

Completed in 22 milliseconds