video: Drop the ct69000 driver

This is not used in U-Boot.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
Bin Meng 2017-08-03 21:56:50 -07:00 committed by Anatolij Gustschin
parent aa82f935ab
commit c674e00b8a
4 changed files with 2 additions and 1208 deletions

View File

@ -562,36 +562,9 @@ config CONSOLE_SCROLL_LINES
console jump but can help speed up operation when scrolling console jump but can help speed up operation when scrolling
is slow. is slow.
config VIDEO_CT69000
bool "Enable Chips & Technologies 69000 video driver"
depends on VIDEO
help
This enables a frame buffer driver for the Chips & Technologies
ct69000, a fairly old graphics device (circa 2000) which is used
on some hardware. It operates over the ISA bus, and supports
some acceleration features.
For the CT69000 and SMI_LYNXEM drivers, videomode is
selected via environment 'videomode'. Two different ways
are possible:
- "videomode=num" 'num' is a standard LiLo mode numbers.
Following standard modes are supported (* is default):
Colors 640x480 800x600 1024x768 1152x864 1280x1024
-------------+---------------------------------------------
8 bits | 0x301* 0x303 0x305 0x161 0x307
15 bits | 0x310 0x313 0x316 0x162 0x319
16 bits | 0x311 0x314 0x317 0x163 0x31A
24 bits | 0x312 0x315 0x318 ? 0x31B
-------------+---------------------------------------------
(i.e. setenv videomode 317; saveenv; reset;)
- "videomode=bootargs" all the video parameters are parsed
from the bootargs. (See drivers/video/videomodes.c)
config SYS_CONSOLE_BG_COL config SYS_CONSOLE_BG_COL
hex "Background colour" hex "Background colour"
depends on CFB_CONSOLE || VIDEO_CT69000 depends on CFB_CONSOLE
default 0x00 default 0x00
help help
Defines the background colour for the console. The value is from Defines the background colour for the console. The value is from
@ -602,7 +575,7 @@ config SYS_CONSOLE_BG_COL
config SYS_CONSOLE_FG_COL config SYS_CONSOLE_FG_COL
hex "Foreground colour" hex "Foreground colour"
depends on CFB_CONSOLE || VIDEO_CT69000 depends on CFB_CONSOLE
default 0xa0 default 0xa0
help help
Defines the foreground colour for the console. The value is from Defines the foreground colour for the console. The value is from

View File

@ -35,7 +35,6 @@ obj-$(CONFIG_S6E63D6) += s6e63d6.o
obj-$(CONFIG_LD9040) += ld9040.o obj-$(CONFIG_LD9040) += ld9040.o
obj-$(CONFIG_VIDEO_BCM2835) += bcm2835.o obj-$(CONFIG_VIDEO_BCM2835) += bcm2835.o
obj-$(CONFIG_VIDEO_COREBOOT) += coreboot.o obj-$(CONFIG_VIDEO_COREBOOT) += coreboot.o
obj-$(CONFIG_VIDEO_CT69000) += ct69000.o videomodes.o
obj-$(CONFIG_VIDEO_DA8XX) += da8xx-fb.o videomodes.o obj-$(CONFIG_VIDEO_DA8XX) += da8xx-fb.o videomodes.o
obj-$(CONFIG_VIDEO_LCD_ANX9804) += anx9804.o obj-$(CONFIG_VIDEO_LCD_ANX9804) += anx9804.o
obj-$(CONFIG_VIDEO_LCD_HITACHI_TX18D42VM) += hitachi_tx18d42vm_lcd.o obj-$(CONFIG_VIDEO_LCD_HITACHI_TX18D42VM) += hitachi_tx18d42vm_lcd.o

View File

@ -72,16 +72,6 @@
#include <video.h> #include <video.h>
#include <linux/compiler.h> #include <linux/compiler.h>
/*
* Defines for the CT69000 driver
*/
#ifdef CONFIG_VIDEO_CT69000
#define VIDEO_FB_LITTLE_ENDIAN
#define VIDEO_HW_RECTFILL
#define VIDEO_HW_BITBLT
#endif
#if defined(CONFIG_VIDEO_MXS) #if defined(CONFIG_VIDEO_MXS)
#define VIDEO_FB_16BPP_WORD_SWAP #define VIDEO_FB_16BPP_WORD_SWAP
#endif #endif

File diff suppressed because it is too large Load Diff