diff options
| author | Dr. David Alan Gilbert <[email protected]> | 2024-12-15 21:47:50 +0000 |
|---|---|---|
| committer | Thierry Reding <[email protected]> | 2025-02-28 16:44:13 +0000 |
| commit | 3cfae15302b398fd2d9884dcea0a1d2188e6513d (patch) | |
| tree | cacaafa8e785da5a56835e7ffe0ddffe416ca535 /drivers/gpu/host1x/debug.h | |
| parent | drm/vboxvideo: Remove unused hgsmi_cursor_position (diff) | |
| download | kernel-3cfae15302b398fd2d9884dcea0a1d2188e6513d.tar.gz kernel-3cfae15302b398fd2d9884dcea0a1d2188e6513d.zip | |
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 <[email protected]>
Acked-by: Mikko Perttunen <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/host1x/debug.h')
| -rw-r--r-- | drivers/gpu/host1x/debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/debug.h b/drivers/gpu/host1x/debug.h index 62bd8a091fa7..c43c61d876a9 100644 --- a/drivers/gpu/host1x/debug.h +++ b/drivers/gpu/host1x/debug.h @@ -41,6 +41,5 @@ extern unsigned int host1x_debug_trace_cmdbuf; void host1x_debug_init(struct host1x *host1x); void host1x_debug_deinit(struct host1x *host1x); void host1x_debug_dump(struct host1x *host1x); -void host1x_debug_dump_syncpts(struct host1x *host1x); #endif |
