Skip to content

Commit 6fbd70e

Browse files
suijingfenglynxeye-dev
authored andcommitted
drm/etnaviv: Drop the 'struct etnaviv_iommu_global::pta_lock' data member
Because it is not get used, drop it. Signed-off-by: Sui Jingfeng <sui.jingfeng@linux.dev> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
1 parent 4f8dbad commit 6fbd70e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/etnaviv/etnaviv_mmu.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct etnaviv_iommu_global {
6161
/* P(age) T(able) A(rray) */
6262
u64 *pta_cpu;
6363
dma_addr_t pta_dma;
64-
struct spinlock pta_lock;
6564
DECLARE_BITMAP(pta_alloc, ETNAVIV_PTA_ENTRIES);
6665
} v2;
6766
};

0 commit comments

Comments
 (0)