Skip to content

Commit 40227f2

Browse files
Prasanna Kumar T S Mhdeller
authored andcommitted
fbdev: hyperv_fb: Remove hyperv_fb driver
The HyperV DRM driver is available since 5.14. This makes the hyperv_fb driver redundant, remove it. Signed-off-by: Prasanna Kumar T S M <ptsm@linux.microsoft.com> Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 68eeb08 commit 40227f2

4 files changed

Lines changed: 0 additions & 1410 deletions

File tree

MAINTAINERS

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11858,16 +11858,6 @@ F: include/uapi/linux/hyperv.h
1185811858
F: net/vmw_vsock/hyperv_transport.c
1185911859
F: tools/hv/
1186011860

11861-
HYPER-V FRAMEBUFFER DRIVER
11862-
M: "K. Y. Srinivasan" <kys@microsoft.com>
11863-
M: Haiyang Zhang <haiyangz@microsoft.com>
11864-
M: Wei Liu <wei.liu@kernel.org>
11865-
M: Dexuan Cui <decui@microsoft.com>
11866-
L: linux-hyperv@vger.kernel.org
11867-
S: Obsolete
11868-
T: git git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git
11869-
F: drivers/video/fbdev/hyperv_fb.c
11870-
1187111861
HYPERBUS SUPPORT
1187211862
M: Vignesh Raghavendra <vigneshr@ti.com>
1187311863
R: Tudor Ambarus <tudor.ambarus@linaro.org>

drivers/video/fbdev/Kconfig

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1770,17 +1770,6 @@ config FB_BROADSHEET
17701770
and could also have been called by other names when coupled with
17711771
a bridge adapter.
17721772

1773-
config FB_HYPERV
1774-
tristate "Microsoft Hyper-V Synthetic Video support (DEPRECATED)"
1775-
depends on FB && HYPERV_VMBUS
1776-
select DMA_CMA if HAVE_DMA_CONTIGUOUS && CMA
1777-
select FB_IOMEM_HELPERS_DEFERRED
1778-
help
1779-
This framebuffer driver supports Microsoft Hyper-V Synthetic Video.
1780-
1781-
This driver is deprecated, please use the Hyper-V DRM driver at
1782-
drivers/gpu/drm/hyperv (CONFIG_DRM_HYPERV) instead.
1783-
17841773
config FB_SIMPLE
17851774
tristate "Simple framebuffer support"
17861775
depends on FB

drivers/video/fbdev/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ obj-y += omap2/
111111
obj-$(CONFIG_XEN_FBDEV_FRONTEND) += xen-fbfront.o
112112
obj-$(CONFIG_FB_CARMINE) += carminefb.o
113113
obj-$(CONFIG_FB_MB862XX) += mb862xx/
114-
obj-$(CONFIG_FB_HYPERV) += hyperv_fb.o
115114
obj-$(CONFIG_FB_OPENCORES) += ocfb.o
116115
obj-$(CONFIG_FB_SM712) += sm712fb.o
117116

0 commit comments

Comments
 (0)