All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/etnaviv: Drop the 'struct etnaviv_iommu_global::pta_lock' data member
@ 2024-10-25 17:51 Sui Jingfeng
  2024-10-28 15:58 ` Lucas Stach
  2024-12-03 17:42 ` Lucas Stach
  0 siblings, 2 replies; 3+ messages in thread
From: Sui Jingfeng @ 2024-10-25 17:51 UTC (permalink / raw)
  To: Lucas Stach, Russell King, Christian Gmeiner
  Cc: David Airlie, Simona Vetter, etnaviv, dri-devel, linux-kernel,
	Sui Jingfeng

Because it is not get used, drop it.

Signed-off-by: Sui Jingfeng <sui.jingfeng@linux.dev>
---
 drivers/gpu/drm/etnaviv/etnaviv_mmu.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/etnaviv/etnaviv_mmu.h b/drivers/gpu/drm/etnaviv/etnaviv_mmu.h
index c01a147f0dfd..7f8ac0178547 100644
--- a/drivers/gpu/drm/etnaviv/etnaviv_mmu.h
+++ b/drivers/gpu/drm/etnaviv/etnaviv_mmu.h
@@ -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;
 	};
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-12-03 17:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-25 17:51 [PATCH] drm/etnaviv: Drop the 'struct etnaviv_iommu_global::pta_lock' data member Sui Jingfeng
2024-10-28 15:58 ` Lucas Stach
2024-12-03 17:42 ` Lucas Stach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.