Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dtonga_smumgr.c219 struct tonga_smumgr *tonga_priv = NULL; in tonga_smu_init() local
221 tonga_priv = kzalloc(sizeof(struct tonga_smumgr), GFP_KERNEL); in tonga_smu_init()
222 if (tonga_priv == NULL) in tonga_smu_init()
225 hwmgr->smu_backend = tonga_priv; in tonga_smu_init()
228 kfree(tonga_priv); in tonga_smu_init()