Home
last modified time | relevance | path

Searched refs:sysprof (Results 1 – 2 of 2) 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);