HomeSort by: relevance | last modified time | path
    Searched defs:vddgfx (Results 1 - 5 of 5) sorted by relevancy

  /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_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_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...]
  /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

Completed in 19 milliseconds