notify_smu_enable_pwe  606 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c 	if (pp_funcs && pp_funcs->notify_smu_enable_pwe)
notify_smu_enable_pwe  607 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c 		pp_funcs->notify_smu_enable_pwe(pp_handle);
notify_smu_enable_pwe  303 drivers/gpu/drm/amd/include/kgd_pp_interface.h 	int (*notify_smu_enable_pwe)(void *handle);
notify_smu_enable_pwe 1599 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	.notify_smu_enable_pwe = pp_notify_smu_enable_pwe,
notify_smu_enable_pwe  525 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	int (*notify_smu_enable_pwe)(struct smu_context *smu);
notify_smu_enable_pwe  730 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	((smu)->funcs->notify_smu_enable_pwe ? (smu)->funcs->notify_smu_enable_pwe((smu)) : 0)