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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppatomfwctrl.h 166 uint16_t maxvoltagestepgfx; member in struct:pp_atomfwctrl_smc_dpm_parameters
amdgpu_vega12_processpptables.c 131 ppsmc_pptable->MaxVoltageStepGfx = smc_dpm_table.maxvoltagestepgfx;
amdgpu_ppatomfwctrl.c 655 param->maxvoltagestepgfx = info->maxvoltagestepgfx;
amdgpu_vega20_processpptables.c 557 pr_info("MaxVoltageStepGfx = 0x%x\n", pptable->MaxVoltageStepGfx);
732 ppsmc_pptable->MaxVoltageStepGfx = smc_dpm_table->maxvoltagestepgfx;
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atomfirmware.h 1425 uint16_t maxvoltagestepgfx; member in struct:atom_smc_dpm_info_v4_1
1513 uint16_t maxvoltagestepgfx; member in struct:atom_smc_dpm_info_v4_3
1591 uint16_t maxvoltagestepgfx; member in struct:atom_smc_dpm_info_v4_4
1718 uint16_t MaxVoltageStepGfx; // In mV(Q2) Max voltage step that SMU will request. Multiple steps are taken if voltage change exceeds this value.
1801 uint16_t maxvoltagestepgfx; // in mv(q2) max voltage step that smu will request. multiple steps are taken if voltage change exceeds this value. member in struct:atom_smc_dpm_info_v4_6
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_arcturus_ppt.c 549 memcpy(&smc_pptable->MaxVoltageStepGfx,
550 &smc_dpm_table->maxvoltagestepgfx,
551 sizeof(*smc_dpm_table) - offsetof(struct atom_smc_dpm_info_v4_6, maxvoltagestepgfx));
1871 pr_info("MaxVoltageStepGfx = 0x%x\n", pptable->MaxVoltageStepGfx);
amdgpu_vega20_ppt.c 499 smc_pptable->MaxVoltageStepGfx = smc_dpm_table->maxvoltagestepgfx;

Completed in 23 milliseconds