Searched refs:vddgfx (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | hwmgr_ppt.h | 38 uint16_t vddgfx; member 67 uint16_t vddgfx; member
|
D | smu7_hwmgr.c | 1720 uint16_t vddgfx = 0; in smu7_get_evv_voltages() local 1749 vv_id, &vddgfx)) { in smu7_get_evv_voltages() 1751 PP_ASSERT_WITH_CODE((vddgfx < 2000 && vddgfx != 0), "Invalid VDDGFX value!", return -EINVAL); in smu7_get_evv_voltages() 1754 if (vddgfx != 0 && vddgfx != vv_id) { in smu7_get_evv_voltages() 1755 data->vddcgfx_leakage.actual_voltage[data->vddcgfx_leakage.count] = vddgfx; in smu7_get_evv_voltages() 1883 sclk_table->entries[entry_id].vddgfx = in smu7_patch_voltage_dependency_tables_with_lookup_table() 1960 v_record.us_vdd = sclk_table->entries[entry_id].vddgfx + in smu7_calc_voltage_dependency_tables() 1963 v_record.us_vdd = sclk_table->entries[entry_id].vddgfx + in smu7_calc_voltage_dependency_tables() 1981 mclk_table->entries[entry_id].vddgfx = v_record.us_cac_low = in smu7_calc_voltage_dependency_tables() 2007 mm_table->entries[entry_id].vddgfx = v_record.us_cac_low = in smu7_calc_mm_voltage_dependency_table() [all …]
|
D | smu_helper.c | 702 dep_table->entries[i].vddgfx = allowed_dep_table->entries[i].vddgfx; in smu_get_voltage_dependency_table_ppt_v1()
|
D | smu8_hwmgr.c | 1723 uint16_t vddnb, vddgfx; in smu8_read_sensor() local 1748 vddgfx = smu8_convert_8Bit_index_to_voltage(hwmgr, (u16)tmp) / 4; in smu8_read_sensor() 1749 *((uint32_t *)value) = vddgfx; in smu8_read_sensor()
|
D | process_pptables_v1_0.c | 362 limits->vddgfx = le16_to_cpu(limitable->entries[0].usVddgfxLimit); in get_hard_limits()
|
/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
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-v5.10/drivers/gpu/drm/amd/pm/ |
D | amdgpu_pm.c | 2780 u32 vddgfx; in amdgpu_hwmon_show_vddgfx() local 2781 int r, size = sizeof(vddgfx); in amdgpu_hwmon_show_vddgfx() 2794 (void *)&vddgfx, &size); in amdgpu_hwmon_show_vddgfx() 2802 return snprintf(buf, PAGE_SIZE, "%d\n", vddgfx); in amdgpu_hwmon_show_vddgfx()
|
/Linux-v5.10/drivers/gpu/drm/amd/pm/inc/ |
D | hwmgr.h | 527 uint16_t vddgfx; member
|