maxvoltagestepgfx 1422 drivers/gpu/drm/amd/include/atomfirmware.h   uint16_t maxvoltagestepgfx;
maxvoltagestepgfx 1510 drivers/gpu/drm/amd/include/atomfirmware.h   uint16_t maxvoltagestepgfx;
maxvoltagestepgfx 1588 drivers/gpu/drm/amd/include/atomfirmware.h   uint16_t maxvoltagestepgfx;
maxvoltagestepgfx 1798 drivers/gpu/drm/amd/include/atomfirmware.h   uint16_t     maxvoltagestepgfx; // in mv(q2) max voltage step that smu will request. multiple steps are taken if voltage change exceeds this value.
maxvoltagestepgfx  525 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 		       &smc_dpm_table->maxvoltagestepgfx,
maxvoltagestepgfx  526 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 		       sizeof(*smc_dpm_table) - offsetof(struct atom_smc_dpm_info_v4_6, maxvoltagestepgfx));
maxvoltagestepgfx  650 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c 	param->maxvoltagestepgfx = info->maxvoltagestepgfx;
maxvoltagestepgfx  164 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.h   uint16_t maxvoltagestepgfx;
maxvoltagestepgfx  126 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_processpptables.c 	ppsmc_pptable->MaxVoltageStepGfx = smc_dpm_table.maxvoltagestepgfx;
maxvoltagestepgfx  727 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_processpptables.c 	ppsmc_pptable->MaxVoltageStepGfx = smc_dpm_table->maxvoltagestepgfx;
maxvoltagestepgfx  487 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	smc_pptable->MaxVoltageStepGfx = smc_dpm_table->maxvoltagestepgfx;