Searched refs:activetime (Results 1 – 1 of 1) sorted by relevance
80 uint32_t activetime = 0, totaltime = 0; in refill_buf() local90 ret = msm_gpu_perfcntr_sample(gpu, &activetime, &totaltime, in refill_buf()95 val = totaltime ? 1000 * activetime / totaltime : 0; in refill_buf()