Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dhwmgr_ppt.h38 uint16_t vddgfx; member
67 uint16_t vddgfx; member
A 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()
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()
2337 &table_info->max_clock_voltage_on_dc.vddgfx, &(data->vddcgfx_leakage)); in smu7_complete_dependency_tables()
[all …]
A Dsmu_helper.c713 dep_table->entries[i].vddgfx = allowed_dep_table->entries[i].vddgfx; in smu_get_voltage_dependency_table_ppt_v1()
A 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()
A Dprocess_pptables_v1_0.c355 limits->vddgfx = le16_to_cpu(limitable->entries[0].usVddgfxLimit); in get_hard_limits()
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
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/soc/qcom/
A Drpmpd.c237 DEFINE_RPMPD_CORNER(msm8994, vddgfx, SMPB, 2);
/linux/drivers/gpu/drm/amd/pm/
A Damdgpu_pm.c2792 u32 vddgfx; in amdgpu_hwmon_show_vddgfx() local
2793 int r, size = sizeof(vddgfx); in amdgpu_hwmon_show_vddgfx()
2808 (void *)&vddgfx, &size); in amdgpu_hwmon_show_vddgfx()
2816 return sysfs_emit(buf, "%d\n", vddgfx); in amdgpu_hwmon_show_vddgfx()
/linux/drivers/gpu/drm/amd/pm/inc/
A Dhwmgr.h529 uint16_t vddgfx; member

Completed in 40 milliseconds