Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_gpu.c583 if (!gpu->perfcntr_active) in update_sw_cntrs()
611 gpu->perfcntr_active = true; in msm_gpu_perfcntr_start()
618 gpu->perfcntr_active = false; in msm_gpu_perfcntr_stop()
631 if (!gpu->perfcntr_active) { in msm_gpu_perfcntr_sample()
Dmsm_gpu.h86 bool perfcntr_active; member