notify_memory_pool_location  488 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	int (*notify_memory_pool_location)(struct smu_context *smu);
notify_memory_pool_location  586 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	((smu)->funcs->notify_memory_pool_location ? (smu)->funcs->notify_memory_pool_location((smu)) : 0)
notify_memory_pool_location 1777 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	.notify_memory_pool_location = smu_v11_0_notify_memory_pool_location,