]> Git Repo - J-linux.git/commitdiff
drm/etnaviv: Drop the 'struct etnaviv_iommu_global::pta_lock' data member
authorSui Jingfeng <[email protected]>
Fri, 25 Oct 2024 17:51:36 +0000 (01:51 +0800)
committerLucas Stach <[email protected]>
Mon, 28 Oct 2024 15:49:37 +0000 (16:49 +0100)
Because it is not get used, drop it.

Signed-off-by: Sui Jingfeng <[email protected]>
Signed-off-by: Lucas Stach <[email protected]>
drivers/gpu/drm/etnaviv/etnaviv_mmu.h

index c01a147f0dfddfbc2809b7d99ce85b23cd558983..7f8ac0178547480f81d1a7e0c6e979862cd35290 100644 (file)
@@ -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;
        };
This page took 0.046997 seconds and 4 git commands to generate.