Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpu: host1x: Remove unused host1x_debug_dump_syncpts

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 <linux@treblig.org>
Acked-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241215214750.448209-1-linux@treblig.org

authored by

Dr. David Alan Gilbert and committed by
Thierry Reding
3cfae153 7a4c93ca

-10
-9
drivers/gpu/host1x/debug.c
··· 216 216 217 217 show_all(host1x, &o, true); 218 218 } 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 - }
-1
drivers/gpu/host1x/debug.h
··· 41 41 void host1x_debug_init(struct host1x *host1x); 42 42 void host1x_debug_deinit(struct host1x *host1x); 43 43 void host1x_debug_dump(struct host1x *host1x); 44 - void host1x_debug_dump_syncpts(struct host1x *host1x); 45 44 46 45 #endif