HomeSort by: relevance | last modified time | path
    Searched refs:vddgfx_voltage_table (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
smu7_hwmgr.h 255 struct pp_atomctrl_voltage_table vddgfx_voltage_table; member in struct:smu7_hwmgr
amdgpu_smu7_hwmgr.c 308 result = phm_get_svi2_vdd_voltage_table(&(data->vddgfx_voltage_table),
343 (data->vddgfx_voltage_table.count <= tmp),
346 &(data->vddgfx_voltage_table)));
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_tonga_smumgr.c 331 table->VddGfxLevelCount = data->vddgfx_voltage_table.count;
332 for (count = 0; count < data->vddgfx_voltage_table.count; count++) {
334 PP_HOST_TO_SMC_US(data->vddgfx_voltage_table.entries[count].value * VOLTAGE_SCALE);
1566 phm_get_voltage_id(&(data->vddgfx_voltage_table),

Completed in 20 milliseconds