Searched refs:set_gfx_cgpg (Results 1 – 3 of 3) sorted by relevance
997 int (*set_gfx_cgpg)(struct smu_context *smu, bool enable); member
1482 .set_gfx_cgpg = smu_v12_0_set_gfx_cgpg,
2663 if (smu->ppt_funcs->set_gfx_cgpg) in smu_set_gfx_cgpg()2664 ret = smu->ppt_funcs->set_gfx_cgpg(smu, enabled); in smu_set_gfx_cgpg()