Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dtonga_smumgr.c229 struct tonga_smumgr *tonga_priv; in tonga_smu_init() local
231 tonga_priv = kzalloc(sizeof(struct tonga_smumgr), GFP_KERNEL); in tonga_smu_init()
232 if (tonga_priv == NULL) in tonga_smu_init()
235 hwmgr->smu_backend = tonga_priv; in tonga_smu_init()
238 kfree(tonga_priv); in tonga_smu_init()