Home
last modified time | relevance | path

Searched refs:alloc_dpm_context (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Dsmu_internal.h91 ((smu)->ppt_funcs->alloc_dpm_context ? (smu)->ppt_funcs->alloc_dpm_context((smu)) : 0)
H A Damdgpu_navi10_ppt.c2285 .alloc_dpm_context = navi10_allocate_dpm_context,
H A Damdgpu_arcturus_ppt.c2246 .alloc_dpm_context = arcturus_allocate_dpm_context,
H A Damdgpu_vega20_ppt.c3174 .alloc_dpm_context = vega20_allocate_dpm_context,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Damdgpu_smu.h414 int (*alloc_dpm_context)(struct smu_context *smu); member