Skip to content

Commit

Permalink
drm/etnaviv: Drop the 'struct etnaviv_iommu_global::pta_lock' data me…
Browse files Browse the repository at this point in the history
…mber

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>
  • Loading branch information
Sui Jingfeng authored and Lucas Stach committed Oct 28, 2024
1 parent 4f8dbad commit 6fbd70e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/etnaviv/etnaviv_mmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ struct etnaviv_iommu_global {
/* P(age) T(able) A(rray) */
u64 *pta_cpu;
dma_addr_t pta_dma;
struct spinlock pta_lock;
DECLARE_BITMAP(pta_alloc, ETNAVIV_PTA_ENTRIES);
} v2;
};
Expand Down

0 comments on commit 6fbd70e

Please sign in to comment.