Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
H A Dmsm_submitqueue.c13 * Since pm_runtime and sysprof_active are both refcounts, we in msm_context_set_sysprof()
25 refcount_inc(&gpu->sysprof_active); in msm_context_set_sysprof()
37 refcount_dec(&gpu->sysprof_active); in msm_context_set_sysprof()
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_preempt.c319 sysprof = refcount_read(&a6xx_gpu->base.base.sysprof_active) > 1; in a6xx_preempt_trigger()
H A Da6xx_gpu.c113 bool sysprof = refcount_read(&a6xx_gpu->base.base.sysprof_active) > 1; in a6xx_set_pagetable()