]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/a6xx: Track current ctx by seqno
authorRob Clark <robdclark@chromium.org>
Thu, 30 Sep 2021 17:43:20 +0000 (10:43 -0700)
committerRob Clark <robdclark@chromium.org>
Fri, 1 Oct 2021 20:10:20 +0000 (13:10 -0700)
commit7f7599daf14f8952d611343e47c085c90c25963d
tree8acd1a8f32cb4abbd00c26a1a286cf60cda46ee9
parent5db74333609a001e23e1337518a3c6c196f283a0
drm/msm/a6xx: Track current ctx by seqno

In theory a context can be destroyed and a new one allocated at the same
address, making the pointer comparision to detect when we don't need to
update the current pagetables invalid.  Instead assign a sequence number
to each context on creation, and use this for the check.

Fixes: 82b173af897c ("drm/msm/a6xx: Add support for per-instance pagetables")
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
drivers/gpu/drm/msm/adreno/a6xx_gpu.h
drivers/gpu/drm/msm/msm_drv.c
drivers/gpu/drm/msm/msm_drv.h