|
@@ -1805,38 +1805,6 @@ static struct s3c_fb_driverdata s3c_fb_data_64xx = {
|
|
|
.win[4] = &s3c_fb_data_64xx_wins[4],
|
|
|
};
|
|
|
|
|
|
-static struct s3c_fb_driverdata s3c_fb_data_s5pc100 = {
|
|
|
- .variant = {
|
|
|
- .nr_windows = 5,
|
|
|
- .vidtcon = VIDTCON0,
|
|
|
- .wincon = WINCON(0),
|
|
|
- .winmap = WINxMAP(0),
|
|
|
- .keycon = WKEYCON,
|
|
|
- .osd = VIDOSD_BASE,
|
|
|
- .osd_stride = 16,
|
|
|
- .buf_start = VIDW_BUF_START(0),
|
|
|
- .buf_size = VIDW_BUF_SIZE(0),
|
|
|
- .buf_end = VIDW_BUF_END(0),
|
|
|
-
|
|
|
- .palette = {
|
|
|
- [0] = 0x2400,
|
|
|
- [1] = 0x2800,
|
|
|
- [2] = 0x2c00,
|
|
|
- [3] = 0x3000,
|
|
|
- [4] = 0x3400,
|
|
|
- },
|
|
|
-
|
|
|
- .has_prtcon = 1,
|
|
|
- .has_blendcon = 1,
|
|
|
- .has_clksel = 1,
|
|
|
- },
|
|
|
- .win[0] = &s3c_fb_data_s5p_wins[0],
|
|
|
- .win[1] = &s3c_fb_data_s5p_wins[1],
|
|
|
- .win[2] = &s3c_fb_data_s5p_wins[2],
|
|
|
- .win[3] = &s3c_fb_data_s5p_wins[3],
|
|
|
- .win[4] = &s3c_fb_data_s5p_wins[4],
|
|
|
-};
|
|
|
-
|
|
|
static struct s3c_fb_driverdata s3c_fb_data_s5pv210 = {
|
|
|
.variant = {
|
|
|
.nr_windows = 5,
|
|
@@ -1974,9 +1942,6 @@ static struct platform_device_id s3c_fb_driver_ids[] = {
|
|
|
{
|
|
|
.name = "s3c-fb",
|
|
|
.driver_data = (unsigned long)&s3c_fb_data_64xx,
|
|
|
- }, {
|
|
|
- .name = "s5pc100-fb",
|
|
|
- .driver_data = (unsigned long)&s3c_fb_data_s5pc100,
|
|
|
}, {
|
|
|
.name = "s5pv210-fb",
|
|
|
.driver_data = (unsigned long)&s3c_fb_data_s5pv210,
|