Searched refs:sysprof (Results 1 – 4 of 4) sorted by relevance
10 int msm_context_set_sysprof(struct msm_context *ctx, struct msm_gpu *gpu, int sysprof) in msm_context_set_sysprof() argument18 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()
412 int sysprof; member679 int msm_context_set_sysprof(struct msm_context *ctx, struct msm_gpu *gpu, int sysprof);
231 bool sysprof; in a6xx_preempt_trigger() local319 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()
113 bool sysprof = refcount_read(&a6xx_gpu->base.base.sysprof_active) > 1; in a6xx_set_pagetable() local150 if (!sysprof) { in a6xx_set_pagetable()200 if (!sysprof) { in a6xx_set_pagetable()
Completed in 14 milliseconds