| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| hwmgr_ppt.h | 40 uint16_t vddgfx; member in struct:phm_ppt_v1_clock_voltage_dependency_record 69 uint16_t vddgfx; member in struct:phm_ppt_v1_mm_clock_voltage_dependency_record
|
| amdgpu_smu7_hwmgr.c | 307 /* VDDGFX has only SVI2 voltage control */ 311 "Failed to retrieve SVI2 VDDGFX table from lookup table.", return result;); 1707 uint16_t vddgfx = 0; local in function:smu7_get_evv_voltages 1736 vv_id, &vddgfx)) { 1737 /* need to make sure vddgfx is less than 2v or else, it could burn the ASIC. */ 1738 PP_ASSERT_WITH_CODE((vddgfx < 2000 && vddgfx != 0), "Invalid VDDGFX value!", return -EINVAL); 1741 if (vddgfx != 0 && vddgfx != vv_id) [all...] |
| amdgpu_smu_helper.c | 698 dep_table->entries[i].vddgfx = allowed_dep_table->entries[i].vddgfx;
|
| amdgpu_smu8_hwmgr.c | 1698 uint16_t vddnb, vddgfx; local in function:smu8_read_sensor 1723 vddgfx = smu8_convert_8Bit_index_to_voltage(hwmgr, (u16)tmp) / 4; 1724 *((uint32_t *)value) = vddgfx;
|
| amdgpu_process_pptables_v1_0.c | 367 limits->vddgfx = le16_to_cpu(limitable->entries[0].usVddgfxLimit);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/ |
| amdgpu_tonga_smumgr.c | 267 voltage->VddGfx = phm_get_voltage_index( 269 allowed_clock_voltage_table->entries[i].vddgfx); 292 voltage->VddGfx = phm_get_voltage_index(pptable_info->vddgfx_lookup_table, 293 allowed_clock_voltage_table->entries[i-1].vddgfx); 428 /* We are populating vddgfx CAC data to BapmVddgfx table in split mode */ 468 "can not populate VDDGFX voltage table to SMC", 1334 table->UvdLevel[count].MinVoltage.VddGfx = 1337 mm_table->entries[count].vddgfx) : 0; 1394 table->VceLevel[count].MinVoltage.VddGfx = 1397 mm_table->entries[count].vddgfx) : 0 [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_pm.c | 2367 u32 vddgfx; local in function:amdgpu_hwmon_show_vddgfx 2368 int r, size = sizeof(vddgfx); 2376 (void *)&vddgfx, &size); 2384 return snprintf(buf, PAGE_SIZE, "%d\n", vddgfx); 2391 return snprintf(buf, PAGE_SIZE, "vddgfx\n"); 3560 seq_printf(m, "\t%u mV (VDDGFX)\n", value);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
| hwmgr.h | 522 uint16_t vddgfx; member in struct:phm_clock_and_voltage_limits
|