drm/etnaviv: Add lockdep annotations for context lock
authorGuido Günther <agx@sigxcpu.org>
Thu, 29 Oct 2020 14:20:56 +0000 (15:20 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Fri, 30 Oct 2020 14:33:59 +0000 (15:33 +0100)
commit4612bad5701e158f3c40951f2c7aa8e64b3445eb
tree26371673369a8ca3cd7947d938d009daf576d37f
parent3136fed4f91e02ad754464bf1ec15e22b800cc69
drm/etnaviv: Add lockdep annotations for context lock

etnaviv_iommu_find_iova has it so etnaviv_iommu_insert_exact and
lockdep_assert_held should have it as well.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_mmu.c