Home
last modified time | relevance | path

Searched refs:perfcntr_active (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_gpu.c607 if (!gpu->perfcntr_active) in update_sw_cntrs()
635 gpu->perfcntr_active = true; in msm_gpu_perfcntr_start()
642 gpu->perfcntr_active = false; in msm_gpu_perfcntr_stop()
655 if (!gpu->perfcntr_active) { in msm_gpu_perfcntr_sample()
H A Dmsm_gpu.h84 bool perfcntr_active; member