Re: [RFC PATCH 1/2] drm: etnaviv: Add lockdep annotations for context lock

2020-10-30 Thread Lucas Stach
Am Donnerstag, den 29.10.2020, 15:20 +0100 schrieb Guido Günther: > etnaviv_iommu_find_iova has it so etnaviv_iommu_insert_exact and > lockdep_assert_held should have it as well. This sounds reasonable to me. I've added this patch to my etnaviv/next branch. Regards, Lucas > Signed-off-by: Guido

[RFC PATCH 1/2] drm: etnaviv: Add lockdep annotations for context lock

2020-10-29 Thread Guido Günther
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 --- drivers/gpu/drm/etnaviv/etnaviv_mmu.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/etnaviv/etnaviv_mmu.c b/drivers/gpu/drm/etn