OSDN Git Service

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)
commit2bdb7380fe128481f30b8db7558cef248ca27434
treeb9602ec6333ad194622cc362e82cd5ff133d2982
parent44e5f9311cf0116635541099023ff54a86dcfb51
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