Searched refs:vddgfx (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | hwmgr_ppt.h | 38 uint16_t vddgfx; member 67 uint16_t vddgfx; member
|
D | smu7_hwmgr.c | 1696 uint16_t vddgfx = 0; in smu7_get_evv_voltages() local 1725 vv_id, &vddgfx)) { in smu7_get_evv_voltages() 1727 PP_ASSERT_WITH_CODE((vddgfx < 2000 && vddgfx != 0), "Invalid VDDGFX value!", return -EINVAL); in smu7_get_evv_voltages() 1730 if (vddgfx != 0 && vddgfx != vv_id) { in smu7_get_evv_voltages() 1731 data->vddcgfx_leakage.actual_voltage[data->vddcgfx_leakage.count] = vddgfx; in smu7_get_evv_voltages() 1859 sclk_table->entries[entry_id].vddgfx = in smu7_patch_voltage_dependency_tables_with_lookup_table() 1936 v_record.us_vdd = sclk_table->entries[entry_id].vddgfx + in smu7_calc_voltage_dependency_tables() 1939 v_record.us_vdd = sclk_table->entries[entry_id].vddgfx + in smu7_calc_voltage_dependency_tables() 1957 mclk_table->entries[entry_id].vddgfx = v_record.us_cac_low = in smu7_calc_voltage_dependency_tables() 1983 mm_table->entries[entry_id].vddgfx = v_record.us_cac_low = in smu7_calc_mm_voltage_dependency_table() [all …]
|
D | smu_helper.c | 646 dep_table->entries[i].vddgfx = allowed_dep_table->entries[i].vddgfx; in smu_get_voltage_dependency_table_ppt_v1()
|
D | smu8_hwmgr.c | 1687 uint16_t vddnb, vddgfx; in smu8_read_sensor() local 1712 vddgfx = smu8_convert_8Bit_index_to_voltage(hwmgr, (u16)tmp) / 4; in smu8_read_sensor() 1713 *((uint32_t *)value) = vddgfx; in smu8_read_sensor()
|
D | process_pptables_v1_0.c | 362 limits->vddgfx = (uint16_t)limitable->entries[0].usVddgfxLimit; in get_hard_limits()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_pm.c | 1150 u32 vddgfx; in amdgpu_hwmon_show_vddgfx() local 1151 int r, size = sizeof(vddgfx); in amdgpu_hwmon_show_vddgfx() 1165 (void *)&vddgfx, &size); in amdgpu_hwmon_show_vddgfx() 1169 return snprintf(buf, PAGE_SIZE, "%d\n", vddgfx); in amdgpu_hwmon_show_vddgfx()
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | tonga_smumgr.c | 254 allowed_clock_voltage_table->entries[i].vddgfx); in tonga_get_dependency_volt_by_clk() 278 allowed_clock_voltage_table->entries[i-1].vddgfx); in tonga_get_dependency_volt_by_clk() 1321 mm_table->entries[count].vddgfx) : 0; in tonga_populate_smc_uvd_level() 1381 mm_table->entries[count].vddgfx) : 0; in tonga_populate_smc_vce_level() 1426 mm_table->entries[count].vddgfx) : 0; in tonga_populate_smc_acp_level()
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/ |
D | hwmgr.h | 489 uint16_t vddgfx; member
|