Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
H A Dmsm_perf.c80 uint32_t activetime = 0, totaltime = 0; in refill_buf() local
90 ret = msm_gpu_perfcntr_sample(gpu, &activetime, &totaltime, in refill_buf()
95 val = totaltime ? 1000 * activetime / totaltime : 0; in refill_buf()