Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dhwmgr_ppt.h38 uint16_t vddgfx; member
67 uint16_t vddgfx; member
H A Dsmu7_hwmgr.c2052 uint16_t vddgfx = 0; in smu7_get_evv_voltages() local
2085 vv_id, &vddgfx)) { in smu7_get_evv_voltages()
2087 PP_ASSERT_WITH_CODE((vddgfx < 2000 && vddgfx != 0), "Invalid VDDGFX value!", return -EINVAL); in smu7_get_evv_voltages()
2090 if (vddgfx != 0 && vddgfx != vv_id) { in smu7_get_evv_voltages()
2091 data->vddcgfx_leakage.actual_voltage[data->vddcgfx_leakage.count] = vddgfx; in smu7_get_evv_voltages()
2219 sclk_table->entries[entry_id].vddgfx = in smu7_patch_voltage_dependency_tables_with_lookup_table()
2296 v_record.us_vdd = sclk_table->entries[entry_id].vddgfx + in smu7_calc_voltage_dependency_tables()
2299 v_record.us_vdd = sclk_table->entries[entry_id].vddgfx + in smu7_calc_voltage_dependency_tables()
2317 mclk_table->entries[entry_id].vddgfx = v_record.us_cac_low = in smu7_calc_voltage_dependency_tables()
2343 mm_table->entries[entry_id].vddgfx = v_record.us_cac_low = in smu7_calc_mm_voltage_dependency_table()
[all …]
H A Dsmu8_hwmgr.c1753 uint16_t vddnb, vddgfx; in smu8_read_sensor() local
1778 vddgfx = smu8_convert_8Bit_index_to_voltage(hwmgr, (u16)tmp) / 4; in smu8_read_sensor()
1779 *((uint32_t *)value) = vddgfx; in smu8_read_sensor()
H A Dprocess_pptables_v1_0.c354 limits->vddgfx = le16_to_cpu(limitable->entries[0].usVddgfxLimit); in get_hard_limits()
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A 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/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c3242 u32 vddgfx; in amdgpu_hwmon_show_vddgfx() local
3247 (void *)&vddgfx); in amdgpu_hwmon_show_vddgfx()
3251 return sysfs_emit(buf, "%d\n", vddgfx); in amdgpu_hwmon_show_vddgfx()