Searched refs:sysprof_active (Results 1 – 5 of 5) sorted by relevance
1239 if (refcount_read(&gpu->sysprof_active) > 1) { in a6xx_gmu_resume()1950 unsigned int sysprof_active; in a6xx_gmu_sysprof_setup() local1958 sysprof_active = refcount_read(&gpu->sysprof_active); in a6xx_gmu_sysprof_setup()1964 if ((sysprof_active > 1) && !test_and_set_bit(GMU_STATUS_OOB_PERF_SET, &gmu->status)) in a6xx_gmu_sysprof_setup()1966 else if ((sysprof_active == 1) && test_and_clear_bit(GMU_STATUS_OOB_PERF_SET, &gmu->status)) in a6xx_gmu_sysprof_setup()
339 sysprof = refcount_read(&a6xx_gpu->base.base.sysprof_active) > 1; in a6xx_preempt_trigger()
204 bool sysprof = refcount_read(&a6xx_gpu->base.base.sysprof_active) > 1; in a6xx_set_pagetable()
191 refcount_t sysprof_active; member
1110 refcount_set(&gpu->sysprof_active, 1); in msm_gpu_init()