Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_submitqueue.c26 refcount_inc(&gpu->sysprof_active); in msm_file_private_set_sysprof()
38 refcount_dec(&gpu->sysprof_active); in msm_file_private_set_sysprof()
Dmsm_gpu.h178 refcount_t sysprof_active; member
Dmsm_gpu.c963 refcount_set(&gpu->sysprof_active, 1); in msm_gpu_init()
/linux-6.1.9/drivers/gpu/drm/msm/adreno/
Da6xx_gpu.c105 bool sysprof = refcount_read(&a6xx_gpu->base.base.sysprof_active) > 1; in a6xx_set_pagetable()