Skip to content

Commit 5a7345d

Browse files
committed
HSD #14010901465-1: Revert "add Altera VIP framebuffer driver"
Revert "FogBugz #177284: add Altera VIP framebuffer driver". This reverts commit c74ed67. Use the new Frame Buffer II for Display Port IP driver. Signed-off-by: Dinh Nguyen <dinh.nguyen@intel.com>
1 parent 45dacb8 commit 5a7345d

File tree

5 files changed

+0
-345
lines changed

5 files changed

+0
-345
lines changed

Documentation/devicetree/bindings/video/altvipfb.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

drivers/video/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@ config HDMI
3636
bool
3737

3838
endif # HAS_IOMEM
39-
config FB_ALTERA_VIP
40-
tristate "Altera VIP Frame Reader framebuffer support"
41-
depends on FB
42-
select FB_CFB_FILLRECT
43-
select FB_CFB_COPYAREA
44-
select FB_CFB_IMAGEBLIT
45-
help
46-
This driver supports the Altera Video and Image Processing(VIP)
47-
Frame Reader
4839

4940
if VT
5041
source "drivers/video/console/Kconfig"

drivers/video/fbdev/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -219,16 +219,6 @@ config FB_TILEBLITTING
219219
comment "Frame buffer hardware drivers"
220220
depends on FB
221221

222-
config FB_ALTERA_VIP
223-
tristate "Altera VIP Frame Reader framebuffer support"
224-
depends on FB
225-
select FB_CFB_FILLRECT
226-
select FB_CFB_COPYAREA
227-
select FB_CFB_IMAGEBLIT
228-
help
229-
This driver supports the Altera Video and Image Processing(VIP)
230-
Frame Reader
231-
232222
config FB_GRVGA
233223
tristate "Aeroflex Gaisler framebuffer support"
234224
depends on FB && SPARC

drivers/video/fbdev/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ obj-$(CONFIG_FB_MACMODES) += macmodes.o
1111
obj-$(CONFIG_FB_WMT_GE_ROPS) += wmt_ge_rops.o
1212

1313
# Hardware specific drivers go first
14-
obj-$(CONFIG_FB_ALTERA_VIP) += altvipfb.o
1514
obj-$(CONFIG_FB_AMIGA) += amifb.o c2p_planar.o
1615
obj-$(CONFIG_FB_ARC) += arcfb.o
1716
obj-$(CONFIG_FB_CLPS711X) += clps711x-fb.o

drivers/video/fbdev/altvipfb.c

Lines changed: 0 additions & 303 deletions
This file was deleted.

0 commit comments

Comments
 (0)