Skip to content
Commit 14eb0cb4 authored by Rob Clark's avatar Rob Clark
Browse files

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: 84c31ee1 ("drm/msm/a6xx: Add support for per-instance pagetables")
Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
parent f6f59072
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment