drm/vmwgfx: Remove unused compile options
authorZack Rusin <zackr@vmware.com>
Wed, 15 Dec 2021 18:41:47 +0000 (13:41 -0500)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 17 Dec 2021 15:35:02 +0000 (16:35 +0100)
commit50ca8cc7c0fdd9ab16b8b66ffb301fface101fac
treeb3df2ea305d5197f8bbd91bb399a6c09c182eeae
parentbc701a28c74e78d7b5aa2b8628cb3608d4785d14
drm/vmwgfx: Remove unused compile options

Before the driver had screen targets support we had to disable explicit
bringup of its infrastructure because it was breaking screen objects
support.
Since the implementation of screen targets landed there hasn't been a
reason to explicitly disable it and the options were never used.
Remove of all that unused code.

Signed-off-by: Zack Rusin <zackr@vmware.com>
Fixes: d80efd5cb3de ("drm/vmwgfx: Initial DX support")
Reviewed-by: Martin Krastev <krastevm@vmware.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211215184147.3688785-3-zack@kde.org
(cherry picked from commit 11343099d5ae6c7411da1425b6b162c89fb5bf10)
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
drivers/gpu/drm/vmwgfx/vmwgfx_mob.c
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c