Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.h101 struct etnaviv_file_private *lastctx; member
Detnaviv_drv.c77 if (gpu->lastctx == ctx) in etnaviv_postclose()
78 gpu->lastctx = NULL; in etnaviv_postclose()
Detnaviv_buffer.c443 gpu->lastctx = cmdbuf->ctx; in etnaviv_buffer_queue()
Detnaviv_gpu.c1000 gpu->lastctx = NULL; in etnaviv_gpu_recover_hang()
1552 gpu->lastctx = NULL; in etnaviv_gpu_hw_resume()
/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Da5xx_gpu.c161 if (priv->lastctx == ctx) in a5xx_submit_in_rb()
216 priv->lastctx = NULL; in a5xx_submit()
251 if (priv->lastctx == ctx) in a5xx_submit()
Dadreno_gpu.c300 if (priv->lastctx == ctx) in adreno_submit()
Da6xx_gpu.c88 if (priv->lastctx == ctx) in a6xx_submit()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_drv.h179 struct msm_file_private *lastctx; member
Dmsm_drv.c715 if (ctx == priv->lastctx) in msm_postclose()
716 priv->lastctx = NULL; in msm_postclose()
Dmsm_gpu.c755 priv->lastctx = ctx; in msm_gpu_submit()