HomeSort by: relevance | last modified time | path
    Searched defs:tonga_priv (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_tonga_smumgr.c 234 struct tonga_smumgr *tonga_priv = NULL; local in function:tonga_smu_init
236 tonga_priv = kzalloc(sizeof(struct tonga_smumgr), GFP_KERNEL);
237 if (tonga_priv == NULL)
240 hwmgr->smu_backend = tonga_priv;
243 kfree(tonga_priv);
amdgpu_tonga_smumgr.c 234 struct tonga_smumgr *tonga_priv = NULL; local in function:tonga_smu_init
236 tonga_priv = kzalloc(sizeof(struct tonga_smumgr), GFP_KERNEL);
237 if (tonga_priv == NULL)
240 hwmgr->smu_backend = tonga_priv;
243 kfree(tonga_priv);

Completed in 274 milliseconds