Lines Matching defs:gpu
11 struct msm_gpu *gpu, int sysprof)
23 pm_runtime_get_sync(&gpu->pdev->dev);
26 refcount_inc(&gpu->sysprof_active);
35 pm_runtime_put_autosuspend(&gpu->pdev->dev);
38 refcount_dec(&gpu->sysprof_active);
170 if (!priv->gpu)
173 ret = msm_gpu_convert_priority(priv->gpu, prio, &ring_nr, &sched_prio);
186 queue->entity = get_sched_entity(ctx, priv->gpu->rb[ring_nr],
222 if (!priv->gpu)
225 max_priority = (priv->gpu->nr_rings * NR_SCHED_PRIORITIES) - 1;