Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/
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()
43 ctx->sysprof = sysprof; in msm_context_set_sysprof()
A Dmsm_gpu.h412 int sysprof; member
679 int msm_context_set_sysprof(struct msm_context *ctx, struct msm_gpu *gpu, int sysprof);
/drivers/gpu/drm/msm/adreno/
A Da6xx_preempt.c231 bool sysprof; in a6xx_preempt_trigger() local
319 sysprof = refcount_read(&a6xx_gpu->base.base.sysprof_active) > 1; in a6xx_preempt_trigger()
321 if (!sysprof && !a6xx_gpu->postamble_enabled) in a6xx_preempt_trigger()
324 if (sysprof && a6xx_gpu->postamble_enabled) in a6xx_preempt_trigger()
A Da6xx_gpu.c113 bool sysprof = refcount_read(&a6xx_gpu->base.base.sysprof_active) > 1; in a6xx_set_pagetable() local
150 if (!sysprof) { in a6xx_set_pagetable()
200 if (!sysprof) { in a6xx_set_pagetable()

Completed in 14 milliseconds