set_xgmi_pstate   533 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	int (*set_xgmi_pstate)(struct smu_context *smu, uint32_t pstate);
set_xgmi_pstate   738 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 		((smu)->funcs->set_xgmi_pstate ? (smu)->funcs->set_xgmi_pstate((smu), (pstate)) : 0)
set_xgmi_pstate  1802 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	.set_xgmi_pstate = smu_v11_0_set_xgmi_pstate,