Home
last modified time | relevance | path

Searched refs:notify_memory_pool_location (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Damdgpu_smu.h487 int (*notify_memory_pool_location)(struct smu_context *smu); member
585 ((smu)->funcs->notify_memory_pool_location ? (smu)->funcs->notify_memory_pool_location((smu)) : 0)
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Dsmu_v11_0.c1773 .notify_memory_pool_location = smu_v11_0_notify_memory_pool_location,