Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
H A Dmsm_submitqueue.c10 int msm_context_set_sysprof(struct msm_context *ctx, struct msm_gpu *gpu, int sysprof) in msm_context_set_sysprof() argument
18 switch (sysprof) { in msm_context_set_sysprof()
20 return UERR(EINVAL, gpu->dev, "Invalid sysprof: %d", sysprof); in msm_context_set_sysprof()
32 switch (ctx->sysprof) { in msm_context_set_sysprof()
47 ctx->sysprof = sysprof; in msm_context_set_sysprof()
H A Dmsm_gpu.h399 int sysprof; member
667 int msm_context_set_sysprof(struct msm_context *ctx, struct msm_gpu *gpu, int sysprof);
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_preempt.c248 bool sysprof; in a6xx_preempt_trigger() local
339 sysprof = refcount_read(&a6xx_gpu->base.base.sysprof_active) > 1; in a6xx_preempt_trigger()
341 if (!sysprof && !a6xx_gpu->postamble_enabled) in a6xx_preempt_trigger()
344 if (sysprof && a6xx_gpu->postamble_enabled) in a6xx_preempt_trigger()
H A Da6xx_gpu.c204 bool sysprof = refcount_read(&a6xx_gpu->base.base.sysprof_active) > 1; in a6xx_set_pagetable() local
247 if (!sysprof) { in a6xx_set_pagetable()
304 if (!sysprof) { in a6xx_set_pagetable()