Searched refs:vddgfx (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | hwmgr_ppt.h | 38 uint16_t vddgfx; member 67 uint16_t vddgfx; member
|
| H A D | smu7_hwmgr.c | 2052 uint16_t vddgfx = 0; in smu7_get_evv_voltages() local 2085 vv_id, &vddgfx)) { in smu7_get_evv_voltages() 2086 /* need to make sure vddgfx is less than 2v or else, it could burn the ASIC. */ 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() [all...] |
| H A D | smu8_hwmgr.c | 1691 uint16_t vddnb, vddgfx; in smu8_get_clock_by_type() 1716 vddgfx = smu8_convert_8Bit_index_to_voltage(hwmgr, (u16)tmp) / 4; in smu8_thermal_get_temperature() 1717 *((uint32_t *)value) = vddgfx; in smu8_thermal_get_temperature() 1753 uint16_t vddnb, vddgfx; smu8_read_sensor() local
|
| H A D | process_pptables_v1_0.c | 354 limits->vddgfx = le16_to_cpu(limitable->entries[0].usVddgfxLimit); in get_hard_limits()
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| H A D | tonga_smumgr.c | 264 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 D | amdgpu_pm.c | 702 * calculated from v/f curve + overdrive vddgfx offset" 3278 u32 vddgfx; in amdgpu_hwmon_show_vddboard_label() 3283 (void *)&vddgfx); in amdgpu_hwmon_show_vddboard_label() 3287 return sysfs_emit(buf, "%d\n", vddgfx); in amdgpu_hwmon_show_vddnb() 3311 return sysfs_emit(buf, "vddgfx\n"); 3242 u32 vddgfx; amdgpu_hwmon_show_vddgfx() local
|