Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddm_pp_smu.h163 unsigned int dcfClockInKhz; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddm_pp_smu.h163 unsigned int dcfClockInKhz; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1882 bb->clock_limits[i].dcfclk_mhz = (bb->clock_limits[i].fabricclk_mhz > max_clocks->dcfClockInKhz / 1000) ? in dcn20_update_bounding_box()
1883 max_clocks->dcfClockInKhz / 1000 : bb->clock_limits[i].fabricclk_mhz; in dcn20_update_bounding_box()
1896 bb->clock_limits[num_calculated_states - 1].dcfclk_mhz = max_clocks->dcfClockInKhz / 1000; in dcn20_update_bounding_box()
1914 if ((bb->clock_limits[i].dcfclk_mhz > (max_clocks.dcfClockInKhz / 1000)) in dcn20_cap_soc_clocks()
1915 && max_clocks.dcfClockInKhz != 0) in dcn20_cap_soc_clocks()
1916 bb->clock_limits[i].dcfclk_mhz = (max_clocks.dcfClockInKhz / 1000); in dcn20_cap_soc_clocks()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c3427 if ((bb->clock_limits[i].dcfclk_mhz > (max_clocks.dcfClockInKhz / 1000))
3428 && max_clocks.dcfClockInKhz != 0)
3429 bb->clock_limits[i].dcfclk_mhz = (max_clocks.dcfClockInKhz / 1000);
3524 calculated_states[i].dcfclk_mhz = (calculated_states[i].fabricclk_mhz > max_clocks->dcfClockInKhz / 1000) ?
3525 max_clocks->dcfClockInKhz / 1000 : calculated_states[i].fabricclk_mhz;
3538 calculated_states[num_calculated_states - 1].dcfclk_mhz = max_clocks->dcfClockInKhz / 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.c1443 max_clocks->dcfClockInKhz = 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.c1525 max_clocks->dcfClockInKhz = 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.c1493 max_clocks->dcfClockInKhz = in smu_v13_0_get_max_sustainable_clocks_by_dc()

Completed in 20 milliseconds