Searched refs:num_gpu_opps (Results 1 – 1 of 1) sorted by relevance
270 unsigned short num_gpu_opps; member520 if (opp_idx >= mfg->num_gpu_opps) in mtk_mfg_set_oppidx()543 mfg->num_gpu_opps = readl(mfg->shared_mem + GF_REG_GPU_OPP_NUM); in mtk_mfg_read_opp_tables()546 if (mfg->num_gpu_opps > MAX_OPP_NUM || mfg->num_gpu_opps == 0) { in mtk_mfg_read_opp_tables()548 mfg->num_gpu_opps, MAX_OPP_NUM); in mtk_mfg_read_opp_tables()558 mfg->gpu_opps = devm_kcalloc(dev, mfg->num_gpu_opps, in mtk_mfg_read_opp_tables()570 for (i = 0; i < mfg->num_gpu_opps; i++) { in mtk_mfg_read_opp_tables()663 for (i = mfg->num_gpu_opps - 1; i >= 0; i--) { in mtk_mfg_attach_dev()