]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vmwgfx: Remove a few unused functions
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 2 Mar 2020 09:35:10 +0000 (10:35 +0100)
committerThomas Hellstrom <thellstrom@vmware.com>
Thu, 12 Mar 2020 14:31:12 +0000 (15:31 +0100)
commit57ecdffa5a472fb023217069557feb8353796d43
treeb9602ec6333ad194622cc362e82cd5ff133d2982
parent88fa3545cb783b433284db8c48a956d5f8f5f5b7
drm/vmwgfx: Remove a few unused functions

I noticed that there is a prototype for vmw_fifo_ping_host_locked() but
no function. Then I looked further and noticed more functions which are
not used anymore or functions protoypes which remained after the
function was removed.

Remove unused function (prototypes).

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c