Home
last modified time | relevance | path

Searched refs:lastctx (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/msm/adreno/
Da5xx_gpu.c60 if (priv->lastctx == ctx) in a5xx_submit_in_rb()
116 priv->lastctx = NULL; in a5xx_submit()
151 if (priv->lastctx == ctx) in a5xx_submit()
Da6xx_gpu.c116 if (priv->lastctx == ctx) in a6xx_submit()
Dadreno_gpu.c429 if (priv->lastctx == ctx) in adreno_submit()
/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_drv.h164 struct msm_file_private *lastctx; member
Dmsm_drv.c619 if (ctx == priv->lastctx) in msm_postclose()
620 priv->lastctx = NULL; in msm_postclose()
Dmsm_gpu.c770 priv->lastctx = ctx; in msm_gpu_submit()