Re: [PATCH] gpu: host1x: Remove unused host1x_debug_dump_syncpts

2025-02-28 Thread Dr. David Alan Gilbert
* Thierry Reding (thierry.red...@gmail.com) wrote: > On Sun, Dec 15, 2024 at 09:47:50PM +, li...@treblig.org wrote: > > From: "Dr. David Alan Gilbert" > > > > host1x_debug_dump_syncpts() has been unused since > > commit f0fb260a0cdb ("gpu: host1x: Implement syncpoint wait using DMA > > fences

Re: [PATCH] gpu: host1x: Remove unused host1x_debug_dump_syncpts

2025-02-28 Thread Thierry Reding
On Sun, Dec 15, 2024 at 09:47:50PM +, li...@treblig.org wrote: > From: "Dr. David Alan Gilbert" > > host1x_debug_dump_syncpts() has been unused since > commit f0fb260a0cdb ("gpu: host1x: Implement syncpoint wait using DMA > fences") > > Remove it. > > Signed-off-by: Dr. David Alan Gilbert

Re: [PATCH] gpu: host1x: Remove unused host1x_debug_dump_syncpts

2025-02-28 Thread Dr. David Alan Gilbert
Hi, * Mikko Perttunen (cyn...@kapsi.fi) wrote: > On 12/16/24 6:47 AM, li...@treblig.org wrote: > > From: "Dr. David Alan Gilbert" > > > > host1x_debug_dump_syncpts() has been unused since > > commit f0fb260a0cdb ("gpu: host1x: Implement syncpoint wait using DMA > > fences") > > > > Remove it. >

Re: [PATCH] gpu: host1x: Remove unused host1x_debug_dump_syncpts

2024-12-16 Thread Mikko Perttunen
On 12/16/24 6:47 AM, li...@treblig.org wrote: From: "Dr. David Alan Gilbert" host1x_debug_dump_syncpts() has been unused since commit f0fb260a0cdb ("gpu: host1x: Implement syncpoint wait using DMA fences") Remove it. Signed-off-by: Dr. David Alan Gilbert --- drivers/gpu/host1x/debug.c | 9

[PATCH] gpu: host1x: Remove unused host1x_debug_dump_syncpts

2024-12-15 Thread linux
From: "Dr. David Alan Gilbert" host1x_debug_dump_syncpts() has been unused since commit f0fb260a0cdb ("gpu: host1x: Implement syncpoint wait using DMA fences") Remove it. Signed-off-by: Dr. David Alan Gilbert --- drivers/gpu/host1x/debug.c | 9 - drivers/gpu/host1x/debug.h | 1 - 2 fi