]> 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)
commit0878245291e2a4e84316e0c87a4fcbef120ffd44
treeb9602ec6333ad194622cc362e82cd5ff133d2982
parent4186b528e57ff83c2e2d49c7a6a190f31e8389c5
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