Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhwmgr_ppt.h38 uint16_t vddgfx; member
67 uint16_t vddgfx; member
Dsmu7_hwmgr.c2000 uint16_t vddgfx = 0; in smu7_get_evv_voltages() local
2033 vv_id, &vddgfx)) { in smu7_get_evv_voltages()
2035 PP_ASSERT_WITH_CODE((vddgfx < 2000 && vddgfx != 0), "Invalid VDDGFX value!", return -EINVAL); in smu7_get_evv_voltages()
2038 if (vddgfx != 0 && vddgfx != vv_id) { in smu7_get_evv_voltages()
2039 data->vddcgfx_leakage.actual_voltage[data->vddcgfx_leakage.count] = vddgfx; in smu7_get_evv_voltages()
2167 sclk_table->entries[entry_id].vddgfx = in smu7_patch_voltage_dependency_tables_with_lookup_table()
2244 v_record.us_vdd = sclk_table->entries[entry_id].vddgfx + in smu7_calc_voltage_dependency_tables()
2247 v_record.us_vdd = sclk_table->entries[entry_id].vddgfx + in smu7_calc_voltage_dependency_tables()
2265 mclk_table->entries[entry_id].vddgfx = v_record.us_cac_low = in smu7_calc_voltage_dependency_tables()
2291 mm_table->entries[entry_id].vddgfx = v_record.us_cac_low = in smu7_calc_mm_voltage_dependency_table()
[all …]
Dsmu_helper.c713 dep_table->entries[i].vddgfx = allowed_dep_table->entries[i].vddgfx; in smu_get_voltage_dependency_table_ppt_v1()
Dsmu8_hwmgr.c1724 uint16_t vddnb, vddgfx; in smu8_read_sensor() local
1749 vddgfx = smu8_convert_8Bit_index_to_voltage(hwmgr, (u16)tmp) / 4; in smu8_read_sensor()
1750 *((uint32_t *)value) = vddgfx; in smu8_read_sensor()
Dprocess_pptables_v1_0.c355 limits->vddgfx = le16_to_cpu(limitable->entries[0].usVddgfxLimit); in get_hard_limits()
/Linux-v6.1/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dtonga_smumgr.c264 allowed_clock_voltage_table->entries[i].vddgfx); in tonga_get_dependency_volt_by_clk()
288 allowed_clock_voltage_table->entries[i-1].vddgfx); in tonga_get_dependency_volt_by_clk()
1332 mm_table->entries[count].vddgfx) : 0; in tonga_populate_smc_uvd_level()
1392 mm_table->entries[count].vddgfx) : 0; in tonga_populate_smc_vce_level()
1437 mm_table->entries[count].vddgfx) : 0; in tonga_populate_smc_acp_level()
/Linux-v6.1/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c2701 u32 vddgfx; in amdgpu_hwmon_show_vddgfx() local
2702 int r, size = sizeof(vddgfx); in amdgpu_hwmon_show_vddgfx()
2717 (void *)&vddgfx, &size); in amdgpu_hwmon_show_vddgfx()
2725 return sysfs_emit(buf, "%d\n", vddgfx); in amdgpu_hwmon_show_vddgfx()
/Linux-v6.1/drivers/soc/qcom/
Drpmpd.c253 DEFINE_RPMPD_CORNER(msm8994, vddgfx, SMPB, 2);
/Linux-v6.1/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h528 uint16_t vddgfx; member