Skip to content

Commit 3cfae15

Browse files
Dr. David Alan Gilbertthierryreding
authored andcommitted
gpu: host1x: Remove unused host1x_debug_dump_syncpts
host1x_debug_dump_syncpts() has been unused since commit f0fb260 ("gpu: host1x: Implement syncpoint wait using DMA fences") Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Acked-by: Mikko Perttunen <[email protected]> Signed-off-by: Thierry Reding <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 7a4c93c commit 3cfae15

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

drivers/gpu/host1x/debug.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,3 @@ void host1x_debug_dump(struct host1x *host1x)
216216

217217
show_all(host1x, &o, true);
218218
}
219-
220-
void host1x_debug_dump_syncpts(struct host1x *host1x)
221-
{
222-
struct output o = {
223-
.fn = write_to_printk
224-
};
225-
226-
show_syncpts(host1x, &o, false);
227-
}

drivers/gpu/host1x/debug.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ extern unsigned int host1x_debug_trace_cmdbuf;
4141
void host1x_debug_init(struct host1x *host1x);
4242
void host1x_debug_deinit(struct host1x *host1x);
4343
void host1x_debug_dump(struct host1x *host1x);
44-
void host1x_debug_dump_syncpts(struct host1x *host1x);
4544

4645
#endif

0 commit comments

Comments
 (0)