diff options
| author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-02-13 08:31:38 -0500 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-04-17 01:10:19 -0400 |
| commit | f7018c21350204c4cf628462f229d44d03545254 (patch) | |
| tree | 408787177164cf51cc06f7aabdb04fcff8d2b6aa | |
| parent | c26ef3eb3c11274bad1b64498d0a134f85755250 (diff) | |
video: move fbdev to drivers/video/fbdev
The drivers/video directory is a mess. It contains generic video related
files, directories for backlight, console, linux logo, lots of fbdev
device drivers, fbdev framework files.
Make some order into the chaos by creating drivers/video/fbdev
directory, and move all fbdev related files there.
No functionality is changed, although I guess it is possible that some
subtle Makefile build order related issue could be created by this
patch.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Rob Clark <robdclark@gmail.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
| -rw-r--r-- | Documentation/DocBook/device-drivers.tmpl | 10 | ||||
| -rw-r--r-- | drivers/Makefile | 4 | ||||
| -rw-r--r-- | drivers/staging/xgifb/vb_def.h | 2 | ||||
| -rw-r--r-- | drivers/staging/xgifb/vb_struct.h | 2 | ||||
| -rw-r--r-- | drivers/staging/xgifb/vgatypes.h | 4 | ||||
| -rw-r--r-- | drivers/video/Kconfig | 2476 | ||||
| -rw-r--r-- | drivers/video/Makefile | 166 | ||||
| -rw-r--r-- | drivers/video/console/sticon.c | 2 | ||||
| -rw-r--r-- | drivers/video/console/sticore.c | 2 | ||||
| -rw-r--r-- | drivers/video/fbdev/68328fb.c (renamed from drivers/video/68328fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/Kconfig | 2474 | ||||
| -rw-r--r-- | drivers/video/fbdev/Makefile | 166 | ||||
| -rw-r--r-- | drivers/video/fbdev/acornfb.c (renamed from drivers/video/acornfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/acornfb.h (renamed from drivers/video/acornfb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/amba-clcd.c (renamed from drivers/video/amba-clcd.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/amifb.c (renamed from drivers/video/amifb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/arcfb.c (renamed from drivers/video/arcfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/arkfb.c (renamed from drivers/video/arkfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/asiliantfb.c (renamed from drivers/video/asiliantfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/atafb.c (renamed from drivers/video/atafb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/atafb.h (renamed from drivers/video/atafb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/atafb_iplan2p2.c (renamed from drivers/video/atafb_iplan2p2.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/atafb_iplan2p4.c (renamed from drivers/video/atafb_iplan2p4.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/atafb_iplan2p8.c (renamed from drivers/video/atafb_iplan2p8.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/atafb_mfb.c (renamed from drivers/video/atafb_mfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/atafb_utils.h (renamed from drivers/video/atafb_utils.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/atmel_lcdfb.c (renamed from drivers/video/atmel_lcdfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/Makefile (renamed from drivers/video/aty/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/ati_ids.h (renamed from drivers/video/aty/ati_ids.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/aty128fb.c (renamed from drivers/video/aty/aty128fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/atyfb.h (renamed from drivers/video/aty/atyfb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/atyfb_base.c (renamed from drivers/video/aty/atyfb_base.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/mach64_accel.c (renamed from drivers/video/aty/mach64_accel.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/mach64_ct.c (renamed from drivers/video/aty/mach64_ct.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/mach64_cursor.c (renamed from drivers/video/aty/mach64_cursor.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/mach64_gx.c (renamed from drivers/video/aty/mach64_gx.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/radeon_accel.c (renamed from drivers/video/aty/radeon_accel.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/radeon_backlight.c (renamed from drivers/video/aty/radeon_backlight.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/radeon_base.c (renamed from drivers/video/aty/radeon_base.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/radeon_i2c.c (renamed from drivers/video/aty/radeon_i2c.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/radeon_monitor.c (renamed from drivers/video/aty/radeon_monitor.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/radeon_pm.c (renamed from drivers/video/aty/radeon_pm.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/radeonfb.h (renamed from drivers/video/aty/radeonfb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/au1100fb.c (renamed from drivers/video/au1100fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/au1100fb.h (renamed from drivers/video/au1100fb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/au1200fb.c (renamed from drivers/video/au1200fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/au1200fb.h (renamed from drivers/video/au1200fb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/auo_k1900fb.c (renamed from drivers/video/auo_k1900fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/auo_k1901fb.c (renamed from drivers/video/auo_k1901fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/auo_k190x.c (renamed from drivers/video/auo_k190x.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/auo_k190x.h (renamed from drivers/video/auo_k190x.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/bf537-lq035.c (renamed from drivers/video/bf537-lq035.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/bf54x-lq043fb.c (renamed from drivers/video/bf54x-lq043fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/bfin-lq035q1-fb.c (renamed from drivers/video/bfin-lq035q1-fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/bfin-t350mcqb-fb.c (renamed from drivers/video/bfin-t350mcqb-fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/bfin_adv7393fb.c (renamed from drivers/video/bfin_adv7393fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/bfin_adv7393fb.h (renamed from drivers/video/bfin_adv7393fb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/broadsheetfb.c (renamed from drivers/video/broadsheetfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/bt431.h (renamed from drivers/video/bt431.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/bt455.h (renamed from drivers/video/bt455.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/bw2.c (renamed from drivers/video/bw2.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/c2p.h (renamed from drivers/video/c2p.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/c2p_core.h (renamed from drivers/video/c2p_core.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/c2p_iplan2.c (renamed from drivers/video/c2p_iplan2.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/c2p_planar.c (renamed from drivers/video/c2p_planar.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/carminefb.c (renamed from drivers/video/carminefb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/carminefb.h (renamed from drivers/video/carminefb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/carminefb_regs.h (renamed from drivers/video/carminefb_regs.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/cfbcopyarea.c (renamed from drivers/video/cfbcopyarea.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/cfbfillrect.c (renamed from drivers/video/cfbfillrect.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/cfbimgblt.c (renamed from drivers/video/cfbimgblt.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/cg14.c (renamed from drivers/video/cg14.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/cg3.c (renamed from drivers/video/cg3.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/cg6.c (renamed from drivers/video/cg6.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/chipsfb.c (renamed from drivers/video/chipsfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/cirrusfb.c (renamed from drivers/video/cirrusfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/clps711xfb.c (renamed from drivers/video/clps711xfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/cobalt_lcdfb.c (renamed from drivers/video/cobalt_lcdfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/controlfb.c (renamed from drivers/video/controlfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/controlfb.h (renamed from drivers/video/controlfb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/cyber2000fb.c (renamed from drivers/video/cyber2000fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/cyber2000fb.h (renamed from drivers/video/cyber2000fb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/da8xx-fb.c (renamed from drivers/video/da8xx-fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/dnfb.c (renamed from drivers/video/dnfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/edid.h (renamed from drivers/video/edid.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/efifb.c (renamed from drivers/video/efifb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/ep93xx-fb.c (renamed from drivers/video/ep93xx-fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/exynos/Kconfig (renamed from drivers/video/exynos/Kconfig) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/exynos/Makefile (renamed from drivers/video/exynos/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/exynos/exynos_mipi_dsi.c (renamed from drivers/video/exynos/exynos_mipi_dsi.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/exynos/exynos_mipi_dsi_common.c (renamed from drivers/video/exynos/exynos_mipi_dsi_common.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/exynos/exynos_mipi_dsi_common.h (renamed from drivers/video/exynos/exynos_mipi_dsi_common.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/exynos/exynos_mipi_dsi_lowlevel.c (renamed from drivers/video/exynos/exynos_mipi_dsi_lowlevel.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/exynos/exynos_mipi_dsi_lowlevel.h (renamed from drivers/video/exynos/exynos_mipi_dsi_lowlevel.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/exynos/exynos_mipi_dsi_regs.h (renamed from drivers/video/exynos/exynos_mipi_dsi_regs.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/exynos/s6e8ax0.c (renamed from drivers/video/exynos/s6e8ax0.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/fb-puv3.c (renamed from drivers/video/fb-puv3.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/fb_ddc.c (renamed from drivers/video/fb_ddc.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/fb_defio.c (renamed from drivers/video/fb_defio.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/fb_draw.h (renamed from drivers/video/fb_draw.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/fb_notify.c (renamed from drivers/video/fb_notify.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/fb_sys_fops.c (renamed from drivers/video/fb_sys_fops.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/fbcmap.c (renamed from drivers/video/fbcmap.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/fbcvt.c (renamed from drivers/video/fbcvt.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/fbmem.c (renamed from drivers/video/fbmem.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/fbmon.c (renamed from drivers/video/fbmon.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/fbsysfs.c (renamed from drivers/video/fbsysfs.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/ffb.c (renamed from drivers/video/ffb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/fm2fb.c (renamed from drivers/video/fm2fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/fsl-diu-fb.c (renamed from drivers/video/fsl-diu-fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/g364fb.c (renamed from drivers/video/g364fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/gbefb.c (renamed from drivers/video/gbefb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/Kconfig (renamed from drivers/video/geode/Kconfig) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/Makefile (renamed from drivers/video/geode/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/display_gx.c (renamed from drivers/video/geode/display_gx.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/display_gx1.c (renamed from drivers/video/geode/display_gx1.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/display_gx1.h (renamed from drivers/video/geode/display_gx1.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/geodefb.h (renamed from drivers/video/geode/geodefb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/gx1fb_core.c (renamed from drivers/video/geode/gx1fb_core.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/gxfb.h (renamed from drivers/video/geode/gxfb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/gxfb_core.c (renamed from drivers/video/geode/gxfb_core.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/lxfb.h (renamed from drivers/video/geode/lxfb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/lxfb_core.c (renamed from drivers/video/geode/lxfb_core.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/lxfb_ops.c (renamed from drivers/video/geode/lxfb_ops.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/suspend_gx.c (renamed from drivers/video/geode/suspend_gx.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/video_cs5530.c (renamed from drivers/video/geode/video_cs5530.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/video_cs5530.h (renamed from drivers/video/geode/video_cs5530.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/geode/video_gx.c (renamed from drivers/video/geode/video_gx.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/goldfishfb.c (renamed from drivers/video/goldfishfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/grvga.c (renamed from drivers/video/grvga.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/gxt4500.c (renamed from drivers/video/gxt4500.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/hecubafb.c (renamed from drivers/video/hecubafb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/hgafb.c (renamed from drivers/video/hgafb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/hitfb.c (renamed from drivers/video/hitfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/hpfb.c (renamed from drivers/video/hpfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/hyperv_fb.c (renamed from drivers/video/hyperv_fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/i740_reg.h (renamed from drivers/video/i740_reg.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/i740fb.c (renamed from drivers/video/i740fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/i810/Makefile (renamed from drivers/video/i810/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/i810/i810-i2c.c (renamed from drivers/video/i810/i810-i2c.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/i810/i810.h (renamed from drivers/video/i810/i810.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/i810/i810_accel.c (renamed from drivers/video/i810/i810_accel.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/i810/i810_dvt.c (renamed from drivers/video/i810/i810_dvt.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/i810/i810_gtf.c (renamed from drivers/video/i810/i810_gtf.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/i810/i810_main.c (renamed from drivers/video/i810/i810_main.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/i810/i810_main.h (renamed from drivers/video/i810/i810_main.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/i810/i810_regs.h (renamed from drivers/video/i810/i810_regs.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/igafb.c (renamed from drivers/video/igafb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/imsttfb.c (renamed from drivers/video/imsttfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/imxfb.c (renamed from drivers/video/imxfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/intelfb/Makefile (renamed from drivers/video/intelfb/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/intelfb/intelfb.h (renamed from drivers/video/intelfb/intelfb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/intelfb/intelfb_i2c.c (renamed from drivers/video/intelfb/intelfb_i2c.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/intelfb/intelfbdrv.c (renamed from drivers/video/intelfb/intelfbdrv.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/intelfb/intelfbhw.c (renamed from drivers/video/intelfb/intelfbhw.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/intelfb/intelfbhw.h (renamed from drivers/video/intelfb/intelfbhw.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/jz4740_fb.c (renamed from drivers/video/jz4740_fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/kyro/Makefile (renamed from drivers/video/kyro/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/kyro/STG4000InitDevice.c (renamed from drivers/video/kyro/STG4000InitDevice.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/kyro/STG4000Interface.h (renamed from drivers/video/kyro/STG4000Interface.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/kyro/STG4000OverlayDevice.c (renamed from drivers/video/kyro/STG4000OverlayDevice.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/kyro/STG4000Ramdac.c (renamed from drivers/video/kyro/STG4000Ramdac.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/kyro/STG4000Reg.h (renamed from drivers/video/kyro/STG4000Reg.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/kyro/STG4000VTG.c (renamed from drivers/video/kyro/STG4000VTG.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/kyro/fbdev.c (renamed from drivers/video/kyro/fbdev.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/leo.c (renamed from drivers/video/leo.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/macfb.c (renamed from drivers/video/macfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/macmodes.c (renamed from drivers/video/macmodes.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/macmodes.h (renamed from drivers/video/macmodes.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/Makefile (renamed from drivers/video/matrox/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/g450_pll.c (renamed from drivers/video/matrox/g450_pll.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/g450_pll.h (renamed from drivers/video/matrox/g450_pll.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/i2c-matroxfb.c (renamed from drivers/video/matrox/i2c-matroxfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_DAC1064.c (renamed from drivers/video/matrox/matroxfb_DAC1064.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_DAC1064.h (renamed from drivers/video/matrox/matroxfb_DAC1064.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_Ti3026.c (renamed from drivers/video/matrox/matroxfb_Ti3026.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_Ti3026.h (renamed from drivers/video/matrox/matroxfb_Ti3026.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_accel.c (renamed from drivers/video/matrox/matroxfb_accel.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_accel.h (renamed from drivers/video/matrox/matroxfb_accel.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_base.c (renamed from drivers/video/matrox/matroxfb_base.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_base.h (renamed from drivers/video/matrox/matroxfb_base.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_crtc2.c (renamed from drivers/video/matrox/matroxfb_crtc2.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_crtc2.h (renamed from drivers/video/matrox/matroxfb_crtc2.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_g450.c (renamed from drivers/video/matrox/matroxfb_g450.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_g450.h (renamed from drivers/video/matrox/matroxfb_g450.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_maven.c (renamed from drivers/video/matrox/matroxfb_maven.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_maven.h (renamed from drivers/video/matrox/matroxfb_maven.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_misc.c (renamed from drivers/video/matrox/matroxfb_misc.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_misc.h (renamed from drivers/video/matrox/matroxfb_misc.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/maxinefb.c (renamed from drivers/video/maxinefb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mb862xx/Makefile (renamed from drivers/video/mb862xx/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mb862xx/mb862xx-i2c.c (renamed from drivers/video/mb862xx/mb862xx-i2c.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mb862xx/mb862xx_reg.h (renamed from drivers/video/mb862xx/mb862xx_reg.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mb862xx/mb862xxfb.h (renamed from drivers/video/mb862xx/mb862xxfb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mb862xx/mb862xxfb_accel.c (renamed from drivers/video/mb862xx/mb862xxfb_accel.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mb862xx/mb862xxfb_accel.h (renamed from drivers/video/mb862xx/mb862xxfb_accel.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mb862xx/mb862xxfbdrv.c (renamed from drivers/video/mb862xx/mb862xxfbdrv.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mbx/Makefile (renamed from drivers/video/mbx/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mbx/mbxdebugfs.c (renamed from drivers/video/mbx/mbxdebugfs.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mbx/mbxfb.c (renamed from drivers/video/mbx/mbxfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mbx/reg_bits.h (renamed from drivers/video/mbx/reg_bits.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mbx/regs.h (renamed from drivers/video/mbx/regs.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/metronomefb.c (renamed from drivers/video/metronomefb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mmp/Kconfig (renamed from drivers/video/mmp/Kconfig) | 6 | ||||
| -rw-r--r-- | drivers/video/fbdev/mmp/Makefile (renamed from drivers/video/mmp/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mmp/core.c (renamed from drivers/video/mmp/core.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mmp/fb/Kconfig (renamed from drivers/video/mmp/fb/Kconfig) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mmp/fb/Makefile (renamed from drivers/video/mmp/fb/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mmp/fb/mmpfb.c (renamed from drivers/video/mmp/fb/mmpfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mmp/fb/mmpfb.h (renamed from drivers/video/mmp/fb/mmpfb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mmp/hw/Kconfig (renamed from drivers/video/mmp/hw/Kconfig) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mmp/hw/Makefile (renamed from drivers/video/mmp/hw/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mmp/hw/mmp_ctrl.c (renamed from drivers/video/mmp/hw/mmp_ctrl.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mmp/hw/mmp_ctrl.h (renamed from drivers/video/mmp/hw/mmp_ctrl.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mmp/hw/mmp_spi.c (renamed from drivers/video/mmp/hw/mmp_spi.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mmp/panel/Kconfig (renamed from drivers/video/mmp/panel/Kconfig) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mmp/panel/Makefile (renamed from drivers/video/mmp/panel/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mmp/panel/tpo_tj032md01bw.c (renamed from drivers/video/mmp/panel/tpo_tj032md01bw.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/modedb.c (renamed from drivers/video/modedb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/Makefile (renamed from drivers/video/msm/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mddi.c (renamed from drivers/video/msm/mddi.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mddi_client_dummy.c (renamed from drivers/video/msm/mddi_client_dummy.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mddi_client_nt35399.c (renamed from drivers/video/msm/mddi_client_nt35399.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mddi_client_toshiba.c (renamed from drivers/video/msm/mddi_client_toshiba.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mddi_hw.h (renamed from drivers/video/msm/mddi_hw.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mdp.c (renamed from drivers/video/msm/mdp.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mdp_csc_table.h (renamed from drivers/video/msm/mdp_csc_table.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mdp_hw.h (renamed from drivers/video/msm/mdp_hw.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mdp_ppp.c (renamed from drivers/video/msm/mdp_ppp.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mdp_scale_tables.c (renamed from drivers/video/msm/mdp_scale_tables.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mdp_scale_tables.h (renamed from drivers/video/msm/mdp_scale_tables.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/msm_fb.c (renamed from drivers/video/msm/msm_fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mx3fb.c (renamed from drivers/video/mx3fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/mxsfb.c (renamed from drivers/video/mxsfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/n411.c (renamed from drivers/video/n411.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/neofb.c (renamed from drivers/video/neofb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/nuc900fb.c (renamed from drivers/video/nuc900fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/nuc900fb.h (renamed from drivers/video/nuc900fb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/nvidia/Makefile (renamed from drivers/video/nvidia/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/nvidia/nv_accel.c (renamed from drivers/video/nvidia/nv_accel.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/nvidia/nv_backlight.c (renamed from drivers/video/nvidia/nv_backlight.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/nvidia/nv_dma.h (renamed from drivers/video/nvidia/nv_dma.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/nvidia/nv_hw.c (renamed from drivers/video/nvidia/nv_hw.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/nvidia/nv_i2c.c (renamed from drivers/video/nvidia/nv_i2c.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/nvidia/nv_local.h (renamed from drivers/video/nvidia/nv_local.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/nvidia/nv_of.c (renamed from drivers/video/nvidia/nv_of.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/nvidia/nv_proto.h (renamed from drivers/video/nvidia/nv_proto.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/nvidia/nv_setup.c (renamed from drivers/video/nvidia/nv_setup.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/nvidia/nv_type.h (renamed from drivers/video/nvidia/nv_type.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/nvidia/nvidia.c (renamed from drivers/video/nvidia/nvidia.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/ocfb.c (renamed from drivers/video/ocfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/offb.c (renamed from drivers/video/offb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/Kconfig (renamed from drivers/video/omap/Kconfig) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/Makefile (renamed from drivers/video/omap/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/hwa742.c (renamed from drivers/video/omap/hwa742.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/lcd_ams_delta.c (renamed from drivers/video/omap/lcd_ams_delta.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/lcd_h3.c (renamed from drivers/video/omap/lcd_h3.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/lcd_htcherald.c (renamed from drivers/video/omap/lcd_htcherald.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/lcd_inn1510.c (renamed from drivers/video/omap/lcd_inn1510.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/lcd_inn1610.c (renamed from drivers/video/omap/lcd_inn1610.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/lcd_mipid.c (renamed from drivers/video/omap/lcd_mipid.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/lcd_osk.c (renamed from drivers/video/omap/lcd_osk.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/lcd_palmte.c (renamed from drivers/video/omap/lcd_palmte.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/lcd_palmtt.c (renamed from drivers/video/omap/lcd_palmtt.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/lcd_palmz71.c (renamed from drivers/video/omap/lcd_palmz71.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/lcdc.c (renamed from drivers/video/omap/lcdc.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/lcdc.h (renamed from drivers/video/omap/lcdc.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/omapfb.h (renamed from drivers/video/omap/omapfb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/omapfb_main.c (renamed from drivers/video/omap/omapfb_main.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap/sossi.c (renamed from drivers/video/omap/sossi.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/Kconfig | 10 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/Makefile (renamed from drivers/video/omap2/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/displays-new/Kconfig (renamed from drivers/video/omap2/displays-new/Kconfig) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/displays-new/Makefile (renamed from drivers/video/omap2/displays-new/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/displays-new/connector-analog-tv.c (renamed from drivers/video/omap2/displays-new/connector-analog-tv.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/displays-new/connector-dvi.c (renamed from drivers/video/omap2/displays-new/connector-dvi.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/displays-new/connector-hdmi.c (renamed from drivers/video/omap2/displays-new/connector-hdmi.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/displays-new/encoder-tfp410.c (renamed from drivers/video/omap2/displays-new/encoder-tfp410.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/displays-new/encoder-tpd12s015.c (renamed from drivers/video/omap2/displays-new/encoder-tpd12s015.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/displays-new/panel-dpi.c (renamed from drivers/video/omap2/displays-new/panel-dpi.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/displays-new/panel-dsi-cm.c (renamed from drivers/video/omap2/displays-new/panel-dsi-cm.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/displays-new/panel-lgphilips-lb035q02.c (renamed from drivers/video/omap2/displays-new/panel-lgphilips-lb035q02.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/displays-new/panel-nec-nl8048hl11.c (renamed from drivers/video/omap2/displays-new/panel-nec-nl8048hl11.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/displays-new/panel-sharp-ls037v7dw01.c (renamed from drivers/video/omap2/displays-new/panel-sharp-ls037v7dw01.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/displays-new/panel-sony-acx565akm.c (renamed from drivers/video/omap2/displays-new/panel-sony-acx565akm.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c (renamed from drivers/video/omap2/displays-new/panel-tpo-td028ttec1.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/displays-new/panel-tpo-td043mtea1.c (renamed from drivers/video/omap2/displays-new/panel-tpo-td043mtea1.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/Kconfig (renamed from drivers/video/omap2/dss/Kconfig) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/Makefile (renamed from drivers/video/omap2/dss/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/apply.c (renamed from drivers/video/omap2/dss/apply.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/core.c (renamed from drivers/video/omap2/dss/core.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/dispc-compat.c (renamed from drivers/video/omap2/dss/dispc-compat.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/dispc-compat.h (renamed from drivers/video/omap2/dss/dispc-compat.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/dispc.c (renamed from drivers/video/omap2/dss/dispc.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/dispc.h (renamed from drivers/video/omap2/dss/dispc.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/dispc_coefs.c (renamed from drivers/video/omap2/dss/dispc_coefs.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/display-sysfs.c (renamed from drivers/video/omap2/dss/display-sysfs.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/display.c (renamed from drivers/video/omap2/dss/display.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/dpi.c (renamed from drivers/video/omap2/dss/dpi.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/dsi.c (renamed from drivers/video/omap2/dss/dsi.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/dss-of.c (renamed from drivers/video/omap2/dss/dss-of.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/dss.c (renamed from drivers/video/omap2/dss/dss.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/dss.h (renamed from drivers/video/omap2/dss/dss.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/dss_features.c (renamed from drivers/video/omap2/dss/dss_features.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/dss_features.h (renamed from drivers/video/omap2/dss/dss_features.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi.h (renamed from drivers/video/omap2/dss/hdmi.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi4.c (renamed from drivers/video/omap2/dss/hdmi4.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi4_core.c (renamed from drivers/video/omap2/dss/hdmi4_core.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi4_core.h (renamed from drivers/video/omap2/dss/hdmi4_core.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi_common.c (renamed from drivers/video/omap2/dss/hdmi_common.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi_phy.c (renamed from drivers/video/omap2/dss/hdmi_phy.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi_pll.c (renamed from drivers/video/omap2/dss/hdmi_pll.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi_wp.c (renamed from drivers/video/omap2/dss/hdmi_wp.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/manager-sysfs.c (renamed from drivers/video/omap2/dss/manager-sysfs.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/manager.c (renamed from drivers/video/omap2/dss/manager.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/output.c (renamed from drivers/video/omap2/dss/output.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/overlay-sysfs.c (renamed from drivers/video/omap2/dss/overlay-sysfs.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/overlay.c (renamed from drivers/video/omap2/dss/overlay.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/rfbi.c (renamed from drivers/video/omap2/dss/rfbi.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/sdi.c (renamed from drivers/video/omap2/dss/sdi.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/venc.c (renamed from drivers/video/omap2/dss/venc.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/dss/venc_panel.c (renamed from drivers/video/omap2/dss/venc_panel.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/omapfb/Kconfig (renamed from drivers/video/omap2/omapfb/Kconfig) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/omapfb/Makefile (renamed from drivers/video/omap2/omapfb/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c (renamed from drivers/video/omap2/omapfb/omapfb-ioctl.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/omapfb/omapfb-main.c (renamed from drivers/video/omap2/omapfb/omapfb-main.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c (renamed from drivers/video/omap2/omapfb/omapfb-sysfs.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/omapfb/omapfb.h (renamed from drivers/video/omap2/omapfb/omapfb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/omap2/vrfb.c (renamed from drivers/video/omap2/vrfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/p9100.c (renamed from drivers/video/p9100.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/platinumfb.c (renamed from drivers/video/platinumfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/platinumfb.h (renamed from drivers/video/platinumfb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/pm2fb.c (renamed from drivers/video/pm2fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/pm3fb.c (renamed from drivers/video/pm3fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/pmag-aa-fb.c (renamed from drivers/video/pmag-aa-fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/pmag-ba-fb.c (renamed from drivers/video/pmag-ba-fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/pmagb-b-fb.c (renamed from drivers/video/pmagb-b-fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/ps3fb.c (renamed from drivers/video/ps3fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/pvr2fb.c (renamed from drivers/video/pvr2fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/pxa168fb.c (renamed from drivers/video/pxa168fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/pxa168fb.h (renamed from drivers/video/pxa168fb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/pxa3xx-gcu.c (renamed from drivers/video/pxa3xx-gcu.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/pxa3xx-gcu.h (renamed from drivers/video/pxa3xx-gcu.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/pxafb.c (renamed from drivers/video/pxafb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/pxafb.h (renamed from drivers/video/pxafb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/q40fb.c (renamed from drivers/video/q40fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/riva/Makefile (renamed from drivers/video/riva/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/riva/fbdev.c (renamed from drivers/video/riva/fbdev.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/riva/nv_driver.c (renamed from drivers/video/riva/nv_driver.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/riva/nv_type.h (renamed from drivers/video/riva/nv_type.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/riva/nvreg.h (renamed from drivers/video/riva/nvreg.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/riva/riva_hw.c (renamed from drivers/video/riva/riva_hw.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/riva/riva_hw.h (renamed from drivers/video/riva/riva_hw.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/riva/riva_tbl.h (renamed from drivers/video/riva/riva_tbl.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/riva/rivafb-i2c.c (renamed from drivers/video/riva/rivafb-i2c.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/riva/rivafb.h (renamed from drivers/video/riva/rivafb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/s1d13xxxfb.c (renamed from drivers/video/s1d13xxxfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/s3c-fb.c (renamed from drivers/video/s3c-fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/s3c2410fb.c (renamed from drivers/video/s3c2410fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/s3c2410fb.h (renamed from drivers/video/s3c2410fb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/s3fb.c (renamed from drivers/video/s3fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sa1100fb.c (renamed from drivers/video/sa1100fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sa1100fb.h (renamed from drivers/video/sa1100fb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/savage/Makefile (renamed from drivers/video/savage/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/savage/savagefb-i2c.c (renamed from drivers/video/savage/savagefb-i2c.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/savage/savagefb.h (renamed from drivers/video/savage/savagefb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/savage/savagefb_accel.c (renamed from drivers/video/savage/savagefb_accel.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/savage/savagefb_driver.c (renamed from drivers/video/savage/savagefb_driver.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sbuslib.c (renamed from drivers/video/sbuslib.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sbuslib.h (renamed from drivers/video/sbuslib.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sh7760fb.c (renamed from drivers/video/sh7760fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sh_mipi_dsi.c (renamed from drivers/video/sh_mipi_dsi.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sh_mobile_hdmi.c (renamed from drivers/video/sh_mobile_hdmi.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sh_mobile_lcdcfb.c (renamed from drivers/video/sh_mobile_lcdcfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sh_mobile_lcdcfb.h (renamed from drivers/video/sh_mobile_lcdcfb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sh_mobile_meram.c (renamed from drivers/video/sh_mobile_meram.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/simplefb.c (renamed from drivers/video/simplefb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/300vtbl.h (renamed from drivers/video/sis/300vtbl.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/310vtbl.h (renamed from drivers/video/sis/310vtbl.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/Makefile (renamed from drivers/video/sis/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/init.c (renamed from drivers/video/sis/init.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/init.h (renamed from drivers/video/sis/init.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/init301.c (renamed from drivers/video/sis/init301.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/init301.h (renamed from drivers/video/sis/init301.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/initdef.h (renamed from drivers/video/sis/initdef.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/initextlfb.c (renamed from drivers/video/sis/initextlfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/oem300.h (renamed from drivers/video/sis/oem300.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/oem310.h (renamed from drivers/video/sis/oem310.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/sis.h (renamed from drivers/video/sis/sis.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/sis_accel.c (renamed from drivers/video/sis/sis_accel.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/sis_accel.h (renamed from drivers/video/sis/sis_accel.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/sis_main.c (renamed from drivers/video/sis/sis_main.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/sis_main.h (renamed from drivers/video/sis/sis_main.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/vgatypes.h (renamed from drivers/video/sis/vgatypes.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sis/vstruct.h (renamed from drivers/video/sis/vstruct.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/skeletonfb.c (renamed from drivers/video/skeletonfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sm501fb.c (renamed from drivers/video/sm501fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/smscufx.c (renamed from drivers/video/smscufx.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/ssd1307fb.c (renamed from drivers/video/ssd1307fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sstfb.c (renamed from drivers/video/sstfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sticore.h (renamed from drivers/video/sticore.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/stifb.c (renamed from drivers/video/stifb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sunxvr1000.c (renamed from drivers/video/sunxvr1000.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sunxvr2500.c (renamed from drivers/video/sunxvr2500.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sunxvr500.c (renamed from drivers/video/sunxvr500.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/svgalib.c (renamed from drivers/video/svgalib.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/syscopyarea.c (renamed from drivers/video/syscopyarea.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sysfillrect.c (renamed from drivers/video/sysfillrect.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/sysimgblt.c (renamed from drivers/video/sysimgblt.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/tcx.c (renamed from drivers/video/tcx.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/tdfxfb.c (renamed from drivers/video/tdfxfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/tgafb.c (renamed from drivers/video/tgafb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/tmiofb.c (renamed from drivers/video/tmiofb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/tridentfb.c (renamed from drivers/video/tridentfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/udlfb.c (renamed from drivers/video/udlfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/uvesafb.c (renamed from drivers/video/uvesafb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/valkyriefb.c (renamed from drivers/video/valkyriefb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/valkyriefb.h (renamed from drivers/video/valkyriefb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/vermilion/Makefile (renamed from drivers/video/vermilion/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/vermilion/cr_pll.c (renamed from drivers/video/vermilion/cr_pll.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/vermilion/vermilion.c (renamed from drivers/video/vermilion/vermilion.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/vermilion/vermilion.h (renamed from drivers/video/vermilion/vermilion.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/vesafb.c (renamed from drivers/video/vesafb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/vfb.c (renamed from drivers/video/vfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/vga16fb.c (renamed from drivers/video/vga16fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/Makefile (renamed from drivers/video/via/Makefile) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/accel.c (renamed from drivers/video/via/accel.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/accel.h (renamed from drivers/video/via/accel.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/chip.h (renamed from drivers/video/via/chip.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/debug.h (renamed from drivers/video/via/debug.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/dvi.c (renamed from drivers/video/via/dvi.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/dvi.h (renamed from drivers/video/via/dvi.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/global.c (renamed from drivers/video/via/global.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/global.h (renamed from drivers/video/via/global.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/hw.c (renamed from drivers/video/via/hw.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/hw.h (renamed from drivers/video/via/hw.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/ioctl.c (renamed from drivers/video/via/ioctl.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/ioctl.h (renamed from drivers/video/via/ioctl.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/lcd.c (renamed from drivers/video/via/lcd.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/lcd.h (renamed from drivers/video/via/lcd.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/share.h (renamed from drivers/video/via/share.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/tblDPASetting.c (renamed from drivers/video/via/tblDPASetting.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/tblDPASetting.h (renamed from drivers/video/via/tblDPASetting.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via-core.c (renamed from drivers/video/via/via-core.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via-gpio.c (renamed from drivers/video/via/via-gpio.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_aux.c (renamed from drivers/video/via/via_aux.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_aux.h (renamed from drivers/video/via/via_aux.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_aux_ch7301.c (renamed from drivers/video/via/via_aux_ch7301.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_aux_edid.c (renamed from drivers/video/via/via_aux_edid.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_aux_sii164.c (renamed from drivers/video/via/via_aux_sii164.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_aux_vt1621.c (renamed from drivers/video/via/via_aux_vt1621.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_aux_vt1622.c (renamed from drivers/video/via/via_aux_vt1622.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_aux_vt1625.c (renamed from drivers/video/via/via_aux_vt1625.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_aux_vt1631.c (renamed from drivers/video/via/via_aux_vt1631.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_aux_vt1632.c (renamed from drivers/video/via/via_aux_vt1632.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_aux_vt1636.c (renamed from drivers/video/via/via_aux_vt1636.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_clock.c (renamed from drivers/video/via/via_clock.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_clock.h (renamed from drivers/video/via/via_clock.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_i2c.c (renamed from drivers/video/via/via_i2c.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_modesetting.c (renamed from drivers/video/via/via_modesetting.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_modesetting.h (renamed from drivers/video/via/via_modesetting.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_utility.c (renamed from drivers/video/via/via_utility.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/via_utility.h (renamed from drivers/video/via/via_utility.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/viafbdev.c (renamed from drivers/video/via/viafbdev.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/viafbdev.h (renamed from drivers/video/via/viafbdev.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/viamode.c (renamed from drivers/video/via/viamode.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/viamode.h (renamed from drivers/video/via/viamode.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/vt1636.c (renamed from drivers/video/via/vt1636.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/via/vt1636.h (renamed from drivers/video/via/vt1636.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/vt8500lcdfb.c (renamed from drivers/video/vt8500lcdfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/vt8500lcdfb.h (renamed from drivers/video/vt8500lcdfb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/vt8623fb.c (renamed from drivers/video/vt8623fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/w100fb.c (renamed from drivers/video/w100fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/w100fb.h (renamed from drivers/video/w100fb.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/wm8505fb.c (renamed from drivers/video/wm8505fb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/wm8505fb_regs.h (renamed from drivers/video/wm8505fb_regs.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/wmt_ge_rops.c (renamed from drivers/video/wmt_ge_rops.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/wmt_ge_rops.h (renamed from drivers/video/wmt_ge_rops.h) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/xen-fbfront.c (renamed from drivers/video/xen-fbfront.c) | 0 | ||||
| -rw-r--r-- | drivers/video/fbdev/xilinxfb.c (renamed from drivers/video/xilinxfb.c) | 0 | ||||
| -rw-r--r-- | drivers/video/omap2/Kconfig | 10 |
481 files changed, 2672 insertions, 2662 deletions
diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl index f5170082bdb3..4d1aa8b44be7 100644 --- a/Documentation/DocBook/device-drivers.tmpl +++ b/Documentation/DocBook/device-drivers.tmpl | |||
| @@ -276,7 +276,7 @@ X!Isound/sound_firmware.c | |||
| 276 | </para> | 276 | </para> |
| 277 | 277 | ||
| 278 | <sect1><title>Frame Buffer Memory</title> | 278 | <sect1><title>Frame Buffer Memory</title> |
| 279 | !Edrivers/video/fbmem.c | 279 | !Edrivers/video/fbdev/fbmem.c |
| 280 | </sect1> | 280 | </sect1> |
| 281 | <!-- | 281 | <!-- |
| 282 | <sect1><title>Frame Buffer Console</title> | 282 | <sect1><title>Frame Buffer Console</title> |
| @@ -284,7 +284,7 @@ X!Edrivers/video/console/fbcon.c | |||
| 284 | </sect1> | 284 | </sect1> |
| 285 | --> | 285 | --> |
| 286 | <sect1><title>Frame Buffer Colormap</title> | 286 | <sect1><title>Frame Buffer Colormap</title> |
| 287 | !Edrivers/video/fbcmap.c | 287 | !Edrivers/video/fbdev/fbcmap.c |
| 288 | </sect1> | 288 | </sect1> |
| 289 | <!-- FIXME: | 289 | <!-- FIXME: |
| 290 | drivers/video/fbgen.c has no docs, which stuffs up the sgml. Comment | 290 | drivers/video/fbgen.c has no docs, which stuffs up the sgml. Comment |
| @@ -294,11 +294,11 @@ X!Idrivers/video/fbgen.c | |||
| 294 | </sect1> | 294 | </sect1> |
| 295 | KAO --> | 295 | KAO --> |
| 296 | <sect1><title>Frame Buffer Video Mode Database</title> | 296 | <sect1><title>Frame Buffer Video Mode Database</title> |
| 297 | !Idrivers/video/modedb.c | 297 | !Idrivers/video/fbdev/modedb.c |
| 298 | !Edrivers/video/modedb.c | 298 | !Edrivers/video/fbdev/modedb.c |
| 299 | </sect1> | 299 | </sect1> |
| 300 | <sect1><title>Frame Buffer Macintosh Video Mode Database</title> | 300 | <sect1><title>Frame Buffer Macintosh Video Mode Database</title> |
| 301 | !Edrivers/video/macmodes.c | 301 | !Edrivers/video/fbdev/macmodes.c |
| 302 | </sect1> | 302 | </sect1> |
| 303 | <sect1><title>Frame Buffer Fonts</title> | 303 | <sect1><title>Frame Buffer Fonts</title> |
| 304 | <para> | 304 | <para> |
diff --git a/drivers/Makefile b/drivers/Makefile index e3ced91b1784..d05d81b19b50 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
| @@ -53,8 +53,8 @@ obj-y += gpu/ | |||
| 53 | obj-$(CONFIG_CONNECTOR) += connector/ | 53 | obj-$(CONFIG_CONNECTOR) += connector/ |
| 54 | 54 | ||
| 55 | # i810fb and intelfb depend on char/agp/ | 55 | # i810fb and intelfb depend on char/agp/ |
| 56 | obj-$(CONFIG_FB_I810) += video/i810/ | 56 | obj-$(CONFIG_FB_I810) += video/fbdev/i810/ |
| 57 | obj-$(CONFIG_FB_INTEL) += video/intelfb/ | 57 | obj-$(CONFIG_FB_INTEL) += video/fbdev/intelfb/ |
| 58 | 58 | ||
| 59 | obj-$(CONFIG_PARPORT) += parport/ | 59 | obj-$(CONFIG_PARPORT) += parport/ |
| 60 | obj-y += base/ block/ misc/ mfd/ nfc/ | 60 | obj-y += base/ block/ misc/ mfd/ nfc/ |
diff --git a/drivers/staging/xgifb/vb_def.h b/drivers/staging/xgifb/vb_def.h index 5c739bebd8a5..949f0e5eed8d 100644 --- a/drivers/staging/xgifb/vb_def.h +++ b/drivers/staging/xgifb/vb_def.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #ifndef _VB_DEF_ | 1 | #ifndef _VB_DEF_ |
| 2 | #define _VB_DEF_ | 2 | #define _VB_DEF_ |
| 3 | #include "../../video/sis/initdef.h" | 3 | #include "../../video/fbdev/sis/initdef.h" |
| 4 | 4 | ||
| 5 | #define VB_XGI301C 0x0020 /* for 301C */ | 5 | #define VB_XGI301C 0x0020 /* for 301C */ |
| 6 | 6 | ||
diff --git a/drivers/staging/xgifb/vb_struct.h b/drivers/staging/xgifb/vb_struct.h index c08ff5b2d6ee..0d27594554ca 100644 --- a/drivers/staging/xgifb/vb_struct.h +++ b/drivers/staging/xgifb/vb_struct.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #ifndef _VB_STRUCT_ | 1 | #ifndef _VB_STRUCT_ |
| 2 | #define _VB_STRUCT_ | 2 | #define _VB_STRUCT_ |
| 3 | #include "../../video/sis/vstruct.h" | 3 | #include "../../video/fbdev/sis/vstruct.h" |
| 4 | 4 | ||
| 5 | struct XGI_LVDSCRT1HDataStruct { | 5 | struct XGI_LVDSCRT1HDataStruct { |
| 6 | unsigned char Reg[8]; | 6 | unsigned char Reg[8]; |
diff --git a/drivers/staging/xgifb/vgatypes.h b/drivers/staging/xgifb/vgatypes.h index ddf7776c295b..264351441f99 100644 --- a/drivers/staging/xgifb/vgatypes.h +++ b/drivers/staging/xgifb/vgatypes.h | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | #define _VGATYPES_ | 2 | #define _VGATYPES_ |
| 3 | 3 | ||
| 4 | #include <linux/fb.h> /* for struct fb_var_screeninfo for sis.h */ | 4 | #include <linux/fb.h> /* for struct fb_var_screeninfo for sis.h */ |
| 5 | #include "../../video/sis/vgatypes.h" | 5 | #include "../../video/fbdev/sis/vgatypes.h" |
| 6 | #include "../../video/sis/sis.h" /* for LCD_TYPE */ | 6 | #include "../../video/fbdev/sis/sis.h" /* for LCD_TYPE */ |
| 7 | 7 | ||
| 8 | #ifndef XGI_VB_CHIP_TYPE | 8 | #ifndef XGI_VB_CHIP_TYPE |
| 9 | enum XGI_VB_CHIP_TYPE { | 9 | enum XGI_VB_CHIP_TYPE { |
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 3ad7ebe2a96d..ab05d6cb0796 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
| @@ -23,6 +23,10 @@ source "drivers/gpu/host1x/Kconfig" | |||
| 23 | 23 | ||
| 24 | source "drivers/gpu/drm/Kconfig" | 24 | source "drivers/gpu/drm/Kconfig" |
| 25 | 25 | ||
| 26 | source "drivers/video/fbdev/Kconfig" | ||
| 27 | |||
| 28 | source "drivers/video/backlight/Kconfig" | ||
| 29 | |||
| 26 | config VGASTATE | 30 | config VGASTATE |
| 27 | tristate | 31 | tristate |
| 28 | default n | 32 | default n |
| @@ -33,2484 +37,14 @@ config VIDEOMODE_HELPERS | |||
| 33 | config HDMI | 37 | config HDMI |
| 34 | bool | 38 | bool |
| 35 | 39 | ||
| 36 | menuconfig FB | ||
| 37 | tristate "Support for frame buffer devices" | ||
| 38 | ---help--- | ||
| 39 | The frame buffer device provides an abstraction for the graphics | ||
| 40 | hardware. It represents the frame buffer of some video hardware and | ||
| 41 | allows application software to access the graphics hardware through | ||
| 42 | a well-defined interface, so the software doesn't need to know | ||
| 43 | anything about the low-level (hardware register) stuff. | ||
| 44 | |||
| 45 | Frame buffer devices work identically across the different | ||
| 46 | architectures supported by Linux and make the implementation of | ||
| 47 | application programs easier and more portable; at this point, an X | ||
| 48 | server exists which uses the frame buffer device exclusively. | ||
| 49 | On several non-X86 architectures, the frame buffer device is the | ||
| 50 | only way to use the graphics hardware. | ||
| 51 | |||
| 52 | The device is accessed through special device nodes, usually located | ||
| 53 | in the /dev directory, i.e. /dev/fb*. | ||
| 54 | |||
| 55 | You need an utility program called fbset to make full use of frame | ||
| 56 | buffer devices. Please read <file:Documentation/fb/framebuffer.txt> | ||
| 57 | and the Framebuffer-HOWTO at | ||
| 58 | <http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.3.html> for more | ||
| 59 | information. | ||
| 60 | |||
| 61 | Say Y here and to the driver for your graphics board below if you | ||
| 62 | are compiling a kernel for a non-x86 architecture. | ||
| 63 | |||
| 64 | If you are compiling for the x86 architecture, you can say Y if you | ||
| 65 | want to play with it, but it is not essential. Please note that | ||
| 66 | running graphical applications that directly touch the hardware | ||
| 67 | (e.g. an accelerated X server) and that are not frame buffer | ||
| 68 | device-aware may cause unexpected results. If unsure, say N. | ||
| 69 | |||
| 70 | config FIRMWARE_EDID | ||
| 71 | bool "Enable firmware EDID" | ||
| 72 | depends on FB | ||
| 73 | default n | ||
| 74 | ---help--- | ||
| 75 | This enables access to the EDID transferred from the firmware. | ||
| 76 | On the i386, this is from the Video BIOS. Enable this if DDC/I2C | ||
| 77 | transfers do not work for your driver and if you are using | ||
| 78 | nvidiafb, i810fb or savagefb. | ||
| 79 | |||
| 80 | In general, choosing Y for this option is safe. If you | ||
| 81 | experience extremely long delays while booting before you get | ||
| 82 | something on your display, try setting this to N. Matrox cards in | ||
| 83 | combination with certain motherboards and monitors are known to | ||
| 84 | suffer from this problem. | ||
| 85 | |||
| 86 | config FB_DDC | ||
| 87 | tristate | ||
| 88 | depends on FB | ||
| 89 | select I2C_ALGOBIT | ||
| 90 | select I2C | ||
| 91 | default n | ||
| 92 | |||
| 93 | config FB_BOOT_VESA_SUPPORT | ||
| 94 | bool | ||
| 95 | depends on FB | ||
| 96 | default n | ||
| 97 | ---help--- | ||
| 98 | If true, at least one selected framebuffer driver can take advantage | ||
| 99 | of VESA video modes set at an early boot stage via the vga= parameter. | ||
| 100 | |||
| 101 | config FB_CFB_FILLRECT | ||
| 102 | tristate | ||
| 103 | depends on FB | ||
| 104 | default n | ||
| 105 | ---help--- | ||
| 106 | Include the cfb_fillrect function for generic software rectangle | ||
| 107 | filling. This is used by drivers that don't provide their own | ||
| 108 | (accelerated) version. | ||
| 109 | |||
| 110 | config FB_CFB_COPYAREA | ||
| 111 | tristate | ||
| 112 | depends on FB | ||
| 113 | default n | ||
| 114 | ---help--- | ||
| 115 | Include the cfb_copyarea function for generic software area copying. | ||
| 116 | This is used by drivers that don't provide their own (accelerated) | ||
| 117 | version. | ||
| 118 | |||
| 119 | config FB_CFB_IMAGEBLIT | ||
| 120 | tristate | ||
| 121 | depends on FB | ||
| 122 | default n | ||
| 123 | ---help--- | ||
| 124 | Include the cfb_imageblit function for generic software image | ||
| 125 | blitting. This is used by drivers that don't provide their own | ||
| 126 | (accelerated) version. | ||
| 127 | |||
| 128 | config FB_CFB_REV_PIXELS_IN_BYTE | ||
| 129 | bool | ||
| 130 | depends on FB | ||
| 131 | default n | ||
| 132 | ---help--- | ||
| 133 | Allow generic frame-buffer functions to work on displays with 1, 2 | ||
| 134 | and 4 bits per pixel depths which has opposite order of pixels in | ||
| 135 | byte order to bytes in long order. | ||
| 136 | |||
| 137 | config FB_SYS_FILLRECT | ||
| 138 | tristate | ||
| 139 | depends on FB | ||
| 140 | default n | ||
| 141 | ---help--- | ||
| 142 | Include the sys_fillrect function for generic software rectangle | ||
| 143 | filling. This is used by drivers that don't provide their own | ||
| 144 | (accelerated) version and the framebuffer is in system RAM. | ||
| 145 | |||
| 146 | config FB_SYS_COPYAREA | ||
| 147 | tristate | ||
| 148 | depends on FB | ||
| 149 | default n | ||
| 150 | ---help--- | ||
| 151 | Include the sys_copyarea function for generic software area copying. | ||
| 152 | This is used by drivers that don't provide their own (accelerated) | ||
| 153 | version and the framebuffer is in system RAM. | ||
| 154 | |||
| 155 | config FB_SYS_IMAGEBLIT | ||
| 156 | tristate | ||
| 157 | depends on FB | ||
| 158 | default n | ||
| 159 | ---help--- | ||
| 160 | Include the sys_imageblit function for generic software image | ||
| 161 | blitting. This is used by drivers that don't provide their own | ||
| 162 | (accelerated) version and the framebuffer is in system RAM. | ||
| 163 | |||
| 164 | menuconfig FB_FOREIGN_ENDIAN | ||
| 165 | bool "Framebuffer foreign endianness support" | ||
| 166 | depends on FB | ||
| 167 | ---help--- | ||
| 168 | This menu will let you enable support for the framebuffers with | ||
| 169 | non-native endianness (e.g. Little-Endian framebuffer on a | ||
| 170 | Big-Endian machine). Most probably you don't have such hardware, | ||
| 171 | so it's safe to say "n" here. | ||
| 172 | |||
| 173 | choice | ||
| 174 | prompt "Choice endianness support" | ||
| 175 | depends on FB_FOREIGN_ENDIAN | ||
| 176 | |||
| 177 | config FB_BOTH_ENDIAN | ||
| 178 | bool "Support for Big- and Little-Endian framebuffers" | ||
| 179 | |||
| 180 | config FB_BIG_ENDIAN | ||
| 181 | bool "Support for Big-Endian framebuffers only" | ||
| 182 | |||
| 183 | config FB_LITTLE_ENDIAN | ||
| 184 | bool "Support for Little-Endian framebuffers only" | ||
| 185 | |||
| 186 | endchoice | ||
| 187 | |||
| 188 | config FB_SYS_FOPS | ||
| 189 | tristate | ||
| 190 | depends on FB | ||
| 191 | default n | ||
| 192 | |||
| 193 | config FB_DEFERRED_IO | ||
| 194 | bool | ||
| 195 | depends on FB | ||
| 196 | |||
| 197 | config FB_HECUBA | ||
| 198 | tristate | ||
| 199 | depends on FB | ||
| 200 | depends on FB_DEFERRED_IO | ||
| 201 | |||
| 202 | config FB_SVGALIB | ||
| 203 | tristate | ||
| 204 | depends on FB | ||
| 205 | default n | ||
| 206 | ---help--- | ||
| 207 | Common utility functions useful to fbdev drivers of VGA-based | ||
| 208 | cards. | ||
| 209 | |||
| 210 | config FB_MACMODES | ||
| 211 | tristate | ||
| 212 | depends on FB | ||
| 213 | default n | ||
| 214 | |||
| 215 | config FB_BACKLIGHT | ||
| 216 | bool | ||
| 217 | depends on FB | ||
| 218 | select BACKLIGHT_LCD_SUPPORT | ||
| 219 | select BACKLIGHT_CLASS_DEVICE | ||
| 220 | default n | ||
| 221 | |||
| 222 | config FB_MODE_HELPERS | ||
| 223 | bool "Enable Video Mode Handling Helpers" | ||
| 224 | depends on FB | ||
| 225 | default n | ||
| 226 | ---help--- | ||
| 227 | This enables functions for handling video modes using the | ||
| 228 | Generalized Timing Formula and the EDID parser. A few drivers rely | ||
| 229 | on this feature such as the radeonfb, rivafb, and the i810fb. If | ||
| 230 | your driver does not take advantage of this feature, choosing Y will | ||
| 231 | just increase the kernel size by about 5K. | ||
| 232 | |||
| 233 | config FB_TILEBLITTING | ||
| 234 | bool "Enable Tile Blitting Support" | ||
| 235 | depends on FB | ||
| 236 | default n | ||
| 237 | ---help--- | ||
| 238 | This enables tile blitting. Tile blitting is a drawing technique | ||
| 239 | where the screen is divided into rectangular sections (tiles), whereas | ||
| 240 | the standard blitting divides the screen into pixels. Because the | ||
| 241 | default drawing element is a tile, drawing functions will be passed | ||
| 242 | parameters in terms of number of tiles instead of number of pixels. | ||
| 243 | For example, to draw a single character, instead of using bitmaps, | ||
| 244 | an index to an array of bitmaps will be used. To clear or move a | ||
| 245 | rectangular section of a screen, the rectangle will be described in | ||
| 246 | terms of number of tiles in the x- and y-axis. | ||
| 247 | |||
| 248 | This is particularly important to one driver, matroxfb. If | ||
| 249 | unsure, say N. | ||
| 250 | |||
| 251 | comment "Frame buffer hardware drivers" | ||
| 252 | depends on FB | ||
| 253 | |||
| 254 | config FB_GRVGA | ||
| 255 | tristate "Aeroflex Gaisler framebuffer support" | ||
| 256 | depends on FB && SPARC | ||
| 257 | select FB_CFB_FILLRECT | ||
| 258 | select FB_CFB_COPYAREA | ||
| 259 | select FB_CFB_IMAGEBLIT | ||
| 260 | ---help--- | ||
| 261 | This enables support for the SVGACTRL framebuffer in the GRLIB IP library from Aeroflex Gaisler. | ||
| 262 | |||
| 263 | config FB_CIRRUS | ||
| 264 | tristate "Cirrus Logic support" | ||
| 265 | depends on FB && (ZORRO || PCI) | ||
| 266 | select FB_CFB_FILLRECT | ||
| 267 | select FB_CFB_COPYAREA | ||
| 268 | select FB_CFB_IMAGEBLIT | ||
| 269 | ---help--- | ||
| 270 | This enables support for Cirrus Logic GD542x/543x based boards on | ||
| 271 | Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum. | ||
| 272 | |||
| 273 | If you have a PCI-based system, this enables support for these | ||
| 274 | chips: GD-543x, GD-544x, GD-5480. | ||
| 275 | |||
| 276 | Please read the file <file:Documentation/fb/cirrusfb.txt>. | ||
| 277 | |||
| 278 | Say N unless you have such a graphics board or plan to get one | ||
| 279 | before you next recompile the kernel. | ||
| 280 | |||
| 281 | config FB_PM2 | ||
| 282 | tristate "Permedia2 support" | ||
| 283 | depends on FB && ((AMIGA && BROKEN) || PCI) | ||
| 284 | select FB_CFB_FILLRECT | ||
| 285 | select FB_CFB_COPYAREA | ||
| 286 | select FB_CFB_IMAGEBLIT | ||
| 287 | help | ||
| 288 | This is the frame buffer device driver for cards based on | ||
| 289 | the 3D Labs Permedia, Permedia 2 and Permedia 2V chips. | ||
| 290 | The driver was tested on the following cards: | ||
| 291 | Diamond FireGL 1000 PRO AGP | ||
| 292 | ELSA Gloria Synergy PCI | ||
| 293 | Appian Jeronimo PRO (both heads) PCI | ||
| 294 | 3DLabs Oxygen ACX aka EONtronics Picasso P2 PCI | ||
| 295 | Techsource Raptor GFX-8P (aka Sun PGX-32) on SPARC | ||
| 296 | ASK Graphic Blaster Exxtreme AGP | ||
| 297 | |||
| 298 | To compile this driver as a module, choose M here: the | ||
| 299 | module will be called pm2fb. | ||
| 300 | |||
| 301 | config FB_PM2_FIFO_DISCONNECT | ||
| 302 | bool "enable FIFO disconnect feature" | ||
| 303 | depends on FB_PM2 && PCI | ||
| 304 | help | ||
| 305 | Support the Permedia2 FIFO disconnect feature. | ||
| 306 | |||
| 307 | config FB_ARMCLCD | ||
| 308 | tristate "ARM PrimeCell PL110 support" | ||
| 309 | depends on ARM || ARM64 || COMPILE_TEST | ||
| 310 | depends on FB && ARM_AMBA | ||
| 311 | select FB_CFB_FILLRECT | ||
| 312 | select FB_CFB_COPYAREA | ||
| 313 | select FB_CFB_IMAGEBLIT | ||
| 314 | help | ||
| 315 | This framebuffer device driver is for the ARM PrimeCell PL110 | ||
| 316 | Colour LCD controller. ARM PrimeCells provide the building | ||
| 317 | blocks for System on a Chip devices. | ||
| 318 | |||
| 319 | If you want to compile this as a module (=code which can be | ||
| 320 | inserted into and removed from the running kernel), say M | ||
| 321 | here and read <file:Documentation/kbuild/modules.txt>. The module | ||
| 322 | will be called amba-clcd. | ||
| 323 | |||
| 324 | config FB_ACORN | ||
| 325 | bool "Acorn VIDC support" | ||
| 326 | depends on (FB = y) && ARM && ARCH_ACORN | ||
| 327 | select FB_CFB_FILLRECT | ||
| 328 | select FB_CFB_COPYAREA | ||
| 329 | select FB_CFB_IMAGEBLIT | ||
| 330 | help | ||
| 331 | This is the frame buffer device driver for the Acorn VIDC graphics | ||
| 332 | hardware found in Acorn RISC PCs and other ARM-based machines. If | ||
| 333 | unsure, say N. | ||
| 334 | |||
| 335 | config FB_CLPS711X | ||
| 336 | bool "CLPS711X LCD support" | ||
| 337 | depends on (FB = y) && ARM && ARCH_CLPS711X | ||
| 338 | select FB_CFB_FILLRECT | ||
| 339 | select FB_CFB_COPYAREA | ||
| 340 | select FB_CFB_IMAGEBLIT | ||
| 341 | help | ||
| 342 | Say Y to enable the Framebuffer driver for the CLPS7111 and | ||
| 343 | EP7212 processors. | ||
| 344 | |||
| 345 | config FB_SA1100 | ||
| 346 | bool "SA-1100 LCD support" | ||
| 347 | depends on (FB = y) && ARM && ARCH_SA1100 | ||
| 348 | select FB_CFB_FILLRECT | ||
| 349 | select FB_CFB_COPYAREA | ||
| 350 | select FB_CFB_IMAGEBLIT | ||
| 351 | help | ||
| 352 | This is a framebuffer device for the SA-1100 LCD Controller. | ||
| 353 | See <http://www.linux-fbdev.org/> for information on framebuffer | ||
| 354 | devices. | ||
| 355 | |||
| 356 | If you plan to use the LCD display with your SA-1100 system, say | ||
| 357 | Y here. | ||
| 358 | |||
| 359 | config FB_IMX | ||
| 360 | tristate "Freescale i.MX1/21/25/27 LCD support" | ||
| 361 | depends on FB && ARCH_MXC | ||
| 362 | select BACKLIGHT_LCD_SUPPORT | ||
| 363 | select LCD_CLASS_DEVICE | ||
| 364 | select FB_CFB_FILLRECT | ||
| 365 | select FB_CFB_COPYAREA | ||
| 366 | select FB_CFB_IMAGEBLIT | ||
| 367 | select FB_MODE_HELPERS | ||
| 368 | select VIDEOMODE_HELPERS | ||
| 369 | |||
| 370 | config FB_CYBER2000 | ||
| 371 | tristate "CyberPro 2000/2010/5000 support" | ||
| 372 | depends on FB && PCI && (BROKEN || !SPARC64) | ||
| 373 | select FB_CFB_FILLRECT | ||
| 374 | select FB_CFB_COPYAREA | ||
| 375 | select FB_CFB_IMAGEBLIT | ||
| 376 | help | ||
| 377 | This enables support for the Integraphics CyberPro 20x0 and 5000 | ||
| 378 | VGA chips used in the Rebel.com Netwinder and other machines. | ||
| 379 | Say Y if you have a NetWinder or a graphics card containing this | ||
| 380 | device, otherwise say N. | ||
| 381 | |||
| 382 | config FB_CYBER2000_DDC | ||
| 383 | bool "DDC for CyberPro support" | ||
| 384 | depends on FB_CYBER2000 | ||
| 385 | select FB_DDC | ||
| 386 | default y | ||
| 387 | help | ||
| 388 | Say Y here if you want DDC support for your CyberPro graphics | ||
| 389 | card. This is only I2C bus support, driver does not use EDID. | ||
| 390 | |||
| 391 | config FB_CYBER2000_I2C | ||
| 392 | bool "CyberPro 2000/2010/5000 I2C support" | ||
| 393 | depends on FB_CYBER2000 && I2C && ARCH_NETWINDER | ||
| 394 | select I2C_ALGOBIT | ||
| 395 | help | ||
| 396 | Enable support for the I2C video decoder interface on the | ||
| 397 | Integraphics CyberPro 20x0 and 5000 VGA chips. This is used | ||
| 398 | on the Netwinder machines for the SAA7111 video capture. | ||
| 399 | |||
| 400 | config FB_APOLLO | ||
| 401 | bool | ||
| 402 | depends on (FB = y) && APOLLO | ||
| 403 | default y | ||
| 404 | select FB_CFB_FILLRECT | ||
| 405 | select FB_CFB_IMAGEBLIT | ||
| 406 | |||
| 407 | config FB_Q40 | ||
| 408 | bool | ||
| 409 | depends on (FB = y) && Q40 | ||
| 410 | default y | ||
| 411 | select FB_CFB_FILLRECT | ||
| 412 | select FB_CFB_COPYAREA | ||
| 413 | select FB_CFB_IMAGEBLIT | ||
| 414 | |||
| 415 | config FB_AMIGA | ||
| 416 | tristate "Amiga native chipset support" | ||
| 417 | depends on FB && AMIGA | ||
| 418 | help | ||
| 419 | This is the frame buffer device driver for the builtin graphics | ||
| 420 | chipset found in Amigas. | ||
| 421 | |||
| 422 | To compile this driver as a module, choose M here: the | ||
| 423 | module will be called amifb. | ||
| 424 | |||
| 425 | config FB_AMIGA_OCS | ||
| 426 | bool "Amiga OCS chipset support" | ||
| 427 | depends on FB_AMIGA | ||
| 428 | help | ||
| 429 | This enables support for the original Agnus and Denise video chips, | ||
| 430 | found in the Amiga 1000 and most A500's and A2000's. If you intend | ||
| 431 | to run Linux on any of these systems, say Y; otherwise say N. | ||
| 432 | |||
| 433 | config FB_AMIGA_ECS | ||
| 434 | bool "Amiga ECS chipset support" | ||
| 435 | depends on FB_AMIGA | ||
| 436 | help | ||
| 437 | This enables support for the Enhanced Chip Set, found in later | ||
| 438 | A500's, later A2000's, the A600, the A3000, the A3000T and CDTV. If | ||
| 439 | you intend to run Linux on any of these systems, say Y; otherwise | ||
| 440 | say N. | ||
| 441 | |||
| 442 | config FB_AMIGA_AGA | ||
| 443 | bool "Amiga AGA chipset support" | ||
| 444 | depends on FB_AMIGA | ||
| 445 | help | ||
| 446 | This enables support for the Advanced Graphics Architecture (also | ||
| 447 | known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T | ||
| 448 | and CD32. If you intend to run Linux on any of these systems, say Y; | ||
| 449 | otherwise say N. | ||
| 450 | |||
| 451 | config FB_FM2 | ||
| 452 | bool "Amiga FrameMaster II/Rainbow II support" | ||
| 453 | depends on (FB = y) && ZORRO | ||
| 454 | select FB_CFB_FILLRECT | ||
| 455 | select FB_CFB_COPYAREA | ||
| 456 | select FB_CFB_IMAGEBLIT | ||
| 457 | help | ||
| 458 | This is the frame buffer device driver for the Amiga FrameMaster | ||
| 459 | card from BSC (exhibited 1992 but not shipped as a CBM product). | ||
| 460 | |||
| 461 | config FB_ARC | ||
| 462 | tristate "Arc Monochrome LCD board support" | ||
| 463 | depends on FB && X86 | ||
| 464 | select FB_SYS_FILLRECT | ||
| 465 | select FB_SYS_COPYAREA | ||
| 466 | select FB_SYS_IMAGEBLIT | ||
| 467 | select FB_SYS_FOPS | ||
| 468 | help | ||
| 469 | This enables support for the Arc Monochrome LCD board. The board | ||
| 470 | is based on the KS-108 lcd controller and is typically a matrix | ||
| 471 | of 2*n chips. This driver was tested with a 128x64 panel. This | ||
| 472 | driver supports it for use with x86 SBCs through a 16 bit GPIO | ||
| 473 | interface (8 bit data, 8 bit control). If you anticipate using | ||
| 474 | this driver, say Y or M; otherwise say N. You must specify the | ||
| 475 | GPIO IO address to be used for setting control and data. | ||
| 476 | |||
| 477 | config FB_ATARI | ||
| 478 | bool "Atari native chipset support" | ||
| 479 | depends on (FB = y) && ATARI | ||
| 480 | select FB_CFB_FILLRECT | ||
| 481 | select FB_CFB_COPYAREA | ||
| 482 | select FB_CFB_IMAGEBLIT | ||
| 483 | help | ||
| 484 | This is the frame buffer device driver for the builtin graphics | ||
| 485 | chipset found in Ataris. | ||
| 486 | |||
| 487 | config FB_OF | ||
| 488 | bool "Open Firmware frame buffer device support" | ||
| 489 | depends on (FB = y) && (PPC64 || PPC_OF) && (!PPC_PSERIES || PCI) | ||
| 490 | select FB_CFB_FILLRECT | ||
| 491 | select FB_CFB_COPYAREA | ||
| 492 | select FB_CFB_IMAGEBLIT | ||
| 493 | select FB_MACMODES | ||
| 494 | help | ||
| 495 | Say Y if you want support with Open Firmware for your graphics | ||
| 496 | board. | ||
| 497 | |||
| 498 | config FB_CONTROL | ||
| 499 | bool "Apple \"control\" display support" | ||
| 500 | depends on (FB = y) && PPC_PMAC && PPC32 | ||
| 501 | select FB_CFB_FILLRECT | ||
| 502 | select FB_CFB_COPYAREA | ||
| 503 | select FB_CFB_IMAGEBLIT | ||
| 504 | select FB_MACMODES | ||
| 505 | help | ||
| 506 | This driver supports a frame buffer for the graphics adapter in the | ||
| 507 | Power Macintosh 7300 and others. | ||
| 508 | |||
| 509 | config FB_PLATINUM | ||
| 510 | bool "Apple \"platinum\" display support" | ||
| 511 | depends on (FB = y) && PPC_PMAC && PPC32 | ||
| 512 | select FB_CFB_FILLRECT | ||
| 513 | select FB_CFB_COPYAREA | ||
| 514 | select FB_CFB_IMAGEBLIT | ||
| 515 | select FB_MACMODES | ||
| 516 | help | ||
| 517 | This driver supports a frame buffer for the "platinum" graphics | ||
| 518 | adapter in some Power Macintoshes. | ||
| 519 | |||
| 520 | config FB_VALKYRIE | ||
| 521 | bool "Apple \"valkyrie\" display support" | ||
| 522 | depends on (FB = y) && (MAC || (PPC_PMAC && PPC32)) | ||
| 523 | select FB_CFB_FILLRECT | ||
| 524 | select FB_CFB_COPYAREA | ||
| 525 | select FB_CFB_IMAGEBLIT | ||
| 526 | select FB_MACMODES | ||
| 527 | help | ||
| 528 | This driver supports a frame buffer for the "valkyrie" graphics | ||
| 529 | adapter in some Power Macintoshes. | ||
| 530 | |||
| 531 | config FB_CT65550 | ||
| 532 | bool "Chips 65550 display support" | ||
| 533 | depends on (FB = y) && PPC32 && PCI | ||
| 534 | select FB_CFB_FILLRECT | ||
| 535 | select FB_CFB_COPYAREA | ||
| 536 | select FB_CFB_IMAGEBLIT | ||
| 537 | help | ||
| 538 | This is the frame buffer device driver for the Chips & Technologies | ||
| 539 | 65550 graphics chip in PowerBooks. | ||
| 540 | |||
| 541 | config FB_ASILIANT | ||
| 542 | bool "Asiliant (Chips) 69000 display support" | ||
| 543 | depends on (FB = y) && PCI | ||
| 544 | select FB_CFB_FILLRECT | ||
| 545 | select FB_CFB_COPYAREA | ||
| 546 | select FB_CFB_IMAGEBLIT | ||
| 547 | help | ||
| 548 | This is the frame buffer device driver for the Asiliant 69030 chipset | ||
| 549 | |||
| 550 | config FB_IMSTT | ||
| 551 | bool "IMS Twin Turbo display support" | ||
| 552 | depends on (FB = y) && PCI | ||
| 553 | select FB_CFB_IMAGEBLIT | ||
| 554 | select FB_MACMODES if PPC | ||
| 555 | help | ||
| 556 | The IMS Twin Turbo is a PCI-based frame buffer card bundled with | ||
| 557 | many Macintosh and compatible computers. | ||
| 558 | |||
| 559 | config FB_VGA16 | ||
| 560 | tristate "VGA 16-color graphics support" | ||
| 561 | depends on FB && (X86 || PPC) | ||
| 562 | select FB_CFB_FILLRECT | ||
| 563 | select FB_CFB_COPYAREA | ||
| 564 | select FB_CFB_IMAGEBLIT | ||
| 565 | select VGASTATE | ||
| 566 | select FONT_8x16 if FRAMEBUFFER_CONSOLE | ||
| 567 | help | ||
| 568 | This is the frame buffer device driver for VGA 16 color graphic | ||
| 569 | cards. Say Y if you have such a card. | ||
| 570 | |||
| 571 | To compile this driver as a module, choose M here: the | ||
| 572 | module will be called vga16fb. | ||
| 573 | |||
| 574 | config FB_BF54X_LQ043 | ||
| 575 | tristate "SHARP LQ043 TFT LCD (BF548 EZKIT)" | ||
| 576 | depends on FB && (BF54x) && !BF542 | ||
| 577 | select FB_CFB_FILLRECT | ||
| 578 | select FB_CFB_COPYAREA | ||
| 579 | select FB_CFB_IMAGEBLIT | ||
| 580 | help | ||
| 581 | This is the framebuffer device driver for a SHARP LQ043T1DG01 TFT LCD | ||
| 582 | |||
| 583 | config FB_BFIN_T350MCQB | ||
| 584 | tristate "Varitronix COG-T350MCQB TFT LCD display (BF527 EZKIT)" | ||
| 585 | depends on FB && BLACKFIN | ||
| 586 | select BFIN_GPTIMERS | ||
| 587 | select FB_CFB_FILLRECT | ||
| 588 | select FB_CFB_COPYAREA | ||
| 589 | select FB_CFB_IMAGEBLIT | ||
| 590 | help | ||
| 591 | This is the framebuffer device driver for a Varitronix VL-PS-COG-T350MCQB-01 display TFT LCD | ||
| 592 | This display is a QVGA 320x240 24-bit RGB display interfaced by an 8-bit wide PPI | ||
| 593 | It uses PPI[0..7] PPI_FS1, PPI_FS2 and PPI_CLK. | ||
| 594 | |||
| 595 | config FB_BFIN_LQ035Q1 | ||
| 596 | tristate "SHARP LQ035Q1DH02 TFT LCD" | ||
| 597 | depends on FB && BLACKFIN && SPI | ||
| 598 | select FB_CFB_FILLRECT | ||
| 599 | select FB_CFB_COPYAREA | ||
| 600 | select FB_CFB_IMAGEBLIT | ||
| 601 | select BFIN_GPTIMERS | ||
| 602 | help | ||
| 603 | This is the framebuffer device driver for a SHARP LQ035Q1DH02 TFT display found on | ||
| 604 | the Blackfin Landscape LCD EZ-Extender Card. | ||
| 605 | This display is a QVGA 320x240 18-bit RGB display interfaced by an 16-bit wide PPI | ||
| 606 | It uses PPI[0..15] PPI_FS1, PPI_FS2 and PPI_CLK. | ||
| 607 | |||
| 608 | To compile this driver as a module, choose M here: the | ||
| 609 | module will be called bfin-lq035q1-fb. | ||
| 610 | |||
| 611 | config FB_BF537_LQ035 | ||
| 612 | tristate "SHARP LQ035 TFT LCD (BF537 STAMP)" | ||
| 613 | depends on FB && (BF534 || BF536 || BF537) && I2C_BLACKFIN_TWI | ||
| 614 | select FB_CFB_FILLRECT | ||
| 615 | select FB_CFB_COPYAREA | ||
| 616 | select FB_CFB_IMAGEBLIT | ||
| 617 | select BFIN_GPTIMERS | ||
| 618 | help | ||
| 619 | This is the framebuffer device for a SHARP LQ035Q7DB03 TFT LCD | ||
| 620 | attached to a BF537. | ||
| 621 | |||
| 622 | To compile this driver as a module, choose M here: the | ||
| 623 | module will be called bf537-lq035. | ||
| 624 | |||
| 625 | config FB_BFIN_7393 | ||
| 626 | tristate "Blackfin ADV7393 Video encoder" | ||
| 627 | depends on FB && BLACKFIN | ||
| 628 | select I2C | ||
| 629 | select FB_CFB_FILLRECT | ||
| 630 | select FB_CFB_COPYAREA | ||
| 631 | select FB_CFB_IMAGEBLIT | ||
| 632 | help | ||
| 633 | This is the framebuffer device for a ADV7393 video encoder | ||
| 634 | attached to a Blackfin on the PPI port. | ||
| 635 | If your Blackfin board has a ADV7393 select Y. | ||
| 636 | |||
| 637 | To compile this driver as a module, choose M here: the | ||
| 638 | module will be called bfin_adv7393fb. | ||
| 639 | |||
| 640 | choice | ||
| 641 | prompt "Video mode support" | ||
| 642 | depends on FB_BFIN_7393 | ||
| 643 | default NTSC | ||
| 644 | |||
| 645 | config NTSC | ||
| 646 | bool 'NTSC 720x480' | ||
| 647 | |||
| 648 | config PAL | ||
| 649 | bool 'PAL 720x576' | ||
| 650 | |||
| 651 | config NTSC_640x480 | ||
| 652 | bool 'NTSC 640x480 (Experimental)' | ||
| 653 | |||
| 654 | config PAL_640x480 | ||
| 655 | bool 'PAL 640x480 (Experimental)' | ||
| 656 | |||
| 657 | config NTSC_YCBCR | ||
| 658 | bool 'NTSC 720x480 YCbCR input' | ||
| 659 | |||
| 660 | config PAL_YCBCR | ||
| 661 | bool 'PAL 720x576 YCbCR input' | ||
| 662 | |||
| 663 | endchoice | ||
| 664 | |||
| 665 | choice | ||
| 666 | prompt "Size of ADV7393 frame buffer memory Single/Double Size" | ||
| 667 | depends on (FB_BFIN_7393) | ||
| 668 | default ADV7393_1XMEM | ||
| 669 | |||
| 670 | config ADV7393_1XMEM | ||
| 671 | bool 'Single' | ||
| 672 | |||
| 673 | config ADV7393_2XMEM | ||
| 674 | bool 'Double' | ||
| 675 | endchoice | ||
| 676 | |||
| 677 | config FB_STI | ||
| 678 | tristate "HP STI frame buffer device support" | ||
| 679 | depends on FB && PARISC | ||
| 680 | select FB_CFB_FILLRECT | ||
| 681 | select FB_CFB_COPYAREA | ||
| 682 | select FB_CFB_IMAGEBLIT | ||
| 683 | select STI_CONSOLE | ||
| 684 | select VT | ||
| 685 | default y | ||
| 686 | ---help--- | ||
| 687 | STI refers to the HP "Standard Text Interface" which is a set of | ||
| 688 | BIOS routines contained in a ROM chip in HP PA-RISC based machines. | ||
| 689 | Enabling this option will implement the linux framebuffer device | ||
| 690 | using calls to the STI BIOS routines for initialisation. | ||
| 691 | |||
| 692 | If you enable this option, you will get a planar framebuffer device | ||
| 693 | /dev/fb which will work on the most common HP graphic cards of the | ||
| 694 | NGLE family, including the artist chips (in the 7xx and Bxxx series), | ||
| 695 | HCRX, HCRX24, CRX, CRX24 and VisEG series. | ||
| 696 | |||
| 697 | It is safe to enable this option, so you should probably say "Y". | ||
| 698 | |||
| 699 | config FB_MAC | ||
| 700 | bool "Generic Macintosh display support" | ||
| 701 | depends on (FB = y) && MAC | ||
| 702 | select FB_CFB_FILLRECT | ||
| 703 | select FB_CFB_COPYAREA | ||
| 704 | select FB_CFB_IMAGEBLIT | ||
| 705 | select FB_MACMODES | ||
| 706 | |||
| 707 | config FB_HP300 | ||
| 708 | bool | ||
| 709 | depends on (FB = y) && DIO | ||
| 710 | select FB_CFB_IMAGEBLIT | ||
| 711 | default y | ||
| 712 | |||
| 713 | config FB_TGA | ||
| 714 | tristate "TGA/SFB+ framebuffer support" | ||
| 715 | depends on FB && (ALPHA || TC) | ||
| 716 | select FB_CFB_FILLRECT | ||
| 717 | select FB_CFB_COPYAREA | ||
| 718 | select FB_CFB_IMAGEBLIT | ||
| 719 | select BITREVERSE | ||
| 720 | ---help--- | ||
| 721 | This is the frame buffer device driver for generic TGA and SFB+ | ||
| 722 | graphic cards. These include DEC ZLXp-E1, -E2 and -E3 PCI cards, | ||
| 723 | also known as PBXGA-A, -B and -C, and DEC ZLX-E1, -E2 and -E3 | ||
| 724 | TURBOchannel cards, also known as PMAGD-A, -B and -C. | ||
| 725 | |||
| 726 | Due to hardware limitations ZLX-E2 and E3 cards are not supported | ||
| 727 | for DECstation 5000/200 systems. Additionally due to firmware | ||
| 728 | limitations these cards may cause troubles with booting DECstation | ||
| 729 | 5000/240 and /260 systems, but are fully supported under Linux if | ||
| 730 | you manage to get it going. ;-) | ||
| 731 | |||
| 732 | Say Y if you have one of those. | ||
| 733 | |||
| 734 | config FB_UVESA | ||
| 735 | tristate "Userspace VESA VGA graphics support" | ||
| 736 | depends on FB && CONNECTOR | ||
| 737 | select FB_CFB_FILLRECT | ||
| 738 | select FB_CFB_COPYAREA | ||
| 739 | select FB_CFB_IMAGEBLIT | ||
| 740 | select FB_MODE_HELPERS | ||
| 741 | help | ||
| 742 | This is the frame buffer driver for generic VBE 2.0 compliant | ||
| 743 | graphic cards. It can also take advantage of VBE 3.0 features, | ||
| 744 | such as refresh rate adjustment. | ||
| 745 | |||
| 746 | This driver generally provides more features than vesafb but | ||
| 747 | requires a userspace helper application called 'v86d'. See | ||
| 748 | <file:Documentation/fb/uvesafb.txt> for more information. | ||
| 749 | |||
| 750 | If unsure, say N. | ||
| 751 | |||
| 752 | config FB_VESA | ||
| 753 | bool "VESA VGA graphics support" | ||
| 754 | depends on (FB = y) && X86 | ||
| 755 | select FB_CFB_FILLRECT | ||
| 756 | select FB_CFB_COPYAREA | ||
| 757 | select FB_CFB_IMAGEBLIT | ||
| 758 | select FB_BOOT_VESA_SUPPORT | ||
| 759 | help | ||
| 760 | This is the frame buffer device driver for generic VESA 2.0 | ||
| 761 | compliant graphic cards. The older VESA 1.2 cards are not supported. | ||
| 762 | You will get a boot time penguin logo at no additional cost. Please | ||
| 763 | read <file:Documentation/fb/vesafb.txt>. If unsure, say Y. | ||
| 764 | |||
| 765 | config FB_EFI | ||
| 766 | bool "EFI-based Framebuffer Support" | ||
| 767 | depends on (FB = y) && X86 && EFI | ||
| 768 | select FB_CFB_FILLRECT | ||
| 769 | select FB_CFB_COPYAREA | ||
| 770 | select FB_CFB_IMAGEBLIT | ||
| 771 | help | ||
| 772 | This is the EFI frame buffer device driver. If the firmware on | ||
| 773 | your platform is EFI 1.10 or UEFI 2.0, select Y to add support for | ||
| 774 | using the EFI framebuffer as your console. | ||
| 775 | |||
| 776 | config FB_N411 | ||
| 777 | tristate "N411 Apollo/Hecuba devkit support" | ||
| 778 | depends on FB && X86 && MMU | ||
| 779 | select FB_SYS_FILLRECT | ||
| 780 | select FB_SYS_COPYAREA | ||
| 781 | select FB_SYS_IMAGEBLIT | ||
| 782 | select FB_SYS_FOPS | ||
| 783 | select FB_DEFERRED_IO | ||
| 784 | select FB_HECUBA | ||
| 785 | help | ||
| 786 | This enables support for the Apollo display controller in its | ||
| 787 | Hecuba form using the n411 devkit. | ||
| 788 | |||
| 789 | config FB_HGA | ||
| 790 | tristate "Hercules mono graphics support" | ||
| 791 | depends on FB && X86 | ||
| 792 | help | ||
| 793 | Say Y here if you have a Hercules mono graphics card. | ||
| 794 | |||
| 795 | To compile this driver as a module, choose M here: the | ||
| 796 | module will be called hgafb. | ||
| 797 | |||
| 798 | As this card technology is at least 25 years old, | ||
| 799 | most people will answer N here. | ||
| 800 | |||
| 801 | config FB_GBE | ||
| 802 | bool "SGI Graphics Backend frame buffer support" | ||
| 803 | depends on (FB = y) && SGI_IP32 | ||
| 804 | select FB_CFB_FILLRECT | ||
| 805 | select FB_CFB_COPYAREA | ||
| 806 | select FB_CFB_IMAGEBLIT | ||
| 807 | help | ||
| 808 | This is the frame buffer device driver for SGI Graphics Backend. | ||
| 809 | This chip is used in SGI O2 and Visual Workstation 320/540. | ||
| 810 | |||
| 811 | config FB_GBE_MEM | ||
| 812 | int "Video memory size in MB" | ||
| 813 | depends on FB_GBE | ||
| 814 | default 4 | ||
| 815 | help | ||
| 816 | This is the amount of memory reserved for the framebuffer, | ||
| 817 | which can be any value between 1MB and 8MB. | ||
| 818 | |||
| 819 | config FB_SBUS | ||
| 820 | bool "SBUS and UPA framebuffers" | ||
| 821 | depends on (FB = y) && SPARC | ||
| 822 | help | ||
| 823 | Say Y if you want support for SBUS or UPA based frame buffer device. | ||
| 824 | |||
| 825 | config FB_BW2 | ||
| 826 | bool "BWtwo support" | ||
| 827 | depends on (FB = y) && (SPARC && FB_SBUS) | ||
| 828 | select FB_CFB_FILLRECT | ||
| 829 | select FB_CFB_COPYAREA | ||
| 830 | select FB_CFB_IMAGEBLIT | ||
| 831 | help | ||
| 832 | This is the frame buffer device driver for the BWtwo frame buffer. | ||
| 833 | |||
| 834 | config FB_CG3 | ||
| 835 | bool "CGthree support" | ||
| 836 | depends on (FB = y) && (SPARC && FB_SBUS) | ||
| 837 | select FB_CFB_FILLRECT | ||
| 838 | select FB_CFB_COPYAREA | ||
| 839 | select FB_CFB_IMAGEBLIT | ||
| 840 | help | ||
| 841 | This is the frame buffer device driver for the CGthree frame buffer. | ||
| 842 | |||
| 843 | config FB_CG6 | ||
| 844 | bool "CGsix (GX,TurboGX) support" | ||
| 845 | depends on (FB = y) && (SPARC && FB_SBUS) | ||
| 846 | select FB_CFB_COPYAREA | ||
| 847 | select FB_CFB_IMAGEBLIT | ||
| 848 | help | ||
| 849 | This is the frame buffer device driver for the CGsix (GX, TurboGX) | ||
| 850 | frame buffer. | ||
| 851 | |||
| 852 | config FB_FFB | ||
| 853 | bool "Creator/Creator3D/Elite3D support" | ||
| 854 | depends on FB_SBUS && SPARC64 | ||
| 855 | select FB_CFB_COPYAREA | ||
| 856 | select FB_CFB_IMAGEBLIT | ||
| 857 | help | ||
| 858 | This is the frame buffer device driver for the Creator, Creator3D, | ||
| 859 | and Elite3D graphics boards. | ||
| 860 | |||
| 861 | config FB_TCX | ||
| 862 | bool "TCX (SS4/SS5 only) support" | ||
| 863 | depends on FB_SBUS | ||
| 864 | select FB_CFB_FILLRECT | ||
| 865 | select FB_CFB_COPYAREA | ||
| 866 | select FB_CFB_IMAGEBLIT | ||
| 867 | help | ||
| 868 | This is the frame buffer device driver for the TCX 24/8bit frame | ||
| 869 | buffer. | ||
| 870 | |||
| 871 | config FB_CG14 | ||
| 872 | bool "CGfourteen (SX) support" | ||
| 873 | depends on FB_SBUS | ||
| 874 | select FB_CFB_FILLRECT | ||
| 875 | select FB_CFB_COPYAREA | ||
| 876 | select FB_CFB_IMAGEBLIT | ||
| 877 | help | ||
| 878 | This is the frame buffer device driver for the CGfourteen frame | ||
| 879 | buffer on Desktop SPARCsystems with the SX graphics option. | ||
| 880 | |||
| 881 | config FB_P9100 | ||
| 882 | bool "P9100 (Sparcbook 3 only) support" | ||
| 883 | depends on FB_SBUS | ||
| 884 | select FB_CFB_FILLRECT | ||
| 885 | select FB_CFB_COPYAREA | ||
| 886 | select FB_CFB_IMAGEBLIT | ||
| 887 | help | ||
| 888 | This is the frame buffer device driver for the P9100 card | ||
| 889 | supported on Sparcbook 3 machines. | ||
| 890 | |||
| 891 | config FB_LEO | ||
| 892 | bool "Leo (ZX) support" | ||
| 893 | depends on FB_SBUS | ||
| 894 | select FB_CFB_FILLRECT | ||
| 895 | select FB_CFB_COPYAREA | ||
| 896 | select FB_CFB_IMAGEBLIT | ||
| 897 | help | ||
| 898 | This is the frame buffer device driver for the SBUS-based Sun ZX | ||
| 899 | (leo) frame buffer cards. | ||
| 900 | |||
| 901 | config FB_IGA | ||
| 902 | bool "IGA 168x display support" | ||
| 903 | depends on (FB = y) && SPARC32 | ||
| 904 | select FB_CFB_FILLRECT | ||
| 905 | select FB_CFB_COPYAREA | ||
| 906 | select FB_CFB_IMAGEBLIT | ||
| 907 | help | ||
| 908 | This is the framebuffer device for the INTERGRAPHICS 1680 and | ||
| 909 | successor frame buffer cards. | ||
| 910 | |||
| 911 | config FB_XVR500 | ||
| 912 | bool "Sun XVR-500 3DLABS Wildcat support" | ||
| 913 | depends on (FB = y) && PCI && SPARC64 | ||
| 914 | select FB_CFB_FILLRECT | ||
| 915 | select FB_CFB_COPYAREA | ||
| 916 | select FB_CFB_IMAGEBLIT | ||
| 917 | help | ||
| 918 | This is the framebuffer device for the Sun XVR-500 and similar | ||
| 919 | graphics cards based upon the 3DLABS Wildcat chipset. The driver | ||
| 920 | only works on sparc64 systems where the system firmware has | ||
| 921 | mostly initialized the card already. It is treated as a | ||
| 922 | completely dumb framebuffer device. | ||
| 923 | |||
| 924 | config FB_XVR2500 | ||
| 925 | bool "Sun XVR-2500 3DLABS Wildcat support" | ||
| 926 | depends on (FB = y) && PCI && SPARC64 | ||
| 927 | select FB_CFB_FILLRECT | ||
| 928 | select FB_CFB_COPYAREA | ||
| 929 | select FB_CFB_IMAGEBLIT | ||
| 930 | help | ||
| 931 | This is the framebuffer device for the Sun XVR-2500 and similar | ||
| 932 | graphics cards based upon the 3DLABS Wildcat chipset. The driver | ||
| 933 | only works on sparc64 systems where the system firmware has | ||
| 934 | mostly initialized the card already. It is treated as a | ||
| 935 | completely dumb framebuffer device. | ||
| 936 | |||
| 937 | config FB_XVR1000 | ||
| 938 | bool "Sun XVR-1000 support" | ||
| 939 | depends on (FB = y) && SPARC64 | ||
| 940 | select FB_CFB_FILLRECT | ||
| 941 | select FB_CFB_COPYAREA | ||
| 942 | select FB_CFB_IMAGEBLIT | ||
| 943 | help | ||
| 944 | This is the framebuffer device for the Sun XVR-1000 and similar | ||
| 945 | graphics cards. The driver only works on sparc64 systems where | ||
| 946 | the system firmware has mostly initialized the card already. It | ||
| 947 | is treated as a completely dumb framebuffer device. | ||
| 948 | |||
| 949 | config FB_PVR2 | ||
| 950 | tristate "NEC PowerVR 2 display support" | ||
| 951 | depends on FB && SH_DREAMCAST | ||
| 952 | select FB_CFB_FILLRECT | ||
| 953 | select FB_CFB_COPYAREA | ||
| 954 | select FB_CFB_IMAGEBLIT | ||
| 955 | ---help--- | ||
| 956 | Say Y here if you have a PowerVR 2 card in your box. If you plan to | ||
| 957 | run linux on your Dreamcast, you will have to say Y here. | ||
| 958 | This driver may or may not work on other PowerVR 2 cards, but is | ||
| 959 | totally untested. Use at your own risk. If unsure, say N. | ||
| 960 | |||
| 961 | To compile this driver as a module, choose M here: the | ||
| 962 | module will be called pvr2fb. | ||
| 963 | |||
| 964 | You can pass several parameters to the driver at boot time or at | ||
| 965 | module load time. The parameters look like "video=pvr2:XXX", where | ||
| 966 | the meaning of XXX can be found at the end of the main source file | ||
| 967 | (<file:drivers/video/pvr2fb.c>). Please see the file | ||
| 968 | <file:Documentation/fb/pvr2fb.txt>. | ||
| 969 | |||
| 970 | config FB_OPENCORES | ||
| 971 | tristate "OpenCores VGA/LCD core 2.0 framebuffer support" | ||
| 972 | depends on FB && HAS_DMA | ||
| 973 | select FB_CFB_FILLRECT | ||
| 974 | select FB_CFB_COPYAREA | ||
| 975 | select FB_CFB_IMAGEBLIT | ||
| 976 | help | ||
| 977 | This enables support for the OpenCores VGA/LCD core. | ||
| 978 | |||
| 979 | The OpenCores VGA/LCD core is typically used together with | ||
| 980 | softcore CPUs (e.g. OpenRISC or Microblaze) or hard processor | ||
| 981 | systems (e.g. Altera socfpga or Xilinx Zynq) on FPGAs. | ||
| 982 | |||
| 983 | The source code and specification for the core is available at | ||
| 984 | <http://opencores.org/project,vga_lcd> | ||
| 985 | |||
| 986 | config FB_S1D13XXX | ||
| 987 | tristate "Epson S1D13XXX framebuffer support" | ||
| 988 | depends on FB | ||
| 989 | select FB_CFB_FILLRECT | ||
| 990 | select FB_CFB_COPYAREA | ||
| 991 | select FB_CFB_IMAGEBLIT | ||
| 992 | help | ||
| 993 | Support for S1D13XXX framebuffer device family (currently only | ||
| 994 | working with S1D13806). Product specs at | ||
| 995 | <http://vdc.epson.com/> | ||
| 996 | |||
| 997 | config FB_ATMEL | ||
| 998 | tristate "AT91/AT32 LCD Controller support" | ||
| 999 | depends on FB && HAVE_FB_ATMEL | ||
| 1000 | select FB_CFB_FILLRECT | ||
| 1001 | select FB_CFB_COPYAREA | ||
| 1002 | select FB_CFB_IMAGEBLIT | ||
| 1003 | select FB_MODE_HELPERS | ||
| 1004 | select VIDEOMODE_HELPERS | ||
| 1005 | help | ||
| 1006 | This enables support for the AT91/AT32 LCD Controller. | ||
| 1007 | |||
| 1008 | config FB_INTSRAM | ||
| 1009 | bool "Frame Buffer in internal SRAM" | ||
| 1010 | depends on FB_ATMEL && ARCH_AT91SAM9261 | ||
| 1011 | help | ||
| 1012 | Say Y if you want to map Frame Buffer in internal SRAM. Say N if you want | ||
| 1013 | to let frame buffer in external SDRAM. | ||
| 1014 | |||
| 1015 | config FB_ATMEL_STN | ||
| 1016 | bool "Use a STN display with AT91/AT32 LCD Controller" | ||
| 1017 | depends on FB_ATMEL && (MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK) | ||
| 1018 | default n | ||
| 1019 | help | ||
| 1020 | Say Y if you want to connect a STN LCD display to the AT91/AT32 LCD | ||
| 1021 | Controller. Say N if you want to connect a TFT. | ||
| 1022 | |||
| 1023 | If unsure, say N. | ||
| 1024 | |||
| 1025 | config FB_NVIDIA | ||
| 1026 | tristate "nVidia Framebuffer Support" | ||
| 1027 | depends on FB && PCI | ||
| 1028 | select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT | ||
| 1029 | select FB_MODE_HELPERS | ||
| 1030 | select FB_CFB_FILLRECT | ||
| 1031 | select FB_CFB_COPYAREA | ||
| 1032 | select FB_CFB_IMAGEBLIT | ||
| 1033 | select BITREVERSE | ||
| 1034 | select VGASTATE | ||
| 1035 | help | ||
| 1036 | This driver supports graphics boards with the nVidia chips, TNT | ||
| 1037 | and newer. For very old chipsets, such as the RIVA128, then use | ||
| 1038 | the rivafb. | ||
| 1039 | Say Y if you have such a graphics board. | ||
| 1040 | |||
| 1041 | To compile this driver as a module, choose M here: the | ||
| 1042 | module will be called nvidiafb. | ||
| 1043 | |||
| 1044 | config FB_NVIDIA_I2C | ||
| 1045 | bool "Enable DDC Support" | ||
| 1046 | depends on FB_NVIDIA | ||
| 1047 | select FB_DDC | ||
| 1048 | help | ||
| 1049 | This enables I2C support for nVidia Chipsets. This is used | ||
| 1050 | only for getting EDID information from the attached display | ||
| 1051 | allowing for robust video mode handling and switching. | ||
| 1052 | |||
| 1053 | Because fbdev-2.6 requires that drivers must be able to | ||
| 1054 | independently validate video mode parameters, you should say Y | ||
| 1055 | here. | ||
| 1056 | |||
| 1057 | config FB_NVIDIA_DEBUG | ||
| 1058 | bool "Lots of debug output" | ||
| 1059 | depends on FB_NVIDIA | ||
| 1060 | default n | ||
| 1061 | help | ||
| 1062 | Say Y here if you want the nVidia driver to output all sorts | ||
| 1063 | of debugging information to provide to the maintainer when | ||
| 1064 | something goes wrong. | ||
| 1065 | |||
| 1066 | config FB_NVIDIA_BACKLIGHT | ||
| 1067 | bool "Support for backlight control" | ||
| 1068 | depends on FB_NVIDIA | ||
| 1069 | default y | ||
| 1070 | help | ||
| 1071 | Say Y here if you want to control the backlight of your display. | ||
| 1072 | |||
| 1073 | config FB_RIVA | ||
| 1074 | tristate "nVidia Riva support" | ||
| 1075 | depends on FB && PCI | ||
| 1076 | select FB_BACKLIGHT if FB_RIVA_BACKLIGHT | ||
| 1077 | select FB_MODE_HELPERS | ||
| 1078 | select FB_CFB_FILLRECT | ||
| 1079 | select FB_CFB_COPYAREA | ||
| 1080 | select FB_CFB_IMAGEBLIT | ||
| 1081 | select BITREVERSE | ||
| 1082 | select VGASTATE | ||
| 1083 | help | ||
| 1084 | This driver supports graphics boards with the nVidia Riva/Geforce | ||
| 1085 | chips. | ||
| 1086 | Say Y if you have such a graphics board. | ||
| 1087 | |||
| 1088 | To compile this driver as a module, choose M here: the | ||
| 1089 | module will be called rivafb. | ||
| 1090 | |||
| 1091 | config FB_RIVA_I2C | ||
| 1092 | bool "Enable DDC Support" | ||
| 1093 | depends on FB_RIVA | ||
| 1094 | select FB_DDC | ||
| 1095 | help | ||
| 1096 | This enables I2C support for nVidia Chipsets. This is used | ||
| 1097 | only for getting EDID information from the attached display | ||
| 1098 | allowing for robust video mode handling and switching. | ||
| 1099 | |||
| 1100 | Because fbdev-2.6 requires that drivers must be able to | ||
| 1101 | independently validate video mode parameters, you should say Y | ||
| 1102 | here. | ||
| 1103 | |||
| 1104 | config FB_RIVA_DEBUG | ||
| 1105 | bool "Lots of debug output" | ||
| 1106 | depends on FB_RIVA | ||
| 1107 | default n | ||
| 1108 | help | ||
| 1109 | Say Y here if you want the Riva driver to output all sorts | ||
| 1110 | of debugging information to provide to the maintainer when | ||
| 1111 | something goes wrong. | ||
| 1112 | |||
| 1113 | config FB_RIVA_BACKLIGHT | ||
| 1114 | bool "Support for backlight control" | ||
| 1115 | depends on FB_RIVA | ||
| 1116 | default y | ||
| 1117 | help | ||
| 1118 | Say Y here if you want to control the backlight of your display. | ||
| 1119 | |||
| 1120 | config FB_I740 | ||
| 1121 | tristate "Intel740 support" | ||
| 1122 | depends on FB && PCI | ||
| 1123 | select FB_MODE_HELPERS | ||
| 1124 | select FB_CFB_FILLRECT | ||
| 1125 | select FB_CFB_COPYAREA | ||
| 1126 | select FB_CFB_IMAGEBLIT | ||
| 1127 | select VGASTATE | ||
| 1128 | select FB_DDC | ||
| 1129 | help | ||
| 1130 | This driver supports graphics cards based on Intel740 chip. | ||
| 1131 | |||
| 1132 | config FB_I810 | ||
| 1133 | tristate "Intel 810/815 support" | ||
| 1134 | depends on FB && PCI && X86_32 && AGP_INTEL | ||
| 1135 | select FB_MODE_HELPERS | ||
| 1136 | select FB_CFB_FILLRECT | ||
| 1137 | select FB_CFB_COPYAREA | ||
| 1138 | select FB_CFB_IMAGEBLIT | ||
| 1139 | select VGASTATE | ||
| 1140 | help | ||
| 1141 | This driver supports the on-board graphics built in to the Intel 810 | ||
| 1142 | and 815 chipsets. Say Y if you have and plan to use such a board. | ||
| 1143 | |||
| 1144 | To compile this driver as a module, choose M here: the | ||
| 1145 | module will be called i810fb. | ||
| 1146 | |||
| 1147 | For more information, please read | ||
| 1148 | <file:Documentation/fb/intel810.txt> | ||
| 1149 | |||
| 1150 | config FB_I810_GTF | ||
| 1151 | bool "use VESA Generalized Timing Formula" | ||
| 1152 | depends on FB_I810 | ||
| 1153 | help | ||
| 1154 | If you say Y, then the VESA standard, Generalized Timing Formula | ||
| 1155 | or GTF, will be used to calculate the required video timing values | ||
| 1156 | per video mode. Since the GTF allows nondiscrete timings | ||
| 1157 | (nondiscrete being a range of values as opposed to discrete being a | ||
| 1158 | set of values), you'll be able to use any combination of horizontal | ||
| 1159 | and vertical resolutions, and vertical refresh rates without having | ||
| 1160 | to specify your own timing parameters. This is especially useful | ||
| 1161 | to maximize the performance of an aging display, or if you just | ||
| 1162 | have a display with nonstandard dimensions. A VESA compliant | ||
| 1163 | monitor is recommended, but can still work with non-compliant ones. | ||
| 1164 | If you need or want this, then select this option. The timings may | ||
| 1165 | not be compliant with Intel's recommended values. Use at your own | ||
| 1166 | risk. | ||
| 1167 | |||
| 1168 | If you say N, the driver will revert to discrete video timings | ||
| 1169 | using a set recommended by Intel in their documentation. | ||
| 1170 | |||
| 1171 | If unsure, say N. | ||
| 1172 | |||
| 1173 | config FB_I810_I2C | ||
| 1174 | bool "Enable DDC Support" | ||
| 1175 | depends on FB_I810 && FB_I810_GTF | ||
| 1176 | select FB_DDC | ||
| 1177 | help | ||
| 1178 | |||
| 1179 | config FB_LE80578 | ||
| 1180 | tristate "Intel LE80578 (Vermilion) support" | ||
| 1181 | depends on FB && PCI && X86 | ||
| 1182 | select FB_MODE_HELPERS | ||
| 1183 | select FB_CFB_FILLRECT | ||
| 1184 | select FB_CFB_COPYAREA | ||
| 1185 | select FB_CFB_IMAGEBLIT | ||
| 1186 | help | ||
| 1187 | This driver supports the LE80578 (Vermilion Range) chipset | ||
| 1188 | |||
| 1189 | config FB_CARILLO_RANCH | ||
| 1190 | tristate "Intel Carillo Ranch support" | ||
| 1191 | depends on FB_LE80578 && FB && PCI && X86 | ||
| 1192 | help | ||
| 1193 | This driver supports the LE80578 (Carillo Ranch) board | ||
| 1194 | |||
| 1195 | config FB_INTEL | ||
| 1196 | tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support" | ||
| 1197 | depends on FB && PCI && X86 && AGP_INTEL && EXPERT | ||
| 1198 | select FB_MODE_HELPERS | ||
| 1199 | select FB_CFB_FILLRECT | ||
| 1200 | select FB_CFB_COPYAREA | ||
| 1201 | select FB_CFB_IMAGEBLIT | ||
| 1202 | select FB_BOOT_VESA_SUPPORT if FB_INTEL = y | ||
| 1203 | depends on !DRM_I915 | ||
| 1204 | help | ||
| 1205 | This driver supports the on-board graphics built in to the Intel | ||
| 1206 | 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets. | ||
| 1207 | Say Y if you have and plan to use such a board. | ||
| 1208 | |||
| 1209 | To make FB_INTELFB=Y work you need to say AGP_INTEL=y too. | ||
| 1210 | |||
| 1211 | To compile this driver as a module, choose M here: the | ||
| 1212 | module will be called intelfb. | ||
| 1213 | |||
| 1214 | For more information, please read <file:Documentation/fb/intelfb.txt> | ||
| 1215 | |||
| 1216 | config FB_INTEL_DEBUG | ||
| 1217 | bool "Intel driver Debug Messages" | ||
| 1218 | depends on FB_INTEL | ||
| 1219 | ---help--- | ||
| 1220 | Say Y here if you want the Intel driver to output all sorts | ||
| 1221 | of debugging information to provide to the maintainer when | ||
| 1222 | something goes wrong. | ||
| 1223 | |||
| 1224 | config FB_INTEL_I2C | ||
| 1225 | bool "DDC/I2C for Intel framebuffer support" | ||
| 1226 | depends on FB_INTEL | ||
| 1227 | select FB_DDC | ||
| 1228 | default y | ||
| 1229 | help | ||
| 1230 | Say Y here if you want DDC/I2C support for your on-board Intel graphics. | ||
| 1231 | |||
| 1232 | config FB_MATROX | ||
| 1233 | tristate "Matrox acceleration" | ||
| 1234 | depends on FB && PCI | ||
| 1235 | select FB_CFB_FILLRECT | ||
| 1236 | select FB_CFB_COPYAREA | ||
| 1237 | select FB_CFB_IMAGEBLIT | ||
| 1238 | select FB_TILEBLITTING | ||
| 1239 | select FB_MACMODES if PPC_PMAC | ||
| 1240 | ---help--- | ||
| 1241 | Say Y here if you have a Matrox Millennium, Matrox Millennium II, | ||
| 1242 | Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox | ||
| 1243 | Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video, | ||
| 1244 | Matrox G400, G450 or G550 card in your box. | ||
| 1245 | |||
| 1246 | To compile this driver as a module, choose M here: the | ||
| 1247 | module will be called matroxfb. | ||
| 1248 | |||
| 1249 | You can pass several parameters to the driver at boot time or at | ||
| 1250 | module load time. The parameters look like "video=matroxfb:XXX", and | ||
| 1251 | are described in <file:Documentation/fb/matroxfb.txt>. | ||
| 1252 | |||
| 1253 | config FB_MATROX_MILLENIUM | ||
| 1254 | bool "Millennium I/II support" | ||
| 1255 | depends on FB_MATROX | ||
| 1256 | help | ||
| 1257 | Say Y here if you have a Matrox Millennium or Matrox Millennium II | ||
| 1258 | video card. If you select "Advanced lowlevel driver options" below, | ||
| 1259 | you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp | ||
| 1260 | packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can | ||
| 1261 | also use font widths different from 8. | ||
| 1262 | |||
| 1263 | config FB_MATROX_MYSTIQUE | ||
| 1264 | bool "Mystique support" | ||
| 1265 | depends on FB_MATROX | ||
| 1266 | help | ||
| 1267 | Say Y here if you have a Matrox Mystique or Matrox Mystique 220 | ||
| 1268 | video card. If you select "Advanced lowlevel driver options" below, | ||
| 1269 | you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp | ||
| 1270 | packed pixel and 32 bpp packed pixel. You can also use font widths | ||
| 1271 | different from 8. | ||
| 1272 | |||
| 1273 | config FB_MATROX_G | ||
| 1274 | bool "G100/G200/G400/G450/G550 support" | ||
| 1275 | depends on FB_MATROX | ||
| 1276 | ---help--- | ||
| 1277 | Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based | ||
| 1278 | video card. If you select "Advanced lowlevel driver options", you | ||
| 1279 | should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed | ||
| 1280 | pixel and 32 bpp packed pixel. You can also use font widths | ||
| 1281 | different from 8. | ||
| 1282 | |||
| 1283 | If you need support for G400 secondary head, you must say Y to | ||
| 1284 | "Matrox I2C support" and "G400 second head support" right below. | ||
| 1285 | G450/G550 secondary head and digital output are supported without | ||
| 1286 | additional modules. | ||
| 1287 | |||
| 1288 | The driver starts in monitor mode. You must use the matroxset tool | ||
| 1289 | (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to | ||
| 1290 | swap primary and secondary head outputs, or to change output mode. | ||
| 1291 | Secondary head driver always start in 640x480 resolution and you | ||
| 1292 | must use fbset to change it. | ||
| 1293 | |||
| 1294 | Do not forget that second head supports only 16 and 32 bpp | ||
| 1295 | packed pixels, so it is a good idea to compile them into the kernel | ||
| 1296 | too. You can use only some font widths, as the driver uses generic | ||
| 1297 | painting procedures (the secondary head does not use acceleration | ||
| 1298 | engine). | ||
| 1299 | |||
| 1300 | G450/G550 hardware can display TV picture only from secondary CRTC, | ||
| 1301 | and it performs no scaling, so picture must have 525 or 625 lines. | ||
| 1302 | |||
| 1303 | config FB_MATROX_I2C | ||
| 1304 | tristate "Matrox I2C support" | ||
| 1305 | depends on FB_MATROX | ||
| 1306 | select FB_DDC | ||
| 1307 | ---help--- | ||
| 1308 | This drivers creates I2C buses which are needed for accessing the | ||
| 1309 | DDC (I2C) bus present on all Matroxes, an I2C bus which | ||
| 1310 | interconnects Matrox optional devices, like MGA-TVO on G200 and | ||
| 1311 | G400, and the secondary head DDC bus, present on G400 only. | ||
| 1312 | |||
| 1313 | You can say Y or M here if you want to experiment with monitor | ||
| 1314 | detection code. You must say Y or M here if you want to use either | ||
| 1315 | second head of G400 or MGA-TVO on G200 or G400. | ||
| 1316 | |||
| 1317 | If you compile it as module, it will create a module named | ||
| 1318 | i2c-matroxfb. | ||
| 1319 | |||
| 1320 | config FB_MATROX_MAVEN | ||
| 1321 | tristate "G400 second head support" | ||
| 1322 | depends on FB_MATROX_G && FB_MATROX_I2C | ||
| 1323 | ---help--- | ||
| 1324 | WARNING !!! This support does not work with G450 !!! | ||
| 1325 | |||
| 1326 | Say Y or M here if you want to use a secondary head (meaning two | ||
| 1327 | monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary | ||
| 1328 | head is not compatible with accelerated XFree 3.3.x SVGA servers - | ||
| 1329 | secondary head output is blanked while you are in X. With XFree | ||
| 1330 | 3.9.17 preview you can use both heads if you use SVGA over fbdev or | ||
| 1331 | the fbdev driver on first head and the fbdev driver on second head. | ||
| 1332 | |||
| 1333 | If you compile it as module, two modules are created, | ||
| 1334 | matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for | ||
| 1335 | both G200 and G400, matroxfb_crtc2 is needed only by G400. You must | ||
| 1336 | also load i2c-matroxfb to get it to run. | ||
| 1337 | |||
| 1338 | The driver starts in monitor mode and you must use the matroxset | ||
| 1339 | tool (available at | ||
| 1340 | <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to | ||
| 1341 | PAL or NTSC or to swap primary and secondary head outputs. | ||
| 1342 | Secondary head driver also always start in 640x480 resolution, you | ||
| 1343 | must use fbset to change it. | ||
| 1344 | |||
| 1345 | Also do not forget that second head supports only 16 and 32 bpp | ||
| 1346 | packed pixels, so it is a good idea to compile them into the kernel | ||
| 1347 | too. You can use only some font widths, as the driver uses generic | ||
| 1348 | painting procedures (the secondary head does not use acceleration | ||
| 1349 | engine). | ||
| 1350 | |||
| 1351 | config FB_RADEON | ||
| 1352 | tristate "ATI Radeon display support" | ||
| 1353 | depends on FB && PCI | ||
| 1354 | select FB_BACKLIGHT if FB_RADEON_BACKLIGHT | ||
| 1355 | select FB_MODE_HELPERS | ||
| 1356 | select FB_CFB_FILLRECT | ||
| 1357 | select FB_CFB_COPYAREA | ||
| 1358 | select FB_CFB_IMAGEBLIT | ||
| 1359 | select FB_MACMODES if PPC_OF | ||
| 1360 | help | ||
| 1361 | Choose this option if you want to use an ATI Radeon graphics card as | ||
| 1362 | a framebuffer device. There are both PCI and AGP versions. You | ||
| 1363 | don't need to choose this to run the Radeon in plain VGA mode. | ||
| 1364 | |||
| 1365 | There is a product page at | ||
| 1366 | http://products.amd.com/en-us/GraphicCardResult.aspx | ||
| 1367 | |||
| 1368 | config FB_RADEON_I2C | ||
| 1369 | bool "DDC/I2C for ATI Radeon support" | ||
| 1370 | depends on FB_RADEON | ||
| 1371 | select FB_DDC | ||
| 1372 | default y | ||
| 1373 | help | ||
| 1374 | Say Y here if you want DDC/I2C support for your Radeon board. | ||
| 1375 | |||
| 1376 | config FB_RADEON_BACKLIGHT | ||
| 1377 | bool "Support for backlight control" | ||
| 1378 | depends on FB_RADEON | ||
| 1379 | default y | ||
| 1380 | help | ||
| 1381 | Say Y here if you want to control the backlight of your display. | ||
| 1382 | |||
| 1383 | config FB_RADEON_DEBUG | ||
| 1384 | bool "Lots of debug output from Radeon driver" | ||
| 1385 | depends on FB_RADEON | ||
| 1386 | default n | ||
| 1387 | help | ||
| 1388 | Say Y here if you want the Radeon driver to output all sorts | ||
| 1389 | of debugging information to provide to the maintainer when | ||
| 1390 | something goes wrong. | ||
| 1391 | |||
| 1392 | config FB_ATY128 | ||
| 1393 | tristate "ATI Rage128 display support" | ||
| 1394 | depends on FB && PCI | ||
| 1395 | select FB_CFB_FILLRECT | ||
| 1396 | select FB_CFB_COPYAREA | ||
| 1397 | select FB_CFB_IMAGEBLIT | ||
| 1398 | select FB_BACKLIGHT if FB_ATY128_BACKLIGHT | ||
| 1399 | select FB_MACMODES if PPC_PMAC | ||
| 1400 | help | ||
| 1401 | This driver supports graphics boards with the ATI Rage128 chips. | ||
| 1402 | Say Y if you have such a graphics board and read | ||
| 1403 | <file:Documentation/fb/aty128fb.txt>. | ||
| 1404 | |||
| 1405 | To compile this driver as a module, choose M here: the | ||
| 1406 | module will be called aty128fb. | ||
| 1407 | |||
| 1408 | config FB_ATY128_BACKLIGHT | ||
| 1409 | bool "Support for backlight control" | ||
| 1410 | depends on FB_ATY128 | ||
| 1411 | default y | ||
| 1412 | help | ||
| 1413 | Say Y here if you want to control the backlight of your display. | ||
| 1414 | |||
| 1415 | config FB_ATY | ||
| 1416 | tristate "ATI Mach64 display support" if PCI || ATARI | ||
| 1417 | depends on FB && !SPARC32 | ||
| 1418 | select FB_CFB_FILLRECT | ||
| 1419 | select FB_CFB_COPYAREA | ||
| 1420 | select FB_CFB_IMAGEBLIT | ||
| 1421 | select FB_BACKLIGHT if FB_ATY_BACKLIGHT | ||
| 1422 | select FB_MACMODES if PPC | ||
| 1423 | help | ||
| 1424 | This driver supports graphics boards with the ATI Mach64 chips. | ||
| 1425 | Say Y if you have such a graphics board. | ||
| 1426 | |||
| 1427 | To compile this driver as a module, choose M here: the | ||
| 1428 | module will be called atyfb. | ||
| 1429 | |||
| 1430 | config FB_ATY_CT | ||
| 1431 | bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support" | ||
| 1432 | depends on PCI && FB_ATY | ||
| 1433 | default y if SPARC64 && PCI | ||
| 1434 | help | ||
| 1435 | Say Y here to support use of ATI's 64-bit Rage boards (or other | ||
| 1436 | boards based on the Mach64 CT, VT, GT, and LT chipsets) as a | ||
| 1437 | framebuffer device. The ATI product support page for these boards | ||
| 1438 | is at <http://support.ati.com/products/pc/mach64/mach64.html>. | ||
| 1439 | |||
| 1440 | config FB_ATY_GENERIC_LCD | ||
| 1441 | bool "Mach64 generic LCD support" | ||
| 1442 | depends on FB_ATY_CT | ||
| 1443 | help | ||
| 1444 | Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility, | ||
| 1445 | Rage XC, or Rage XL chipset. | ||
| 1446 | |||
| 1447 | config FB_ATY_GX | ||
| 1448 | bool "Mach64 GX support" if PCI | ||
| 1449 | depends on FB_ATY | ||
| 1450 | default y if ATARI | ||
| 1451 | help | ||
| 1452 | Say Y here to support use of the ATI Mach64 Graphics Expression | ||
| 1453 | board (or other boards based on the Mach64 GX chipset) as a | ||
| 1454 | framebuffer device. The ATI product support page for these boards | ||
| 1455 | is at | ||
| 1456 | <http://support.ati.com/products/pc/mach64/graphics_xpression.html>. | ||
| 1457 | |||
| 1458 | config FB_ATY_BACKLIGHT | ||
| 1459 | bool "Support for backlight control" | ||
| 1460 | depends on FB_ATY | ||
| 1461 | default y | ||
| 1462 | help | ||
| 1463 | Say Y here if you want to control the backlight of your display. | ||
| 1464 | |||
| 1465 | config FB_S3 | ||
| 1466 | tristate "S3 Trio/Virge support" | ||
| 1467 | depends on FB && PCI | ||
| 1468 | select FB_CFB_FILLRECT | ||
| 1469 | select FB_CFB_COPYAREA | ||
| 1470 | select FB_CFB_IMAGEBLIT | ||
| 1471 | select FB_TILEBLITTING | ||
| 1472 | select FB_SVGALIB | ||
| 1473 | select VGASTATE | ||
| 1474 | select FONT_8x16 if FRAMEBUFFER_CONSOLE | ||
| 1475 | ---help--- | ||
| 1476 | Driver for graphics boards with S3 Trio / S3 Virge chip. | ||
| 1477 | |||
| 1478 | config FB_S3_DDC | ||
| 1479 | bool "DDC for S3 support" | ||
| 1480 | depends on FB_S3 | ||
| 1481 | select FB_DDC | ||
| 1482 | default y | ||
| 1483 | help | ||
| 1484 | Say Y here if you want DDC support for your S3 graphics card. | ||
| 1485 | |||
| 1486 | config FB_SAVAGE | ||
| 1487 | tristate "S3 Savage support" | ||
| 1488 | depends on FB && PCI | ||
| 1489 | select FB_MODE_HELPERS | ||
| 1490 | select FB_CFB_FILLRECT | ||
| 1491 | select FB_CFB_COPYAREA | ||
| 1492 | select FB_CFB_IMAGEBLIT | ||
| 1493 | select VGASTATE | ||
| 1494 | help | ||
| 1495 | This driver supports notebooks and computers with S3 Savage PCI/AGP | ||
| 1496 | chips. | ||
| 1497 | |||
| 1498 | Say Y if you have such a graphics card. | ||
| 1499 | |||
| 1500 | To compile this driver as a module, choose M here; the module | ||
| 1501 | will be called savagefb. | ||
| 1502 | |||
| 1503 | config FB_SAVAGE_I2C | ||
| 1504 | bool "Enable DDC2 Support" | ||
| 1505 | depends on FB_SAVAGE | ||
| 1506 | select FB_DDC | ||
| 1507 | help | ||
| 1508 | This enables I2C support for S3 Savage Chipsets. This is used | ||
| 1509 | only for getting EDID information from the attached display | ||
| 1510 | allowing for robust video mode handling and switching. | ||
| 1511 | |||
| 1512 | Because fbdev-2.6 requires that drivers must be able to | ||
| 1513 | independently validate video mode parameters, you should say Y | ||
| 1514 | here. | ||
| 1515 | |||
| 1516 | config FB_SAVAGE_ACCEL | ||
| 1517 | bool "Enable Console Acceleration" | ||
| 1518 | depends on FB_SAVAGE | ||
| 1519 | default n | ||
| 1520 | help | ||
| 1521 | This option will compile in console acceleration support. If | ||
| 1522 | the resulting framebuffer console has bothersome glitches, then | ||
| 1523 | choose N here. | ||
| 1524 | |||
| 1525 | config FB_SIS | ||
| 1526 | tristate "SiS/XGI display support" | ||
| 1527 | depends on FB && PCI | ||
| 1528 | select FB_CFB_FILLRECT | ||
| 1529 | select FB_CFB_COPYAREA | ||
| 1530 | select FB_CFB_IMAGEBLIT | ||
| 1531 | select FB_BOOT_VESA_SUPPORT if FB_SIS = y | ||
| 1532 | help | ||
| 1533 | This is the frame buffer device driver for the SiS 300, 315, 330 | ||
| 1534 | and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets. | ||
| 1535 | Specs available at <http://www.sis.com> and <http://www.xgitech.com>. | ||
| 1536 | |||
| 1537 | To compile this driver as a module, choose M here; the module | ||
| 1538 | will be called sisfb. | ||
| 1539 | |||
| 1540 | config FB_SIS_300 | ||
| 1541 | bool "SiS 300 series support" | ||
| 1542 | depends on FB_SIS | ||
| 1543 | help | ||
| 1544 | Say Y here to support use of the SiS 300/305, 540, 630 and 730. | ||
| 1545 | |||
| 1546 | config FB_SIS_315 | ||
| 1547 | bool "SiS 315/330/340 series and XGI support" | ||
| 1548 | depends on FB_SIS | ||
| 1549 | help | ||
| 1550 | Say Y here to support use of the SiS 315, 330 and 340 series | ||
| 1551 | (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well | ||
| 1552 | as XGI V3XT, V5, V8 and Z7. | ||
| 1553 | |||
| 1554 | config FB_VIA | ||
| 1555 | tristate "VIA UniChrome (Pro) and Chrome9 display support" | ||
| 1556 | depends on FB && PCI && X86 | ||
| 1557 | select FB_CFB_FILLRECT | ||
| 1558 | select FB_CFB_COPYAREA | ||
| 1559 | select FB_CFB_IMAGEBLIT | ||
| 1560 | select I2C_ALGOBIT | ||
| 1561 | select I2C | ||
| 1562 | select GPIOLIB | ||
| 1563 | help | ||
| 1564 | This is the frame buffer device driver for Graphics chips of VIA | ||
| 1565 | UniChrome (Pro) Family (CLE266,PM800/CN400,P4M800CE/P4M800Pro/ | ||
| 1566 | CN700/VN800,CX700/VX700,P4M890) and Chrome9 Family (K8M890,CN896 | ||
| 1567 | /P4M900,VX800) | ||
| 1568 | Say Y if you have a VIA UniChrome graphics board. | ||
| 1569 | |||
| 1570 | To compile this driver as a module, choose M here: the | ||
| 1571 | module will be called viafb. | ||
| 1572 | |||
| 1573 | if FB_VIA | ||
| 1574 | |||
| 1575 | config FB_VIA_DIRECT_PROCFS | ||
| 1576 | bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)" | ||
| 1577 | depends on FB_VIA | ||
| 1578 | default n | ||
| 1579 | help | ||
| 1580 | Allow direct hardware access to some output registers via procfs. | ||
| 1581 | This is dangerous but may provide the only chance to get the | ||
| 1582 | correct output device configuration. | ||
| 1583 | Its use is strongly discouraged. | ||
| 1584 | |||
| 1585 | config FB_VIA_X_COMPATIBILITY | ||
| 1586 | bool "X server compatibility" | ||
| 1587 | depends on FB_VIA | ||
| 1588 | default n | ||
| 1589 | help | ||
| 1590 | This option reduces the functionality (power saving, ...) of the | ||
| 1591 | framebuffer to avoid negative impact on the OpenChrome X server. | ||
| 1592 | If you use any X server other than fbdev you should enable this | ||
| 1593 | otherwise it should be safe to disable it and allow using all | ||
| 1594 | features. | ||
| 1595 | |||
| 1596 | endif | ||
| 1597 | |||
| 1598 | config FB_NEOMAGIC | ||
| 1599 | tristate "NeoMagic display support" | ||
| 1600 | depends on FB && PCI | ||
| 1601 | select FB_MODE_HELPERS | ||
| 1602 | select FB_CFB_FILLRECT | ||
| 1603 | select FB_CFB_COPYAREA | ||
| 1604 | select FB_CFB_IMAGEBLIT | ||
| 1605 | select VGASTATE | ||
| 1606 | help | ||
| 1607 | This driver supports notebooks with NeoMagic PCI chips. | ||
| 1608 | Say Y if you have such a graphics card. | ||
| 1609 | |||
| 1610 | To compile this driver as a module, choose M here: the | ||
| 1611 | module will be called neofb. | ||
| 1612 | |||
| 1613 | config FB_KYRO | ||
| 1614 | tristate "IMG Kyro support" | ||
| 1615 | depends on FB && PCI | ||
| 1616 | select FB_CFB_FILLRECT | ||
| 1617 | select FB_CFB_COPYAREA | ||
| 1618 | select FB_CFB_IMAGEBLIT | ||
| 1619 | help | ||
| 1620 | Say Y here if you have a STG4000 / Kyro / PowerVR 3 based | ||
| 1621 | graphics board. | ||
| 1622 | |||
| 1623 | To compile this driver as a module, choose M here: the | ||
| 1624 | module will be called kyrofb. | ||
| 1625 | |||
| 1626 | config FB_3DFX | ||
| 1627 | tristate "3Dfx Banshee/Voodoo3/Voodoo5 display support" | ||
| 1628 | depends on FB && PCI | ||
| 1629 | select FB_CFB_IMAGEBLIT | ||
| 1630 | select FB_CFB_FILLRECT | ||
| 1631 | select FB_CFB_COPYAREA | ||
| 1632 | select FB_MODE_HELPERS | ||
| 1633 | help | ||
| 1634 | This driver supports graphics boards with the 3Dfx Banshee, | ||
| 1635 | Voodoo3 or VSA-100 (aka Voodoo4/5) chips. Say Y if you have | ||
| 1636 | such a graphics board. | ||
| 1637 | |||
| 1638 | To compile this driver as a module, choose M here: the | ||
| 1639 | module will be called tdfxfb. | ||
| 1640 | |||
| 1641 | config FB_3DFX_ACCEL | ||
| 1642 | bool "3Dfx Acceleration functions" | ||
| 1643 | depends on FB_3DFX | ||
| 1644 | ---help--- | ||
| 1645 | This will compile the 3Dfx Banshee/Voodoo3/VSA-100 frame buffer | ||
| 1646 | device driver with acceleration functions. | ||
| 1647 | |||
| 1648 | config FB_3DFX_I2C | ||
| 1649 | bool "Enable DDC/I2C support" | ||
| 1650 | depends on FB_3DFX | ||
| 1651 | select FB_DDC | ||
| 1652 | default y | ||
| 1653 | help | ||
| 1654 | Say Y here if you want DDC/I2C support for your 3dfx Voodoo3. | ||
| 1655 | |||
| 1656 | config FB_VOODOO1 | ||
| 1657 | tristate "3Dfx Voodoo Graphics (sst1) support" | ||
| 1658 | depends on FB && PCI | ||
| 1659 | select FB_CFB_FILLRECT | ||
| 1660 | select FB_CFB_COPYAREA | ||
| 1661 | select FB_CFB_IMAGEBLIT | ||
| 1662 | ---help--- | ||
| 1663 | Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or | ||
| 1664 | Voodoo2 (cvg) based graphics card. | ||
| 1665 | |||
| 1666 | To compile this driver as a module, choose M here: the | ||
| 1667 | module will be called sstfb. | ||
| 1668 | |||
| 1669 | WARNING: Do not use any application that uses the 3D engine | ||
| 1670 | (namely glide) while using this driver. | ||
| 1671 | Please read the <file:Documentation/fb/sstfb.txt> for supported | ||
| 1672 | options and other important info support. | ||
| 1673 | |||
| 1674 | config FB_VT8623 | ||
| 1675 | tristate "VIA VT8623 support" | ||
| 1676 | depends on FB && PCI | ||
| 1677 | select FB_CFB_FILLRECT | ||
| 1678 | select FB_CFB_COPYAREA | ||
| 1679 | select FB_CFB_IMAGEBLIT | ||
| 1680 | select FB_TILEBLITTING | ||
| 1681 | select FB_SVGALIB | ||
| 1682 | select VGASTATE | ||
| 1683 | select FONT_8x16 if FRAMEBUFFER_CONSOLE | ||
| 1684 | ---help--- | ||
| 1685 | Driver for CastleRock integrated graphics core in the | ||
| 1686 | VIA VT8623 [Apollo CLE266] chipset. | ||
| 1687 | |||
| 1688 | config FB_TRIDENT | ||
| 1689 | tristate "Trident/CyberXXX/CyberBlade support" | ||
| 1690 | depends on FB && PCI | ||
| 1691 | select FB_CFB_FILLRECT | ||
| 1692 | select FB_CFB_COPYAREA | ||
| 1693 | select FB_CFB_IMAGEBLIT | ||
| 1694 | ---help--- | ||
| 1695 | This is the frame buffer device driver for Trident PCI/AGP chipsets. | ||
| 1696 | Supported chipset families are TGUI 9440/96XX, 3DImage, Blade3D | ||
| 1697 | and Blade XP. | ||
| 1698 | There are also integrated versions of these chips called CyberXXXX, | ||
| 1699 | CyberImage or CyberBlade. These chips are mostly found in laptops | ||
| 1700 | but also on some motherboards including early VIA EPIA motherboards. | ||
| 1701 | For more information, read <file:Documentation/fb/tridentfb.txt> | ||
| 1702 | |||
| 1703 | Say Y if you have such a graphics board. | ||
| 1704 | |||
| 1705 | To compile this driver as a module, choose M here: the | ||
| 1706 | module will be called tridentfb. | ||
| 1707 | |||
| 1708 | config FB_ARK | ||
| 1709 | tristate "ARK 2000PV support" | ||
| 1710 | depends on FB && PCI | ||
| 1711 | select FB_CFB_FILLRECT | ||
| 1712 | select FB_CFB_COPYAREA | ||
| 1713 | select FB_CFB_IMAGEBLIT | ||
| 1714 | select FB_TILEBLITTING | ||
| 1715 | select FB_SVGALIB | ||
| 1716 | select VGASTATE | ||
| 1717 | select FONT_8x16 if FRAMEBUFFER_CONSOLE | ||
| 1718 | ---help--- | ||
| 1719 | Driver for PCI graphics boards with ARK 2000PV chip | ||
| 1720 | and ICS 5342 RAMDAC. | ||
| 1721 | |||
| 1722 | config FB_PM3 | ||
| 1723 | tristate "Permedia3 support" | ||
| 1724 | depends on FB && PCI | ||
| 1725 | select FB_CFB_FILLRECT | ||
| 1726 | select FB_CFB_COPYAREA | ||
| 1727 | select FB_CFB_IMAGEBLIT | ||
| 1728 | help | ||
| 1729 | This is the frame buffer device driver for the 3DLabs Permedia3 | ||
| 1730 | chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 & | ||
| 1731 | similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000 | ||
| 1732 | and maybe other boards. | ||
| 1733 | |||
| 1734 | config FB_CARMINE | ||
| 1735 | tristate "Fujitsu carmine frame buffer support" | ||
| 1736 | depends on FB && PCI | ||
| 1737 | select FB_CFB_FILLRECT | ||
| 1738 | select FB_CFB_COPYAREA | ||
| 1739 | select FB_CFB_IMAGEBLIT | ||
| 1740 | help | ||
| 1741 | This is the frame buffer device driver for the Fujitsu Carmine chip. | ||
| 1742 | The driver provides two independent frame buffer devices. | ||
| 1743 | |||
| 1744 | choice | ||
| 1745 | depends on FB_CARMINE | ||
| 1746 | prompt "DRAM timing" | ||
| 1747 | default FB_CARMINE_DRAM_EVAL | ||
| 1748 | |||
| 1749 | config FB_CARMINE_DRAM_EVAL | ||
| 1750 | bool "Eval board timings" | ||
| 1751 | help | ||
| 1752 | Use timings which work on the eval card. | ||
| 1753 | |||
| 1754 | config CARMINE_DRAM_CUSTOM | ||
| 1755 | bool "Custom board timings" | ||
| 1756 | help | ||
| 1757 | Use custom board timings. | ||
| 1758 | endchoice | ||
| 1759 | |||
| 1760 | config FB_AU1100 | ||
| 1761 | bool "Au1100 LCD Driver" | ||
| 1762 | depends on (FB = y) && MIPS_ALCHEMY | ||
| 1763 | select FB_CFB_FILLRECT | ||
| 1764 | select FB_CFB_COPYAREA | ||
| 1765 | select FB_CFB_IMAGEBLIT | ||
| 1766 | help | ||
| 1767 | This is the framebuffer driver for the AMD Au1100 SOC. It can drive | ||
| 1768 | various panels and CRTs by passing in kernel cmd line option | ||
| 1769 | au1100fb:panel=<name>. | ||
| 1770 | |||
| 1771 | config FB_AU1200 | ||
| 1772 | bool "Au1200/Au1300 LCD Driver" | ||
| 1773 | depends on (FB = y) && MIPS_ALCHEMY | ||
| 1774 | select FB_SYS_FILLRECT | ||
| 1775 | select FB_SYS_COPYAREA | ||
| 1776 | select FB_SYS_IMAGEBLIT | ||
| 1777 | select FB_SYS_FOPS | ||
| 1778 | help | ||
| 1779 | This is the framebuffer driver for the Au1200/Au1300 SOCs. | ||
| 1780 | It can drive various panels and CRTs by passing in kernel cmd line | ||
| 1781 | option au1200fb:panel=<name>. | ||
| 1782 | |||
| 1783 | config FB_VT8500 | ||
| 1784 | bool "VIA VT8500 framebuffer support" | ||
| 1785 | depends on (FB = y) && ARM && ARCH_VT8500 | ||
| 1786 | select FB_SYS_FILLRECT if (!FB_WMT_GE_ROPS) | ||
| 1787 | select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS) | ||
| 1788 | select FB_SYS_IMAGEBLIT | ||
| 1789 | select FB_MODE_HELPERS | ||
| 1790 | select VIDEOMODE_HELPERS | ||
| 1791 | help | ||
| 1792 | This is the framebuffer driver for VIA VT8500 integrated LCD | ||
| 1793 | controller. | ||
| 1794 | |||
| 1795 | config FB_WM8505 | ||
| 1796 | bool "Wondermedia WM8xxx-series frame buffer support" | ||
| 1797 | depends on (FB = y) && ARM && ARCH_VT8500 | ||
| 1798 | select FB_SYS_FILLRECT if (!FB_WMT_GE_ROPS) | ||
| 1799 | select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS) | ||
| 1800 | select FB_SYS_IMAGEBLIT | ||
| 1801 | select FB_MODE_HELPERS | ||
| 1802 | select VIDEOMODE_HELPERS | ||
| 1803 | help | ||
| 1804 | This is the framebuffer driver for WonderMedia WM8xxx-series | ||
| 1805 | integrated LCD controller. This driver covers the WM8505, WM8650 | ||
| 1806 | and WM8850 SoCs. | ||
| 1807 | |||
| 1808 | config FB_WMT_GE_ROPS | ||
| 1809 | bool "VT8500/WM8xxx accelerated raster ops support" | ||
| 1810 | depends on (FB = y) && (FB_VT8500 || FB_WM8505) | ||
| 1811 | default n | ||
| 1812 | help | ||
| 1813 | This adds support for accelerated raster operations on the | ||
| 1814 | VIA VT8500 and Wondermedia 85xx series SoCs. | ||
| 1815 | |||
| 1816 | source "drivers/video/geode/Kconfig" | ||
| 1817 | |||
| 1818 | config FB_HIT | ||
| 1819 | tristate "HD64461 Frame Buffer support" | ||
| 1820 | depends on FB && HD64461 | ||
| 1821 | select FB_CFB_FILLRECT | ||
| 1822 | select FB_CFB_COPYAREA | ||
| 1823 | select FB_CFB_IMAGEBLIT | ||
| 1824 | help | ||
| 1825 | This is the frame buffer device driver for the Hitachi HD64461 LCD | ||
| 1826 | frame buffer card. | ||
| 1827 | |||
| 1828 | config FB_PMAG_AA | ||
| 1829 | bool "PMAG-AA TURBOchannel framebuffer support" | ||
| 1830 | depends on (FB = y) && TC | ||
| 1831 | select FB_CFB_FILLRECT | ||
| 1832 | select FB_CFB_COPYAREA | ||
| 1833 | select FB_CFB_IMAGEBLIT | ||
| 1834 | help | ||
| 1835 | Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1) | ||
| 1836 | used mainly in the MIPS-based DECstation series. | ||
| 1837 | |||
| 1838 | config FB_PMAG_BA | ||
| 1839 | tristate "PMAG-BA TURBOchannel framebuffer support" | ||
| 1840 | depends on FB && TC | ||
| 1841 | select FB_CFB_FILLRECT | ||
| 1842 | select FB_CFB_COPYAREA | ||
| 1843 | select FB_CFB_IMAGEBLIT | ||
| 1844 | help | ||
| 1845 | Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8) | ||
| 1846 | used mainly in the MIPS-based DECstation series. | ||
| 1847 | |||
| 1848 | config FB_PMAGB_B | ||
| 1849 | tristate "PMAGB-B TURBOchannel framebuffer support" | ||
| 1850 | depends on FB && TC | ||
| 1851 | select FB_CFB_FILLRECT | ||
| 1852 | select FB_CFB_COPYAREA | ||
| 1853 | select FB_CFB_IMAGEBLIT | ||
| 1854 | help | ||
| 1855 | Support for the PMAGB-B TURBOchannel framebuffer card used mainly | ||
| 1856 | in the MIPS-based DECstation series. The card is currently only | ||
| 1857 | supported in 1280x1024x8 mode. | ||
| 1858 | |||
| 1859 | config FB_MAXINE | ||
| 1860 | bool "Maxine (Personal DECstation) onboard framebuffer support" | ||
| 1861 | depends on (FB = y) && MACH_DECSTATION | ||
| 1862 | select FB_CFB_FILLRECT | ||
| 1863 | select FB_CFB_COPYAREA | ||
| 1864 | select FB_CFB_IMAGEBLIT | ||
| 1865 | help | ||
| 1866 | Support for the onboard framebuffer (1024x768x8) in the Personal | ||
| 1867 | DECstation series (Personal DECstation 5000/20, /25, /33, /50, | ||
| 1868 | Codename "Maxine"). | ||
| 1869 | |||
| 1870 | config FB_G364 | ||
| 1871 | bool "G364 frame buffer support" | ||
| 1872 | depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700) | ||
| 1873 | select FB_CFB_FILLRECT | ||
| 1874 | select FB_CFB_COPYAREA | ||
| 1875 | select FB_CFB_IMAGEBLIT | ||
| 1876 | help | ||
| 1877 | The G364 driver is the framebuffer used in MIPS Magnum 4000 and | ||
| 1878 | Olivetti M700-10 systems. | ||
| 1879 | |||
| 1880 | config FB_68328 | ||
| 1881 | bool "Motorola 68328 native frame buffer support" | ||
| 1882 | depends on (FB = y) && (M68328 || M68EZ328 || M68VZ328) | ||
| 1883 | select FB_CFB_FILLRECT | ||
| 1884 | select FB_CFB_COPYAREA | ||
| 1885 | select FB_CFB_IMAGEBLIT | ||
| 1886 | help | ||
| 1887 | Say Y here if you want to support the built-in frame buffer of | ||
| 1888 | the Motorola 68328 CPU family. | ||
| 1889 | |||
| 1890 | config FB_PXA168 | ||
| 1891 | tristate "PXA168/910 LCD framebuffer support" | ||
| 1892 | depends on FB && (CPU_PXA168 || CPU_PXA910) | ||
| 1893 | select FB_CFB_FILLRECT | ||
| 1894 | select FB_CFB_COPYAREA | ||
| 1895 | select FB_CFB_IMAGEBLIT | ||
| 1896 | ---help--- | ||
| 1897 | Frame buffer driver for the built-in LCD controller in the Marvell | ||
| 1898 | MMP processor. | ||
| 1899 | |||
| 1900 | config FB_PXA | ||
| 1901 | tristate "PXA LCD framebuffer support" | ||
| 1902 | depends on FB && ARCH_PXA | ||
| 1903 | select FB_CFB_FILLRECT | ||
| 1904 | select FB_CFB_COPYAREA | ||
| 1905 | select FB_CFB_IMAGEBLIT | ||
| 1906 | ---help--- | ||
| 1907 | Frame buffer driver for the built-in LCD controller in the Intel | ||
| 1908 | PXA2x0 processor. | ||
| 1909 | |||
| 1910 | This driver is also available as a module ( = code which can be | ||
| 1911 | inserted and removed from the running kernel whenever you want). The | ||
| 1912 | module will be called pxafb. If you want to compile it as a module, | ||
| 1913 | say M here and read <file:Documentation/kbuild/modules.txt>. | ||
| 1914 | |||
| 1915 | If unsure, say N. | ||
| 1916 | |||
| 1917 | config FB_PXA_OVERLAY | ||
| 1918 | bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer" | ||
| 1919 | default n | ||
| 1920 | depends on FB_PXA && (PXA27x || PXA3xx) | ||
| 1921 | |||
| 1922 | config FB_PXA_SMARTPANEL | ||
| 1923 | bool "PXA Smartpanel LCD support" | ||
| 1924 | default n | ||
| 1925 | depends on FB_PXA | ||
| 1926 | |||
| 1927 | config FB_PXA_PARAMETERS | ||
| 1928 | bool "PXA LCD command line parameters" | ||
| 1929 | default n | ||
| 1930 | depends on FB_PXA | ||
| 1931 | ---help--- | ||
| 1932 | Enable the use of kernel command line or module parameters | ||
| 1933 | to configure the physical properties of the LCD panel when | ||
| 1934 | using the PXA LCD driver. | ||
| 1935 | |||
| 1936 | This option allows you to override the panel parameters | ||
| 1937 | supplied by the platform in order to support multiple | ||
| 1938 | different models of flatpanel. If you will only be using a | ||
| 1939 | single model of flatpanel then you can safely leave this | ||
| 1940 | option disabled. | ||
| 1941 | |||
| 1942 | <file:Documentation/fb/pxafb.txt> describes the available parameters. | ||
| 1943 | |||
| 1944 | config PXA3XX_GCU | ||
| 1945 | tristate "PXA3xx 2D graphics accelerator driver" | ||
| 1946 | depends on FB_PXA | ||
| 1947 | help | ||
| 1948 | Kernelspace driver for the 2D graphics controller unit (GCU) | ||
| 1949 | found on PXA3xx processors. There is a counterpart driver in the | ||
| 1950 | DirectFB suite, see http://www.directfb.org/ | ||
| 1951 | |||
| 1952 | If you compile this as a module, it will be called pxa3xx_gcu. | ||
| 1953 | |||
| 1954 | config FB_MBX | ||
| 1955 | tristate "2700G LCD framebuffer support" | ||
| 1956 | depends on FB && ARCH_PXA | ||
| 1957 | select FB_CFB_FILLRECT | ||
| 1958 | select FB_CFB_COPYAREA | ||
| 1959 | select FB_CFB_IMAGEBLIT | ||
| 1960 | ---help--- | ||
| 1961 | Framebuffer driver for the Intel 2700G (Marathon) Graphics | ||
| 1962 | Accelerator | ||
| 1963 | |||
| 1964 | config FB_MBX_DEBUG | ||
| 1965 | bool "Enable debugging info via debugfs" | ||
| 1966 | depends on FB_MBX && DEBUG_FS | ||
| 1967 | default n | ||
| 1968 | ---help--- | ||
| 1969 | Enable this if you want debugging information using the debug | ||
| 1970 | filesystem (debugfs) | ||
| 1971 | |||
| 1972 | If unsure, say N. | ||
| 1973 | |||
| 1974 | config FB_FSL_DIU | ||
| 1975 | tristate "Freescale DIU framebuffer support" | ||
| 1976 | depends on FB && FSL_SOC | ||
| 1977 | select FB_MODE_HELPERS | ||
| 1978 | select FB_CFB_FILLRECT | ||
| 1979 | select FB_CFB_COPYAREA | ||
| 1980 | select FB_CFB_IMAGEBLIT | ||
| 1981 | select PPC_LIB_RHEAP | ||
| 1982 | ---help--- | ||
| 1983 | Framebuffer driver for the Freescale SoC DIU | ||
| 1984 | |||
| 1985 | config FB_W100 | ||
| 1986 | tristate "W100 frame buffer support" | ||
| 1987 | depends on FB && ARCH_PXA | ||
| 1988 | select FB_CFB_FILLRECT | ||
| 1989 | select FB_CFB_COPYAREA | ||
| 1990 | select FB_CFB_IMAGEBLIT | ||
| 1991 | ---help--- | ||
| 1992 | Frame buffer driver for the w100 as found on the Sharp SL-Cxx series. | ||
| 1993 | It can also drive the w3220 chip found on iPAQ hx4700. | ||
| 1994 | |||
| 1995 | This driver is also available as a module ( = code which can be | ||
| 1996 | inserted and removed from the running kernel whenever you want). The | ||
| 1997 | module will be called w100fb. If you want to compile it as a module, | ||
| 1998 | say M here and read <file:Documentation/kbuild/modules.txt>. | ||
| 1999 | |||
| 2000 | If unsure, say N. | ||
| 2001 | |||
| 2002 | config FB_SH_MOBILE_LCDC | ||
| 2003 | tristate "SuperH Mobile LCDC framebuffer support" | ||
| 2004 | depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK | ||
| 2005 | select FB_SYS_FILLRECT | ||
| 2006 | select FB_SYS_COPYAREA | ||
| 2007 | select FB_SYS_IMAGEBLIT | ||
| 2008 | select FB_SYS_FOPS | ||
| 2009 | select FB_DEFERRED_IO | ||
| 2010 | select FB_BACKLIGHT | ||
| 2011 | select SH_MIPI_DSI if SH_LCD_MIPI_DSI | ||
| 2012 | ---help--- | ||
| 2013 | Frame buffer driver for the on-chip SH-Mobile LCD controller. | ||
| 2014 | |||
| 2015 | config FB_SH_MOBILE_HDMI | ||
| 2016 | tristate "SuperH Mobile HDMI controller support" | ||
| 2017 | depends on FB_SH_MOBILE_LCDC | ||
| 2018 | select FB_MODE_HELPERS | ||
| 2019 | select SOUND | ||
| 2020 | select SND | ||
| 2021 | select SND_SOC | ||
| 2022 | ---help--- | ||
| 2023 | Driver for the on-chip SH-Mobile HDMI controller. | ||
| 2024 | |||
| 2025 | config FB_TMIO | ||
| 2026 | tristate "Toshiba Mobile IO FrameBuffer support" | ||
| 2027 | depends on FB && MFD_CORE | ||
| 2028 | select FB_CFB_FILLRECT | ||
| 2029 | select FB_CFB_COPYAREA | ||
| 2030 | select FB_CFB_IMAGEBLIT | ||
| 2031 | ---help--- | ||
| 2032 | Frame buffer driver for the Toshiba Mobile IO integrated as found | ||
| 2033 | on the Sharp SL-6000 series | ||
| 2034 | |||
| 2035 | This driver is also available as a module ( = code which can be | ||
| 2036 | inserted and removed from the running kernel whenever you want). The | ||
| 2037 | module will be called tmiofb. If you want to compile it as a module, | ||
| 2038 | say M here and read <file:Documentation/kbuild/modules.txt>. | ||
| 2039 | |||
| 2040 | If unsure, say N. | ||
| 2041 | |||
| 2042 | config FB_TMIO_ACCELL | ||
| 2043 | bool "tmiofb acceleration" | ||
| 2044 | depends on FB_TMIO | ||
| 2045 | default y | ||
| 2046 | |||
| 2047 | config FB_S3C | ||
| 2048 | tristate "Samsung S3C framebuffer support" | ||
| 2049 | depends on FB && (CPU_S3C2416 || ARCH_S3C64XX || ARCH_S5P64X0 || \ | ||
| 2050 | ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS) | ||
| 2051 | select FB_CFB_FILLRECT | ||
| 2052 | select FB_CFB_COPYAREA | ||
| 2053 | select FB_CFB_IMAGEBLIT | ||
| 2054 | ---help--- | ||
| 2055 | Frame buffer driver for the built-in FB controller in the Samsung | ||
| 2056 | SoC line from the S3C2443 onwards, including the S3C2416, S3C2450, | ||
| 2057 | and the S3C64XX series such as the S3C6400 and S3C6410. | ||
| 2058 | |||
| 2059 | These chips all have the same basic framebuffer design with the | ||
| 2060 | actual capabilities depending on the chip. For instance the S3C6400 | ||
| 2061 | and S3C6410 support 4 hardware windows whereas the S3C24XX series | ||
| 2062 | currently only have two. | ||
| 2063 | |||
| 2064 | Currently the support is only for the S3C6400 and S3C6410 SoCs. | ||
| 2065 | |||
| 2066 | config FB_S3C_DEBUG_REGWRITE | ||
| 2067 | bool "Debug register writes" | ||
| 2068 | depends on FB_S3C | ||
| 2069 | ---help--- | ||
| 2070 | Show all register writes via pr_debug() | ||
| 2071 | |||
| 2072 | config FB_S3C2410 | ||
| 2073 | tristate "S3C2410 LCD framebuffer support" | ||
| 2074 | depends on FB && ARCH_S3C24XX | ||
| 2075 | select FB_CFB_FILLRECT | ||
| 2076 | select FB_CFB_COPYAREA | ||
| 2077 | select FB_CFB_IMAGEBLIT | ||
| 2078 | ---help--- | ||
| 2079 | Frame buffer driver for the built-in LCD controller in the Samsung | ||
| 2080 | S3C2410 processor. | ||
| 2081 | |||
| 2082 | This driver is also available as a module ( = code which can be | ||
| 2083 | inserted and removed from the running kernel whenever you want). The | ||
| 2084 | module will be called s3c2410fb. If you want to compile it as a module, | ||
| 2085 | say M here and read <file:Documentation/kbuild/modules.txt>. | ||
| 2086 | |||
| 2087 | If unsure, say N. | ||
| 2088 | config FB_S3C2410_DEBUG | ||
| 2089 | bool "S3C2410 lcd debug messages" | ||
| 2090 | depends on FB_S3C2410 | ||
| 2091 | help | ||
| 2092 | Turn on debugging messages. Note that you can set/unset at run time | ||
| 2093 | through sysfs | ||
| 2094 | |||
| 2095 | config FB_NUC900 | ||
| 2096 | bool "NUC900 LCD framebuffer support" | ||
| 2097 | depends on FB && ARCH_W90X900 | ||
| 2098 | select FB_CFB_FILLRECT | ||
| 2099 | select FB_CFB_COPYAREA | ||
| 2100 | select FB_CFB_IMAGEBLIT | ||
| 2101 | ---help--- | ||
| 2102 | Frame buffer driver for the built-in LCD controller in the Nuvoton | ||
| 2103 | NUC900 processor | ||
| 2104 | |||
| 2105 | config GPM1040A0_320X240 | ||
| 2106 | bool "Giantplus Technology GPM1040A0 320x240 Color TFT LCD" | ||
| 2107 | depends on FB_NUC900 | ||
| 2108 | |||
| 2109 | config FB_SM501 | ||
| 2110 | tristate "Silicon Motion SM501 framebuffer support" | ||
| 2111 | depends on FB && MFD_SM501 | ||
| 2112 | select FB_CFB_FILLRECT | ||
| 2113 | select FB_CFB_COPYAREA | ||
| 2114 | select FB_CFB_IMAGEBLIT | ||
| 2115 | ---help--- | ||
| 2116 | Frame buffer driver for the CRT and LCD controllers in the Silicon | ||
| 2117 | Motion SM501. | ||
| 2118 | |||
| 2119 | This driver is also available as a module ( = code which can be | ||
| 2120 | inserted and removed from the running kernel whenever you want). The | ||
| 2121 | module will be called sm501fb. If you want to compile it as a module, | ||
| 2122 | say M here and read <file:Documentation/kbuild/modules.txt>. | ||
| 2123 | |||
| 2124 | If unsure, say N. | ||
| 2125 | |||
| 2126 | config FB_SMSCUFX | ||
| 2127 | tristate "SMSC UFX6000/7000 USB Framebuffer support" | ||
| 2128 | depends on FB && USB | ||
| 2129 | select FB_MODE_HELPERS | ||
| 2130 | select FB_SYS_FILLRECT | ||
| 2131 | select FB_SYS_COPYAREA | ||
| 2132 | select FB_SYS_IMAGEBLIT | ||
| 2133 | select FB_SYS_FOPS | ||
| 2134 | select FB_DEFERRED_IO | ||
| 2135 | ---help--- | ||
| 2136 | This is a kernel framebuffer driver for SMSC UFX USB devices. | ||
| 2137 | Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and | ||
| 2138 | mplayer -vo fbdev. Supports both UFX6000 (USB 2.0) and UFX7000 | ||
| 2139 | (USB 3.0) devices. | ||
| 2140 | To compile as a module, choose M here: the module name is smscufx. | ||
| 2141 | |||
| 2142 | config FB_UDL | ||
| 2143 | tristate "Displaylink USB Framebuffer support" | ||
| 2144 | depends on FB && USB | ||
| 2145 | select FB_MODE_HELPERS | ||
| 2146 | select FB_SYS_FILLRECT | ||
| 2147 | select FB_SYS_COPYAREA | ||
| 2148 | select FB_SYS_IMAGEBLIT | ||
| 2149 | select FB_SYS_FOPS | ||
| 2150 | select FB_DEFERRED_IO | ||
| 2151 | ---help--- | ||
| 2152 | This is a kernel framebuffer driver for DisplayLink USB devices. | ||
| 2153 | Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and | ||
| 2154 | mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices. | ||
| 2155 | To compile as a module, choose M here: the module name is udlfb. | ||
| 2156 | |||
| 2157 | config FB_IBM_GXT4500 | ||
| 2158 | tristate "Framebuffer support for IBM GXT4000P/4500P/6000P/6500P adaptors" | ||
| 2159 | depends on FB && PPC | ||
| 2160 | select FB_CFB_FILLRECT | ||
| 2161 | select FB_CFB_COPYAREA | ||
| 2162 | select FB_CFB_IMAGEBLIT | ||
| 2163 | ---help--- | ||
| 2164 | Say Y here to enable support for the IBM GXT4000P/6000P and | ||
| 2165 | GXT4500P/6500P display adaptor based on Raster Engine RC1000, | ||
| 2166 | found on some IBM System P (pSeries) machines. This driver | ||
| 2167 | doesn't use Geometry Engine GT1000. | ||
| 2168 | |||
| 2169 | config FB_PS3 | ||
| 2170 | tristate "PS3 GPU framebuffer driver" | ||
| 2171 | depends on FB && PS3_PS3AV | ||
| 2172 | select FB_SYS_FILLRECT | ||
| 2173 | select FB_SYS_COPYAREA | ||
| 2174 | select FB_SYS_IMAGEBLIT | ||
| 2175 | select FB_SYS_FOPS | ||
| 2176 | select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE | ||
| 2177 | ---help--- | ||
| 2178 | Include support for the virtual frame buffer in the PS3 platform. | ||
| 2179 | |||
| 2180 | config FB_PS3_DEFAULT_SIZE_M | ||
| 2181 | int "PS3 default frame buffer size (in MiB)" | ||
| 2182 | depends on FB_PS3 | ||
| 2183 | default 9 | ||
| 2184 | ---help--- | ||
| 2185 | This is the default size (in MiB) of the virtual frame buffer in | ||
| 2186 | the PS3. | ||
| 2187 | The default value can be overridden on the kernel command line | ||
| 2188 | using the "ps3fb" option (e.g. "ps3fb=9M"); | ||
| 2189 | |||
| 2190 | config FB_XILINX | ||
| 2191 | tristate "Xilinx frame buffer support" | ||
| 2192 | depends on FB && (XILINX_VIRTEX || MICROBLAZE || ARCH_ZYNQ) | ||
| 2193 | select FB_CFB_FILLRECT | ||
| 2194 | select FB_CFB_COPYAREA | ||
| 2195 | select FB_CFB_IMAGEBLIT | ||
| 2196 | ---help--- | ||
| 2197 | Include support for the Xilinx ML300/ML403 reference design | ||
| 2198 | framebuffer. ML300 carries a 640*480 LCD display on the board, | ||
| 2199 | ML403 uses a standard DB15 VGA connector. | ||
| 2200 | |||
| 2201 | config FB_GOLDFISH | ||
| 2202 | tristate "Goldfish Framebuffer" | ||
| 2203 | depends on FB && HAS_DMA | ||
| 2204 | select FB_CFB_FILLRECT | ||
| 2205 | select FB_CFB_COPYAREA | ||
| 2206 | select FB_CFB_IMAGEBLIT | ||
| 2207 | ---help--- | ||
| 2208 | Framebuffer driver for Goldfish Virtual Platform | ||
| 2209 | |||
| 2210 | config FB_COBALT | ||
| 2211 | tristate "Cobalt server LCD frame buffer support" | ||
| 2212 | depends on FB && (MIPS_COBALT || MIPS_SEAD3) | ||
| 2213 | |||
| 2214 | config FB_SH7760 | ||
| 2215 | bool "SH7760/SH7763/SH7720/SH7721 LCDC support" | ||
| 2216 | depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \ | ||
| 2217 | || CPU_SUBTYPE_SH7720 || CPU_SUBTYPE_SH7721) | ||
| 2218 | select FB_CFB_FILLRECT | ||
| 2219 | select FB_CFB_COPYAREA | ||
| 2220 | select FB_CFB_IMAGEBLIT | ||
| 2221 | ---help--- | ||
| 2222 | Support for the SH7760/SH7763/SH7720/SH7721 integrated | ||
| 2223 | (D)STN/TFT LCD Controller. | ||
| 2224 | Supports display resolutions up to 1024x1024 pixel, grayscale and | ||
| 2225 | color operation, with depths ranging from 1 bpp to 8 bpp monochrome | ||
| 2226 | and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for | ||
| 2227 | panels <= 320 pixel horizontal resolution. | ||
| 2228 | |||
| 2229 | config FB_DA8XX | ||
| 2230 | tristate "DA8xx/OMAP-L1xx/AM335x Framebuffer support" | ||
| 2231 | depends on FB && (ARCH_DAVINCI_DA8XX || SOC_AM33XX) | ||
| 2232 | select FB_CFB_FILLRECT | ||
| 2233 | select FB_CFB_COPYAREA | ||
| 2234 | select FB_CFB_IMAGEBLIT | ||
| 2235 | select FB_CFB_REV_PIXELS_IN_BYTE | ||
| 2236 | select FB_MODE_HELPERS | ||
| 2237 | select VIDEOMODE_HELPERS | ||
| 2238 | ---help--- | ||
| 2239 | This is the frame buffer device driver for the TI LCD controller | ||
| 2240 | found on DA8xx/OMAP-L1xx/AM335x SoCs. | ||
| 2241 | If unsure, say N. | ||
| 2242 | |||
| 2243 | config FB_VIRTUAL | ||
| 2244 | tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" | ||
| 2245 | depends on FB | ||
| 2246 | select FB_SYS_FILLRECT | ||
| 2247 | select FB_SYS_COPYAREA | ||
| 2248 | select FB_SYS_IMAGEBLIT | ||
| 2249 | select FB_SYS_FOPS | ||
| 2250 | ---help--- | ||
| 2251 | This is a `virtual' frame buffer device. It operates on a chunk of | ||
| 2252 | unswappable kernel memory instead of on the memory of a graphics | ||
| 2253 | board. This means you cannot see any output sent to this frame | ||
| 2254 | buffer device, while it does consume precious memory. The main use | ||
| 2255 | of this frame buffer device is testing and debugging the frame | ||
| 2256 | buffer subsystem. Do NOT enable it for normal systems! To protect | ||
| 2257 | the innocent, it has to be enabled explicitly at boot time using the | ||
| 2258 | kernel option `video=vfb:'. | ||
| 2259 | |||
| 2260 | To compile this driver as a module, choose M here: the | ||
| 2261 | module will be called vfb. In order to load it, you must use | ||
| 2262 | the vfb_enable=1 option. | ||
| 2263 | |||
| 2264 | If unsure, say N. | ||
| 2265 | |||
| 2266 | config XEN_FBDEV_FRONTEND | ||
| 2267 | tristate "Xen virtual frame buffer support" | ||
| 2268 | depends on FB && XEN | ||
| 2269 | select FB_SYS_FILLRECT | ||
| 2270 | select FB_SYS_COPYAREA | ||
| 2271 | select FB_SYS_IMAGEBLIT | ||
| 2272 | select FB_SYS_FOPS | ||
| 2273 | select FB_DEFERRED_IO | ||
| 2274 | select INPUT_XEN_KBDDEV_FRONTEND if INPUT_MISC | ||
| 2275 | select XEN_XENBUS_FRONTEND | ||
| 2276 | default y | ||
| 2277 | help | ||
| 2278 | This driver implements the front-end of the Xen virtual | ||
| 2279 | frame buffer driver. It communicates with a back-end | ||
| 2280 | in another domain. | ||
| 2281 | |||
| 2282 | config FB_METRONOME | ||
| 2283 | tristate "E-Ink Metronome/8track controller support" | ||
| 2284 | depends on FB | ||
| 2285 | select FB_SYS_FILLRECT | ||
| 2286 | select FB_SYS_COPYAREA | ||
| 2287 | select FB_SYS_IMAGEBLIT | ||
| 2288 | select FB_SYS_FOPS | ||
| 2289 | select FB_DEFERRED_IO | ||
| 2290 | help | ||
| 2291 | This driver implements support for the E-Ink Metronome | ||
| 2292 | controller. The pre-release name for this device was 8track | ||
| 2293 | and could also have been called by some vendors as PVI-nnnn. | ||
| 2294 | |||
| 2295 | config FB_MB862XX | ||
| 2296 | tristate "Fujitsu MB862xx GDC support" | ||
| 2297 | depends on FB | ||
| 2298 | depends on PCI || (OF && PPC) | ||
| 2299 | select FB_CFB_FILLRECT | ||
| 2300 | select FB_CFB_COPYAREA | ||
| 2301 | select FB_CFB_IMAGEBLIT | ||
| 2302 | ---help--- | ||
| 2303 | Frame buffer driver for Fujitsu Carmine/Coral-P(A)/Lime controllers. | ||
| 2304 | |||
| 2305 | choice | ||
| 2306 | prompt "GDC variant" | ||
| 2307 | depends on FB_MB862XX | ||
| 2308 | |||
| 2309 | config FB_MB862XX_PCI_GDC | ||
| 2310 | bool "Carmine/Coral-P(A) GDC" | ||
| 2311 | depends on PCI | ||
| 2312 | ---help--- | ||
| 2313 | This enables framebuffer support for Fujitsu Carmine/Coral-P(A) | ||
| 2314 | PCI graphics controller devices. | ||
| 2315 | |||
| 2316 | config FB_MB862XX_LIME | ||
| 2317 | bool "Lime GDC" | ||
| 2318 | depends on OF && PPC | ||
| 2319 | select FB_FOREIGN_ENDIAN | ||
| 2320 | select FB_LITTLE_ENDIAN | ||
| 2321 | ---help--- | ||
| 2322 | Framebuffer support for Fujitsu Lime GDC on host CPU bus. | ||
| 2323 | |||
| 2324 | endchoice | ||
| 2325 | |||
| 2326 | config FB_MB862XX_I2C | ||
| 2327 | bool "Support I2C bus on MB862XX GDC" | ||
| 2328 | depends on FB_MB862XX && I2C | ||
| 2329 | default y | ||
| 2330 | help | ||
| 2331 | Selecting this option adds Coral-P(A)/Lime GDC I2C bus adapter | ||
| 2332 | driver to support accessing I2C devices on controller's I2C bus. | ||
| 2333 | These are usually some video decoder chips. | ||
| 2334 | |||
| 2335 | config FB_EP93XX | ||
| 2336 | tristate "EP93XX frame buffer support" | ||
| 2337 | depends on FB && ARCH_EP93XX | ||
| 2338 | select FB_CFB_FILLRECT | ||
| 2339 | select FB_CFB_COPYAREA | ||
| 2340 | select FB_CFB_IMAGEBLIT | ||
| 2341 | ---help--- | ||
| 2342 | Framebuffer driver for the Cirrus Logic EP93XX series of processors. | ||
| 2343 | This driver is also available as a module. The module will be called | ||
| 2344 | ep93xx-fb. | ||
| 2345 | |||
| 2346 | config FB_PRE_INIT_FB | ||
| 2347 | bool "Don't reinitialize, use bootloader's GDC/Display configuration" | ||
| 2348 | depends on FB && FB_MB862XX_LIME | ||
| 2349 | ---help--- | ||
| 2350 | Select this option if display contents should be inherited as set by | ||
| 2351 | the bootloader. | ||
| 2352 | |||
| 2353 | config FB_MSM | ||
| 2354 | tristate "MSM Framebuffer support" | ||
| 2355 | depends on FB && ARCH_MSM | ||
| 2356 | select FB_CFB_FILLRECT | ||
| 2357 | select FB_CFB_COPYAREA | ||
| 2358 | select FB_CFB_IMAGEBLIT | ||
| 2359 | |||
| 2360 | config FB_MX3 | ||
| 2361 | tristate "MX3 Framebuffer support" | ||
| 2362 | depends on FB && MX3_IPU | ||
| 2363 | select FB_CFB_FILLRECT | ||
| 2364 | select FB_CFB_COPYAREA | ||
| 2365 | select FB_CFB_IMAGEBLIT | ||
| 2366 | default y | ||
| 2367 | help | ||
| 2368 | This is a framebuffer device for the i.MX31 LCD Controller. So | ||
| 2369 | far only synchronous displays are supported. If you plan to use | ||
| 2370 | an LCD display with your i.MX31 system, say Y here. | ||
| 2371 | |||
| 2372 | config FB_BROADSHEET | ||
| 2373 | tristate "E-Ink Broadsheet/Epson S1D13521 controller support" | ||
| 2374 | depends on FB | ||
| 2375 | select FB_SYS_FILLRECT | ||
| 2376 | select FB_SYS_COPYAREA | ||
| 2377 | select FB_SYS_IMAGEBLIT | ||
| 2378 | select FB_SYS_FOPS | ||
| 2379 | select FB_DEFERRED_IO | ||
| 2380 | help | ||
| 2381 | This driver implements support for the E-Ink Broadsheet | ||
| 2382 | controller. The release name for this device was Epson S1D13521 | ||
| 2383 | and could also have been called by other names when coupled with | ||
| 2384 | a bridge adapter. | ||
| 2385 | |||
| 2386 | config FB_AUO_K190X | ||
| 2387 | tristate "AUO-K190X EPD controller support" | ||
| 2388 | depends on FB | ||
| 2389 | select FB_SYS_FILLRECT | ||
| 2390 | select FB_SYS_COPYAREA | ||
| 2391 | select FB_SYS_IMAGEBLIT | ||
| 2392 | select FB_SYS_FOPS | ||
| 2393 | select FB_DEFERRED_IO | ||
| 2394 | help | ||
| 2395 | Provides support for epaper controllers from the K190X series | ||
| 2396 | of AUO. These controllers can be used to drive epaper displays | ||
| 2397 | from Sipix. | ||
| 2398 | |||
| 2399 | This option enables the common support, shared by the individual | ||
| 2400 | controller drivers. You will also have to enable the driver | ||
| 2401 | for the controller type used in your device. | ||
| 2402 | |||
| 2403 | config FB_AUO_K1900 | ||
| 2404 | tristate "AUO-K1900 EPD controller support" | ||
| 2405 | depends on FB && FB_AUO_K190X | ||
| 2406 | help | ||
| 2407 | This driver implements support for the AUO K1900 epd-controller. | ||
| 2408 | This controller can drive Sipix epaper displays but can only do | ||
| 2409 | serial updates, reducing the number of possible frames per second. | ||
| 2410 | |||
| 2411 | config FB_AUO_K1901 | ||
| 2412 | tristate "AUO-K1901 EPD controller support" | ||
| 2413 | depends on FB && FB_AUO_K190X | ||
| 2414 | help | ||
| 2415 | This driver implements support for the AUO K1901 epd-controller. | ||
| 2416 | This controller can drive Sipix epaper displays and supports | ||
| 2417 | concurrent updates, making higher frames per second possible. | ||
| 2418 | |||
| 2419 | config FB_JZ4740 | ||
| 2420 | tristate "JZ4740 LCD framebuffer support" | ||
| 2421 | depends on FB && MACH_JZ4740 | ||
| 2422 | select FB_SYS_FILLRECT | ||
| 2423 | select FB_SYS_COPYAREA | ||
| 2424 | select FB_SYS_IMAGEBLIT | ||
| 2425 | help | ||
| 2426 | Framebuffer support for the JZ4740 SoC. | ||
| 2427 | |||
| 2428 | config FB_MXS | ||
| 2429 | tristate "MXS LCD framebuffer support" | ||
| 2430 | depends on FB && ARCH_MXS | ||
| 2431 | select FB_CFB_FILLRECT | ||
| 2432 | select FB_CFB_COPYAREA | ||
| 2433 | select FB_CFB_IMAGEBLIT | ||
| 2434 | select FB_MODE_HELPERS | ||
| 2435 | select VIDEOMODE_HELPERS | ||
| 2436 | help | ||
| 2437 | Framebuffer support for the MXS SoC. | ||
| 2438 | |||
| 2439 | config FB_PUV3_UNIGFX | ||
| 2440 | tristate "PKUnity v3 Unigfx framebuffer support" | ||
| 2441 | depends on FB && UNICORE32 && ARCH_PUV3 | ||
| 2442 | select FB_SYS_FILLRECT | ||
| 2443 | select FB_SYS_COPYAREA | ||
| 2444 | select FB_SYS_IMAGEBLIT | ||
| 2445 | select FB_SYS_FOPS | ||
| 2446 | help | ||
| 2447 | Choose this option if you want to use the Unigfx device as a | ||
| 2448 | framebuffer device. Without the support of PCI & AGP. | ||
| 2449 | |||
| 2450 | config FB_HYPERV | ||
| 2451 | tristate "Microsoft Hyper-V Synthetic Video support" | ||
| 2452 | depends on FB && HYPERV | ||
| 2453 | select FB_CFB_FILLRECT | ||
| 2454 | select FB_CFB_COPYAREA | ||
| 2455 | select FB_CFB_IMAGEBLIT | ||
| 2456 | help | ||
| 2457 | This framebuffer driver supports Microsoft Hyper-V Synthetic Video. | ||
| 2458 | |||
| 2459 | config FB_SIMPLE | ||
| 2460 | bool "Simple framebuffer support" | ||
| 2461 | depends on (FB = y) | ||
| 2462 | select FB_CFB_FILLRECT | ||
| 2463 | select FB_CFB_COPYAREA | ||
| 2464 | select FB_CFB_IMAGEBLIT | ||
| 2465 | help | ||
| 2466 | Say Y if you want support for a simple frame-buffer. | ||
| 2467 | |||
| 2468 | This driver assumes that the display hardware has been initialized | ||
| 2469 | before the kernel boots, and the kernel will simply render to the | ||
| 2470 | pre-allocated frame buffer surface. | ||
| 2471 | |||
| 2472 | Configuration re: surface address, size, and format must be provided | ||
| 2473 | through device tree, or plain old platform data. | ||
| 2474 | |||
| 2475 | source "drivers/video/omap/Kconfig" | ||
| 2476 | source "drivers/video/omap2/Kconfig" | ||
| 2477 | source "drivers/video/exynos/Kconfig" | ||
| 2478 | source "drivers/video/mmp/Kconfig" | ||
| 2479 | source "drivers/video/backlight/Kconfig" | ||
| 2480 | |||
| 2481 | if VT | 40 | if VT |
| 2482 | source "drivers/video/console/Kconfig" | 41 | source "drivers/video/console/Kconfig" |
| 2483 | endif | 42 | endif |
| 2484 | 43 | ||
| 2485 | if FB || SGI_NEWPORT_CONSOLE | 44 | if FB || SGI_NEWPORT_CONSOLE |
| 2486 | source "drivers/video/logo/Kconfig" | 45 | source "drivers/video/logo/Kconfig" |
| 2487 | endif | ||
| 2488 | 46 | ||
| 2489 | config FB_SH_MOBILE_MERAM | 47 | endif |
| 2490 | tristate "SuperH Mobile MERAM read ahead support" | ||
| 2491 | depends on (SUPERH || ARCH_SHMOBILE) | ||
| 2492 | select GENERIC_ALLOCATOR | ||
| 2493 | ---help--- | ||
| 2494 | Enable MERAM support for the SuperH controller. | ||
| 2495 | |||
| 2496 | This will allow for caching of the framebuffer to provide more | ||
| 2497 | reliable access under heavy main memory bus traffic situations. | ||
| 2498 | Up to 4 memory channels can be configured, allowing 4 RGB or | ||
| 2499 | 2 YCbCr framebuffers to be configured. | ||
| 2500 | 48 | ||
| 2501 | config FB_SSD1307 | ||
| 2502 | tristate "Solomon SSD1307 framebuffer support" | ||
| 2503 | depends on FB && I2C | ||
| 2504 | depends on OF | ||
| 2505 | depends on GPIOLIB | ||
| 2506 | select FB_SYS_FOPS | ||
| 2507 | select FB_SYS_FILLRECT | ||
| 2508 | select FB_SYS_COPYAREA | ||
| 2509 | select FB_SYS_IMAGEBLIT | ||
| 2510 | select FB_DEFERRED_IO | ||
| 2511 | select PWM | ||
| 2512 | help | ||
| 2513 | This driver implements support for the Solomon SSD1307 | ||
| 2514 | OLED controller over I2C. | ||
| 2515 | 49 | ||
| 2516 | endmenu | 50 | endmenu |
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 1be26fe10592..9ad3c17d6456 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile | |||
| @@ -1,175 +1,11 @@ | |||
| 1 | # Makefile for the Linux video drivers. | ||
| 2 | # 5 Aug 1999, James Simmons, <mailto:jsimmons@users.sf.net> | ||
| 3 | # Rewritten to use lists instead of if-statements. | ||
| 4 | |||
| 5 | # Each configuration option enables a list of files. | ||
| 6 | |||
| 7 | obj-$(CONFIG_VGASTATE) += vgastate.o | 1 | obj-$(CONFIG_VGASTATE) += vgastate.o |
| 8 | obj-$(CONFIG_HDMI) += hdmi.o | 2 | obj-$(CONFIG_HDMI) += hdmi.o |
| 9 | obj-y += fb_notify.o | ||
| 10 | obj-$(CONFIG_FB) += fb.o | ||
| 11 | fb-y := fbmem.o fbmon.o fbcmap.o fbsysfs.o \ | ||
| 12 | modedb.o fbcvt.o | ||
| 13 | fb-objs := $(fb-y) | ||
| 14 | 3 | ||
| 15 | obj-$(CONFIG_VT) += console/ | 4 | obj-$(CONFIG_VT) += console/ |
| 16 | obj-$(CONFIG_LOGO) += logo/ | 5 | obj-$(CONFIG_LOGO) += logo/ |
| 17 | obj-y += backlight/ | 6 | obj-y += backlight/ |
| 18 | 7 | ||
| 19 | obj-$(CONFIG_EXYNOS_VIDEO) += exynos/ | 8 | obj-y += fbdev/ |
| 20 | |||
| 21 | obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o | ||
| 22 | obj-$(CONFIG_FB_CFB_COPYAREA) += cfbcopyarea.o | ||
| 23 | obj-$(CONFIG_FB_CFB_IMAGEBLIT) += cfbimgblt.o | ||
| 24 | obj-$(CONFIG_FB_SYS_FILLRECT) += sysfillrect.o | ||
| 25 | obj-$(CONFIG_FB_SYS_COPYAREA) += syscopyarea.o | ||
| 26 | obj-$(CONFIG_FB_SYS_IMAGEBLIT) += sysimgblt.o | ||
| 27 | obj-$(CONFIG_FB_SYS_FOPS) += fb_sys_fops.o | ||
| 28 | obj-$(CONFIG_FB_SVGALIB) += svgalib.o | ||
| 29 | obj-$(CONFIG_FB_MACMODES) += macmodes.o | ||
| 30 | obj-$(CONFIG_FB_DDC) += fb_ddc.o | ||
| 31 | obj-$(CONFIG_FB_DEFERRED_IO) += fb_defio.o | ||
| 32 | obj-$(CONFIG_FB_WMT_GE_ROPS) += wmt_ge_rops.o | ||
| 33 | |||
| 34 | # Hardware specific drivers go first | ||
| 35 | obj-$(CONFIG_FB_AMIGA) += amifb.o c2p_planar.o | ||
| 36 | obj-$(CONFIG_FB_ARC) += arcfb.o | ||
| 37 | obj-$(CONFIG_FB_CLPS711X) += clps711xfb.o | ||
| 38 | obj-$(CONFIG_FB_CYBER2000) += cyber2000fb.o | ||
| 39 | obj-$(CONFIG_FB_GRVGA) += grvga.o | ||
| 40 | obj-$(CONFIG_FB_PM2) += pm2fb.o | ||
| 41 | obj-$(CONFIG_FB_PM3) += pm3fb.o | ||
| 42 | |||
| 43 | obj-$(CONFIG_FB_I740) += i740fb.o | ||
| 44 | obj-$(CONFIG_FB_MATROX) += matrox/ | ||
| 45 | obj-$(CONFIG_FB_RIVA) += riva/ | ||
| 46 | obj-$(CONFIG_FB_NVIDIA) += nvidia/ | ||
| 47 | obj-$(CONFIG_FB_ATY) += aty/ macmodes.o | ||
| 48 | obj-$(CONFIG_FB_ATY128) += aty/ macmodes.o | ||
| 49 | obj-$(CONFIG_FB_RADEON) += aty/ | ||
| 50 | obj-$(CONFIG_FB_SIS) += sis/ | ||
| 51 | obj-$(CONFIG_FB_VIA) += via/ | ||
| 52 | obj-$(CONFIG_FB_KYRO) += kyro/ | ||
| 53 | obj-$(CONFIG_FB_SAVAGE) += savage/ | ||
| 54 | obj-$(CONFIG_FB_GEODE) += geode/ | ||
| 55 | obj-$(CONFIG_FB_MBX) += mbx/ | ||
| 56 | obj-$(CONFIG_FB_NEOMAGIC) += neofb.o | ||
| 57 | obj-$(CONFIG_FB_3DFX) += tdfxfb.o | ||
| 58 | obj-$(CONFIG_FB_CONTROL) += controlfb.o | ||
| 59 | obj-$(CONFIG_FB_PLATINUM) += platinumfb.o | ||
| 60 | obj-$(CONFIG_FB_VALKYRIE) += valkyriefb.o | ||
| 61 | obj-$(CONFIG_FB_CT65550) += chipsfb.o | ||
| 62 | obj-$(CONFIG_FB_IMSTT) += imsttfb.o | ||
| 63 | obj-$(CONFIG_FB_FM2) += fm2fb.o | ||
| 64 | obj-$(CONFIG_FB_VT8623) += vt8623fb.o | ||
| 65 | obj-$(CONFIG_FB_TRIDENT) += tridentfb.o | ||
| 66 | obj-$(CONFIG_FB_LE80578) += vermilion/ | ||
| 67 | obj-$(CONFIG_FB_S3) += s3fb.o | ||
| 68 | obj-$(CONFIG_FB_ARK) += arkfb.o | ||
| 69 | obj-$(CONFIG_FB_STI) += stifb.o | ||
| 70 | obj-$(CONFIG_FB_FFB) += ffb.o sbuslib.o | ||
| 71 | obj-$(CONFIG_FB_CG6) += cg6.o sbuslib.o | ||
| 72 | obj-$(CONFIG_FB_CG3) += cg3.o sbuslib.o | ||
| 73 | obj-$(CONFIG_FB_BW2) += bw2.o sbuslib.o | ||
| 74 | obj-$(CONFIG_FB_CG14) += cg14.o sbuslib.o | ||
| 75 | obj-$(CONFIG_FB_P9100) += p9100.o sbuslib.o | ||
| 76 | obj-$(CONFIG_FB_TCX) += tcx.o sbuslib.o | ||
| 77 | obj-$(CONFIG_FB_LEO) += leo.o sbuslib.o | ||
| 78 | obj-$(CONFIG_FB_ACORN) += acornfb.o | ||
| 79 | obj-$(CONFIG_FB_ATARI) += atafb.o c2p_iplan2.o atafb_mfb.o \ | ||
| 80 | atafb_iplan2p2.o atafb_iplan2p4.o atafb_iplan2p8.o | ||
| 81 | obj-$(CONFIG_FB_MAC) += macfb.o | ||
| 82 | obj-$(CONFIG_FB_HECUBA) += hecubafb.o | ||
| 83 | obj-$(CONFIG_FB_N411) += n411.o | ||
| 84 | obj-$(CONFIG_FB_HGA) += hgafb.o | ||
| 85 | obj-$(CONFIG_FB_XVR500) += sunxvr500.o | ||
| 86 | obj-$(CONFIG_FB_XVR2500) += sunxvr2500.o | ||
| 87 | obj-$(CONFIG_FB_XVR1000) += sunxvr1000.o | ||
| 88 | obj-$(CONFIG_FB_IGA) += igafb.o | ||
| 89 | obj-$(CONFIG_FB_APOLLO) += dnfb.o | ||
| 90 | obj-$(CONFIG_FB_Q40) += q40fb.o | ||
| 91 | obj-$(CONFIG_FB_TGA) += tgafb.o | ||
| 92 | obj-$(CONFIG_FB_HP300) += hpfb.o | ||
| 93 | obj-$(CONFIG_FB_G364) += g364fb.o | ||
| 94 | obj-$(CONFIG_FB_EP93XX) += ep93xx-fb.o | ||
| 95 | obj-$(CONFIG_FB_SA1100) += sa1100fb.o | ||
| 96 | obj-$(CONFIG_FB_HIT) += hitfb.o | ||
| 97 | obj-$(CONFIG_FB_ATMEL) += atmel_lcdfb.o | ||
| 98 | obj-$(CONFIG_FB_PVR2) += pvr2fb.o | ||
| 99 | obj-$(CONFIG_FB_VOODOO1) += sstfb.o | ||
| 100 | obj-$(CONFIG_FB_ARMCLCD) += amba-clcd.o | ||
| 101 | obj-$(CONFIG_FB_GOLDFISH) += goldfishfb.o | ||
| 102 | obj-$(CONFIG_FB_68328) += 68328fb.o | ||
| 103 | obj-$(CONFIG_FB_GBE) += gbefb.o | ||
| 104 | obj-$(CONFIG_FB_CIRRUS) += cirrusfb.o | ||
| 105 | obj-$(CONFIG_FB_ASILIANT) += asiliantfb.o | ||
| 106 | obj-$(CONFIG_FB_PXA) += pxafb.o | ||
| 107 | obj-$(CONFIG_FB_PXA168) += pxa168fb.o | ||
| 108 | obj-$(CONFIG_PXA3XX_GCU) += pxa3xx-gcu.o | ||
| 109 | obj-$(CONFIG_MMP_DISP) += mmp/ | ||
| 110 | obj-$(CONFIG_FB_W100) += w100fb.o | ||
| 111 | obj-$(CONFIG_FB_TMIO) += tmiofb.o | ||
| 112 | obj-$(CONFIG_FB_AU1100) += au1100fb.o | ||
| 113 | obj-$(CONFIG_FB_AU1200) += au1200fb.o | ||
| 114 | obj-$(CONFIG_FB_VT8500) += vt8500lcdfb.o | ||
| 115 | obj-$(CONFIG_FB_WM8505) += wm8505fb.o | ||
| 116 | obj-$(CONFIG_FB_PMAG_AA) += pmag-aa-fb.o | ||
| 117 | obj-$(CONFIG_FB_PMAG_BA) += pmag-ba-fb.o | ||
| 118 | obj-$(CONFIG_FB_PMAGB_B) += pmagb-b-fb.o | ||
| 119 | obj-$(CONFIG_FB_MAXINE) += maxinefb.o | ||
| 120 | obj-$(CONFIG_FB_METRONOME) += metronomefb.o | ||
| 121 | obj-$(CONFIG_FB_BROADSHEET) += broadsheetfb.o | ||
| 122 | obj-$(CONFIG_FB_AUO_K190X) += auo_k190x.o | ||
| 123 | obj-$(CONFIG_FB_AUO_K1900) += auo_k1900fb.o | ||
| 124 | obj-$(CONFIG_FB_AUO_K1901) += auo_k1901fb.o | ||
| 125 | obj-$(CONFIG_FB_S1D13XXX) += s1d13xxxfb.o | ||
| 126 | obj-$(CONFIG_FB_SH7760) += sh7760fb.o | ||
| 127 | obj-$(CONFIG_FB_IMX) += imxfb.o | ||
| 128 | obj-$(CONFIG_FB_S3C) += s3c-fb.o | ||
| 129 | obj-$(CONFIG_FB_S3C2410) += s3c2410fb.o | ||
| 130 | obj-$(CONFIG_FB_FSL_DIU) += fsl-diu-fb.o | ||
| 131 | obj-$(CONFIG_FB_COBALT) += cobalt_lcdfb.o | ||
| 132 | obj-$(CONFIG_FB_IBM_GXT4500) += gxt4500.o | ||
| 133 | obj-$(CONFIG_FB_PS3) += ps3fb.o | ||
| 134 | obj-$(CONFIG_FB_SM501) += sm501fb.o | ||
| 135 | obj-$(CONFIG_FB_UDL) += udlfb.o | ||
| 136 | obj-$(CONFIG_FB_SMSCUFX) += smscufx.o | ||
| 137 | obj-$(CONFIG_FB_XILINX) += xilinxfb.o | ||
| 138 | obj-$(CONFIG_SH_MIPI_DSI) += sh_mipi_dsi.o | ||
| 139 | obj-$(CONFIG_FB_SH_MOBILE_HDMI) += sh_mobile_hdmi.o | ||
| 140 | obj-$(CONFIG_FB_SH_MOBILE_MERAM) += sh_mobile_meram.o | ||
| 141 | obj-$(CONFIG_FB_SH_MOBILE_LCDC) += sh_mobile_lcdcfb.o | ||
| 142 | obj-$(CONFIG_FB_OMAP) += omap/ | ||
| 143 | obj-y += omap2/ | ||
| 144 | obj-$(CONFIG_XEN_FBDEV_FRONTEND) += xen-fbfront.o | ||
| 145 | obj-$(CONFIG_FB_CARMINE) += carminefb.o | ||
| 146 | obj-$(CONFIG_FB_MB862XX) += mb862xx/ | ||
| 147 | obj-$(CONFIG_FB_MSM) += msm/ | ||
| 148 | obj-$(CONFIG_FB_NUC900) += nuc900fb.o | ||
| 149 | obj-$(CONFIG_FB_JZ4740) += jz4740_fb.o | ||
| 150 | obj-$(CONFIG_FB_PUV3_UNIGFX) += fb-puv3.o | ||
| 151 | obj-$(CONFIG_FB_HYPERV) += hyperv_fb.o | ||
| 152 | obj-$(CONFIG_FB_OPENCORES) += ocfb.o | ||
| 153 | |||
| 154 | # Platform or fallback drivers go here | ||
| 155 | obj-$(CONFIG_FB_UVESA) += uvesafb.o | ||
| 156 | obj-$(CONFIG_FB_VESA) += vesafb.o | ||
| 157 | obj-$(CONFIG_FB_EFI) += efifb.o | ||
| 158 | obj-$(CONFIG_FB_VGA16) += vga16fb.o | ||
| 159 | obj-$(CONFIG_FB_OF) += offb.o | ||
| 160 | obj-$(CONFIG_FB_BF537_LQ035) += bf537-lq035.o | ||
| 161 | obj-$(CONFIG_FB_BF54X_LQ043) += bf54x-lq043fb.o | ||
| 162 | obj-$(CONFIG_FB_BFIN_LQ035Q1) += bfin-lq035q1-fb.o | ||
| 163 | obj-$(CONFIG_FB_BFIN_T350MCQB) += bfin-t350mcqb-fb.o | ||
| 164 | obj-$(CONFIG_FB_BFIN_7393) += bfin_adv7393fb.o | ||
| 165 | obj-$(CONFIG_FB_MX3) += mx3fb.o | ||
| 166 | obj-$(CONFIG_FB_DA8XX) += da8xx-fb.o | ||
| 167 | obj-$(CONFIG_FB_MXS) += mxsfb.o | ||
| 168 | obj-$(CONFIG_FB_SSD1307) += ssd1307fb.o | ||
| 169 | obj-$(CONFIG_FB_SIMPLE) += simplefb.o | ||
| 170 | |||
| 171 | # the test framebuffer is last | ||
| 172 | obj-$(CONFIG_FB_VIRTUAL) += vfb.o | ||
| 173 | 9 | ||
| 174 | obj-$(CONFIG_VIDEOMODE_HELPERS) += display_timing.o videomode.o | 10 | obj-$(CONFIG_VIDEOMODE_HELPERS) += display_timing.o videomode.o |
| 175 | ifeq ($(CONFIG_OF),y) | 11 | ifeq ($(CONFIG_OF),y) |
diff --git a/drivers/video/console/sticon.c b/drivers/video/console/sticon.c index 5f65ca3d8564..026fd1215933 100644 --- a/drivers/video/console/sticon.c +++ b/drivers/video/console/sticon.c | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | 46 | ||
| 47 | #include <asm/io.h> | 47 | #include <asm/io.h> |
| 48 | 48 | ||
| 49 | #include "../sticore.h" | 49 | #include "../fbdev/sticore.h" |
| 50 | 50 | ||
| 51 | /* switching to graphics mode */ | 51 | /* switching to graphics mode */ |
| 52 | #define BLANK 0 | 52 | #define BLANK 0 |
diff --git a/drivers/video/console/sticore.c b/drivers/video/console/sticore.c index cecd3de01c24..7da1ad03acb5 100644 --- a/drivers/video/console/sticore.c +++ b/drivers/video/console/sticore.c | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | #include <asm/cacheflush.h> | 28 | #include <asm/cacheflush.h> |
| 29 | #include <asm/grfioctl.h> | 29 | #include <asm/grfioctl.h> |
| 30 | 30 | ||
| 31 | #include "../sticore.h" | 31 | #include "../fbdev/sticore.h" |
| 32 | 32 | ||
| 33 | #define STI_DRIVERVERSION "Version 0.9b" | 33 | #define STI_DRIVERVERSION "Version 0.9b" |
| 34 | 34 | ||
diff --git a/drivers/video/68328fb.c b/drivers/video/fbdev/68328fb.c index 552258c8f99d..552258c8f99d 100644 --- a/drivers/video/68328fb.c +++ b/drivers/video/fbdev/68328fb.c | |||
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig new file mode 100644 index 000000000000..e1f47272fdea --- /dev/null +++ b/drivers/video/fbdev/Kconfig | |||
| @@ -0,0 +1,2474 @@ | |||
| 1 | # | ||
| 2 | # fbdev configuration | ||
| 3 | # | ||
| 4 | |||
| 5 | menuconfig FB | ||
| 6 | tristate "Support for frame buffer devices" | ||
| 7 | ---help--- | ||
| 8 | The frame buffer device provides an abstraction for the graphics | ||
| 9 | hardware. It represents the frame buffer of some video hardware and | ||
| 10 | allows application software to access the graphics hardware through | ||
| 11 | a well-defined interface, so the software doesn't need to know | ||
| 12 | anything about the low-level (hardware register) stuff. | ||
| 13 | |||
| 14 | Frame buffer devices work identically across the different | ||
| 15 | architectures supported by Linux and make the implementation of | ||
| 16 | application programs easier and more portable; at this point, an X | ||
| 17 | server exists which uses the frame buffer device exclusively. | ||
| 18 | On several non-X86 architectures, the frame buffer device is the | ||
| 19 | only way to use the graphics hardware. | ||
| 20 | |||
| 21 | The device is accessed through special device nodes, usually located | ||
| 22 | in the /dev directory, i.e. /dev/fb*. | ||
| 23 | |||
| 24 | You need an utility program called fbset to make full use of frame | ||
| 25 | buffer devices. Please read <file:Documentation/fb/framebuffer.txt> | ||
| 26 | and the Framebuffer-HOWTO at | ||
| 27 | <http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.3.html> for more | ||
| 28 | information. | ||
| 29 | |||
| 30 | Say Y here and to the driver for your graphics board below if you | ||
| 31 | are compiling a kernel for a non-x86 architecture. | ||
| 32 | |||
| 33 | If you are compiling for the x86 architecture, you can say Y if you | ||
| 34 | want to play with it, but it is not essential. Please note that | ||
| 35 | running graphical applications that directly touch the hardware | ||
| 36 | (e.g. an accelerated X server) and that are not frame buffer | ||
| 37 | device-aware may cause unexpected results. If unsure, say N. | ||
| 38 | |||
| 39 | config FIRMWARE_EDID | ||
| 40 | bool "Enable firmware EDID" | ||
| 41 | depends on FB | ||
| 42 | default n | ||
| 43 | ---help--- | ||
| 44 | This enables access to the EDID transferred from the firmware. | ||
| 45 | On the i386, this is from the Video BIOS. Enable this if DDC/I2C | ||
| 46 | transfers do not work for your driver and if you are using | ||
| 47 | nvidiafb, i810fb or savagefb. | ||
| 48 | |||
| 49 | In general, choosing Y for this option is safe. If you | ||
| 50 | experience extremely long delays while booting before you get | ||
| 51 | something on your display, try setting this to N. Matrox cards in | ||
| 52 | combination with certain motherboards and monitors are known to | ||
| 53 | suffer from this problem. | ||
| 54 | |||
| 55 | config FB_DDC | ||
| 56 | tristate | ||
| 57 | depends on FB | ||
| 58 | select I2C_ALGOBIT | ||
| 59 | select I2C | ||
| 60 | default n | ||
| 61 | |||
| 62 | config FB_BOOT_VESA_SUPPORT | ||
| 63 | bool | ||
| 64 | depends on FB | ||
| 65 | default n | ||
| 66 | ---help--- | ||
| 67 | If true, at least one selected framebuffer driver can take advantage | ||
| 68 | of VESA video modes set at an early boot stage via the vga= parameter. | ||
| 69 | |||
| 70 | config FB_CFB_FILLRECT | ||
| 71 | tristate | ||
| 72 | depends on FB | ||
| 73 | default n | ||
| 74 | ---help--- | ||
| 75 | Include the cfb_fillrect function for generic software rectangle | ||
| 76 | filling. This is used by drivers that don't provide their own | ||
| 77 | (accelerated) version. | ||
| 78 | |||
| 79 | config FB_CFB_COPYAREA | ||
| 80 | tristate | ||
| 81 | depends on FB | ||
| 82 | default n | ||
| 83 | ---help--- | ||
| 84 | Include the cfb_copyarea function for generic software area copying. | ||
| 85 | This is used by drivers that don't provide their own (accelerated) | ||
| 86 | version. | ||
| 87 | |||
| 88 | config FB_CFB_IMAGEBLIT | ||
| 89 | tristate | ||
| 90 | depends on FB | ||
| 91 | default n | ||
| 92 | ---help--- | ||
| 93 | Include the cfb_imageblit function for generic software image | ||
| 94 | blitting. This is used by drivers that don't provide their own | ||
| 95 | (accelerated) version. | ||
| 96 | |||
| 97 | config FB_CFB_REV_PIXELS_IN_BYTE | ||
| 98 | bool | ||
| 99 | depends on FB | ||
| 100 | default n | ||
| 101 | ---help--- | ||
| 102 | Allow generic frame-buffer functions to work on displays with 1, 2 | ||
| 103 | and 4 bits per pixel depths which has opposite order of pixels in | ||
| 104 | byte order to bytes in long order. | ||
| 105 | |||
| 106 | config FB_SYS_FILLRECT | ||
| 107 | tristate | ||
| 108 | depends on FB | ||
| 109 | default n | ||
| 110 | ---help--- | ||
| 111 | Include the sys_fillrect function for generic software rectangle | ||
| 112 | filling. This is used by drivers that don't provide their own | ||
| 113 | (accelerated) version and the framebuffer is in system RAM. | ||
| 114 | |||
| 115 | config FB_SYS_COPYAREA | ||
| 116 | tristate | ||
| 117 | depends on FB | ||
| 118 | default n | ||
| 119 | ---help--- | ||
| 120 | Include the sys_copyarea function for generic software area copying. | ||
| 121 | This is used by drivers that don't provide their own (accelerated) | ||
| 122 | version and the framebuffer is in system RAM. | ||
| 123 | |||
| 124 | config FB_SYS_IMAGEBLIT | ||
| 125 | tristate | ||
| 126 | depends on FB | ||
| 127 | default n | ||
| 128 | ---help--- | ||
| 129 | Include the sys_imageblit function for generic software image | ||
| 130 | blitting. This is used by drivers that don't provide their own | ||
| 131 | (accelerated) version and the framebuffer is in system RAM. | ||
| 132 | |||
| 133 | menuconfig FB_FOREIGN_ENDIAN | ||
| 134 | bool "Framebuffer foreign endianness support" | ||
| 135 | depends on FB | ||
| 136 | ---help--- | ||
| 137 | This menu will let you enable support for the framebuffers with | ||
| 138 | non-native endianness (e.g. Little-Endian framebuffer on a | ||
| 139 | Big-Endian machine). Most probably you don't have such hardware, | ||
| 140 | so it's safe to say "n" here. | ||
| 141 | |||
| 142 | choice | ||
| 143 | prompt "Choice endianness support" | ||
| 144 | depends on FB_FOREIGN_ENDIAN | ||
| 145 | |||
| 146 | config FB_BOTH_ENDIAN | ||
| 147 | bool "Support for Big- and Little-Endian framebuffers" | ||
| 148 | |||
| 149 | config FB_BIG_ENDIAN | ||
| 150 | bool "Support for Big-Endian framebuffers only" | ||
| 151 | |||
| 152 | config FB_LITTLE_ENDIAN | ||
| 153 | bool "Support for Little-Endian framebuffers only" | ||
| 154 | |||
| 155 | endchoice | ||
| 156 | |||
| 157 | config FB_SYS_FOPS | ||
| 158 | tristate | ||
| 159 | depends on FB | ||
| 160 | default n | ||
| 161 | |||
| 162 | config FB_DEFERRED_IO | ||
| 163 | bool | ||
| 164 | depends on FB | ||
| 165 | |||
| 166 | config FB_HECUBA | ||
| 167 | tristate | ||
| 168 | depends on FB | ||
| 169 | depends on FB_DEFERRED_IO | ||
| 170 | |||
| 171 | config FB_SVGALIB | ||
| 172 | tristate | ||
| 173 | depends on FB | ||
| 174 | default n | ||
| 175 | ---help--- | ||
| 176 | Common utility functions useful to fbdev drivers of VGA-based | ||
| 177 | cards. | ||
| 178 | |||
| 179 | config FB_MACMODES | ||
| 180 | tristate | ||
| 181 | depends on FB | ||
| 182 | default n | ||
| 183 | |||
| 184 | config FB_BACKLIGHT | ||
| 185 | bool | ||
| 186 | depends on FB | ||
| 187 | select BACKLIGHT_LCD_SUPPORT | ||
| 188 | select BACKLIGHT_CLASS_DEVICE | ||
| 189 | default n | ||
| 190 | |||
| 191 | config FB_MODE_HELPERS | ||
| 192 | bool "Enable Video Mode Handling Helpers" | ||
| 193 | depends on FB | ||
| 194 | default n | ||
| 195 | ---help--- | ||
| 196 | This enables functions for handling video modes using the | ||
| 197 | Generalized Timing Formula and the EDID parser. A few drivers rely | ||
| 198 | on this feature such as the radeonfb, rivafb, and the i810fb. If | ||
| 199 | your driver does not take advantage of this feature, choosing Y will | ||
| 200 | just increase the kernel size by about 5K. | ||
| 201 | |||
| 202 | config FB_TILEBLITTING | ||
| 203 | bool "Enable Tile Blitting Support" | ||
| 204 | depends on FB | ||
| 205 | default n | ||
| 206 | ---help--- | ||
| 207 | This enables tile blitting. Tile blitting is a drawing technique | ||
| 208 | where the screen is divided into rectangular sections (tiles), whereas | ||
| 209 | the standard blitting divides the screen into pixels. Because the | ||
| 210 | default drawing element is a tile, drawing functions will be passed | ||
| 211 | parameters in terms of number of tiles instead of number of pixels. | ||
| 212 | For example, to draw a single character, instead of using bitmaps, | ||
| 213 | an index to an array of bitmaps will be used. To clear or move a | ||
| 214 | rectangular section of a screen, the rectangle will be described in | ||
| 215 | terms of number of tiles in the x- and y-axis. | ||
| 216 | |||
| 217 | This is particularly important to one driver, matroxfb. If | ||
| 218 | unsure, say N. | ||
| 219 | |||
| 220 | comment "Frame buffer hardware drivers" | ||
| 221 | depends on FB | ||
| 222 | |||
| 223 | config FB_GRVGA | ||
| 224 | tristate "Aeroflex Gaisler framebuffer support" | ||
| 225 | depends on FB && SPARC | ||
| 226 | select FB_CFB_FILLRECT | ||
| 227 | select FB_CFB_COPYAREA | ||
| 228 | select FB_CFB_IMAGEBLIT | ||
| 229 | ---help--- | ||
| 230 | This enables support for the SVGACTRL framebuffer in the GRLIB IP library from Aeroflex Gaisler. | ||
| 231 | |||
| 232 | config FB_CIRRUS | ||
| 233 | tristate "Cirrus Logic support" | ||
| 234 | depends on FB && (ZORRO || PCI) | ||
| 235 | select FB_CFB_FILLRECT | ||
| 236 | select FB_CFB_COPYAREA | ||
| 237 | select FB_CFB_IMAGEBLIT | ||
| 238 | ---help--- | ||
| 239 | This enables support for Cirrus Logic GD542x/543x based boards on | ||
| 240 | Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum. | ||
| 241 | |||
| 242 | If you have a PCI-based system, this enables support for these | ||
| 243 | chips: GD-543x, GD-544x, GD-5480. | ||
| 244 | |||
| 245 | Please read the file <file:Documentation/fb/cirrusfb.txt>. | ||
| 246 | |||
| 247 | Say N unless you have such a graphics board or plan to get one | ||
| 248 | before you next recompile the kernel. | ||
| 249 | |||
| 250 | config FB_PM2 | ||
| 251 | tristate "Permedia2 support" | ||
| 252 | depends on FB && ((AMIGA && BROKEN) || PCI) | ||
| 253 | select FB_CFB_FILLRECT | ||
| 254 | select FB_CFB_COPYAREA | ||
| 255 | select FB_CFB_IMAGEBLIT | ||
| 256 | help | ||
| 257 | This is the frame buffer device driver for cards based on | ||
| 258 | the 3D Labs Permedia, Permedia 2 and Permedia 2V chips. | ||
| 259 | The driver was tested on the following cards: | ||
| 260 | Diamond FireGL 1000 PRO AGP | ||
| 261 | ELSA Gloria Synergy PCI | ||
| 262 | Appian Jeronimo PRO (both heads) PCI | ||
| 263 | 3DLabs Oxygen ACX aka EONtronics Picasso P2 PCI | ||
| 264 | Techsource Raptor GFX-8P (aka Sun PGX-32) on SPARC | ||
| 265 | ASK Graphic Blaster Exxtreme AGP | ||
| 266 | |||
| 267 | To compile this driver as a module, choose M here: the | ||
| 268 | module will be called pm2fb. | ||
| 269 | |||
| 270 | config FB_PM2_FIFO_DISCONNECT | ||
| 271 | bool "enable FIFO disconnect feature" | ||
| 272 | depends on FB_PM2 && PCI | ||
| 273 | help | ||
| 274 | Support the Permedia2 FIFO disconnect feature. | ||
| 275 | |||
| 276 | config FB_ARMCLCD | ||
| 277 | tristate "ARM PrimeCell PL110 support" | ||
| 278 | depends on ARM || ARM64 || COMPILE_TEST | ||
| 279 | depends on FB && ARM_AMBA | ||
| 280 | select FB_CFB_FILLRECT | ||
| 281 | select FB_CFB_COPYAREA | ||
| 282 | select FB_CFB_IMAGEBLIT | ||
| 283 | help | ||
| 284 | This framebuffer device driver is for the ARM PrimeCell PL110 | ||
| 285 | Colour LCD controller. ARM PrimeCells provide the building | ||
| 286 | blocks for System on a Chip devices. | ||
| 287 | |||
| 288 | If you want to compile this as a module (=code which can be | ||
| 289 | inserted into and removed from the running kernel), say M | ||
| 290 | here and read <file:Documentation/kbuild/modules.txt>. The module | ||
| 291 | will be called amba-clcd. | ||
| 292 | |||
| 293 | config FB_ACORN | ||
| 294 | bool "Acorn VIDC support" | ||
| 295 | depends on (FB = y) && ARM && ARCH_ACORN | ||
| 296 | select FB_CFB_FILLRECT | ||
| 297 | select FB_CFB_COPYAREA | ||
| 298 | select FB_CFB_IMAGEBLIT | ||
| 299 | help | ||
| 300 | This is the frame buffer device driver for the Acorn VIDC graphics | ||
| 301 | hardware found in Acorn RISC PCs and other ARM-based machines. If | ||
| 302 | unsure, say N. | ||
| 303 | |||
| 304 | config FB_CLPS711X | ||
| 305 | bool "CLPS711X LCD support" | ||
| 306 | depends on (FB = y) && ARM && ARCH_CLPS711X | ||
| 307 | select FB_CFB_FILLRECT | ||
| 308 | select FB_CFB_COPYAREA | ||
| 309 | select FB_CFB_IMAGEBLIT | ||
| 310 | help | ||
| 311 | Say Y to enable the Framebuffer driver for the CLPS7111 and | ||
| 312 | EP7212 processors. | ||
| 313 | |||
| 314 | config FB_SA1100 | ||
| 315 | bool "SA-1100 LCD support" | ||
| 316 | depends on (FB = y) && ARM && ARCH_SA1100 | ||
| 317 | select FB_CFB_FILLRECT | ||
| 318 | select FB_CFB_COPYAREA | ||
| 319 | select FB_CFB_IMAGEBLIT | ||
| 320 | help | ||
| 321 | This is a framebuffer device for the SA-1100 LCD Controller. | ||
| 322 | See <http://www.linux-fbdev.org/> for information on framebuffer | ||
| 323 | devices. | ||
| 324 | |||
| 325 | If you plan to use the LCD display with your SA-1100 system, say | ||
| 326 | Y here. | ||
| 327 | |||
| 328 | config FB_IMX | ||
| 329 | tristate "Freescale i.MX1/21/25/27 LCD support" | ||
| 330 | depends on FB && ARCH_MXC | ||
| 331 | select BACKLIGHT_LCD_SUPPORT | ||
| 332 | select LCD_CLASS_DEVICE | ||
| 333 | select FB_CFB_FILLRECT | ||
| 334 | select FB_CFB_COPYAREA | ||
| 335 | select FB_CFB_IMAGEBLIT | ||
| 336 | select FB_MODE_HELPERS | ||
| 337 | select VIDEOMODE_HELPERS | ||
| 338 | |||
| 339 | config FB_CYBER2000 | ||
| 340 | tristate "CyberPro 2000/2010/5000 support" | ||
| 341 | depends on FB && PCI && (BROKEN || !SPARC64) | ||
| 342 | select FB_CFB_FILLRECT | ||
| 343 | select FB_CFB_COPYAREA | ||
| 344 | select FB_CFB_IMAGEBLIT | ||
| 345 | help | ||
| 346 | This enables support for the Integraphics CyberPro 20x0 and 5000 | ||
| 347 | VGA chips used in the Rebel.com Netwinder and other machines. | ||
| 348 | Say Y if you have a NetWinder or a graphics card containing this | ||
| 349 | device, otherwise say N. | ||
| 350 | |||
| 351 | config FB_CYBER2000_DDC | ||
| 352 | bool "DDC for CyberPro support" | ||
| 353 | depends on FB_CYBER2000 | ||
| 354 | select FB_DDC | ||
| 355 | default y | ||
| 356 | help | ||
| 357 | Say Y here if you want DDC support for your CyberPro graphics | ||
| 358 | card. This is only I2C bus support, driver does not use EDID. | ||
| 359 | |||
| 360 | config FB_CYBER2000_I2C | ||
| 361 | bool "CyberPro 2000/2010/5000 I2C support" | ||
| 362 | depends on FB_CYBER2000 && I2C && ARCH_NETWINDER | ||
| 363 | select I2C_ALGOBIT | ||
| 364 | help | ||
| 365 | Enable support for the I2C video decoder interface on the | ||
| 366 | Integraphics CyberPro 20x0 and 5000 VGA chips. This is used | ||
| 367 | on the Netwinder machines for the SAA7111 video capture. | ||
| 368 | |||
| 369 | config FB_APOLLO | ||
| 370 | bool | ||
| 371 | depends on (FB = y) && APOLLO | ||
| 372 | default y | ||
| 373 | select FB_CFB_FILLRECT | ||
| 374 | select FB_CFB_IMAGEBLIT | ||
| 375 | |||
| 376 | config FB_Q40 | ||
| 377 | bool | ||
| 378 | depends on (FB = y) && Q40 | ||
| 379 | default y | ||
| 380 | select FB_CFB_FILLRECT | ||
| 381 | select FB_CFB_COPYAREA | ||
| 382 | select FB_CFB_IMAGEBLIT | ||
| 383 | |||
| 384 | config FB_AMIGA | ||
| 385 | tristate "Amiga native chipset support" | ||
| 386 | depends on FB && AMIGA | ||
| 387 | help | ||
| 388 | This is the frame buffer device driver for the builtin graphics | ||
| 389 | chipset found in Amigas. | ||
| 390 | |||
| 391 | To compile this driver as a module, choose M here: the | ||
| 392 | module will be called amifb. | ||
| 393 | |||
| 394 | config FB_AMIGA_OCS | ||
| 395 | bool "Amiga OCS chipset support" | ||
| 396 | depends on FB_AMIGA | ||
| 397 | help | ||
| 398 | This enables support for the original Agnus and Denise video chips, | ||
| 399 | found in the Amiga 1000 and most A500's and A2000's. If you intend | ||
| 400 | to run Linux on any of these systems, say Y; otherwise say N. | ||
| 401 | |||
| 402 | config FB_AMIGA_ECS | ||
| 403 | bool "Amiga ECS chipset support" | ||
| 404 | depends on FB_AMIGA | ||
| 405 | help | ||
| 406 | This enables support for the Enhanced Chip Set, found in later | ||
| 407 | A500's, later A2000's, the A600, the A3000, the A3000T and CDTV. If | ||
| 408 | you intend to run Linux on any of these systems, say Y; otherwise | ||
| 409 | say N. | ||
| 410 | |||
| 411 | config FB_AMIGA_AGA | ||
| 412 | bool "Amiga AGA chipset support" | ||
| 413 | depends on FB_AMIGA | ||
| 414 | help | ||
| 415 | This enables support for the Advanced Graphics Architecture (also | ||
| 416 | known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T | ||
| 417 | and CD32. If you intend to run Linux on any of these systems, say Y; | ||
| 418 | otherwise say N. | ||
| 419 | |||
| 420 | config FB_FM2 | ||
| 421 | bool "Amiga FrameMaster II/Rainbow II support" | ||
| 422 | depends on (FB = y) && ZORRO | ||
| 423 | select FB_CFB_FILLRECT | ||
| 424 | select FB_CFB_COPYAREA | ||
| 425 | select FB_CFB_IMAGEBLIT | ||
| 426 | help | ||
| 427 | This is the frame buffer device driver for the Amiga FrameMaster | ||
| 428 | card from BSC (exhibited 1992 but not shipped as a CBM product). | ||
| 429 | |||
| 430 | config FB_ARC | ||
| 431 | tristate "Arc Monochrome LCD board support" | ||
| 432 | depends on FB && X86 | ||
| 433 | select FB_SYS_FILLRECT | ||
| 434 | select FB_SYS_COPYAREA | ||
| 435 | select FB_SYS_IMAGEBLIT | ||
| 436 | select FB_SYS_FOPS | ||
| 437 | help | ||
| 438 | This enables support for the Arc Monochrome LCD board. The board | ||
| 439 | is based on the KS-108 lcd controller and is typically a matrix | ||
| 440 | of 2*n chips. This driver was tested with a 128x64 panel. This | ||
| 441 | driver supports it for use with x86 SBCs through a 16 bit GPIO | ||
| 442 | interface (8 bit data, 8 bit control). If you anticipate using | ||
| 443 | this driver, say Y or M; otherwise say N. You must specify the | ||
| 444 | GPIO IO address to be used for setting control and data. | ||
| 445 | |||
| 446 | config FB_ATARI | ||
| 447 | bool "Atari native chipset support" | ||
| 448 | depends on (FB = y) && ATARI | ||
| 449 | select FB_CFB_FILLRECT | ||
| 450 | select FB_CFB_COPYAREA | ||
| 451 | select FB_CFB_IMAGEBLIT | ||
| 452 | help | ||
| 453 | This is the frame buffer device driver for the builtin graphics | ||
| 454 | chipset found in Ataris. | ||
| 455 | |||
| 456 | config FB_OF | ||
| 457 | bool "Open Firmware frame buffer device support" | ||
| 458 | depends on (FB = y) && (PPC64 || PPC_OF) && (!PPC_PSERIES || PCI) | ||
| 459 | select FB_CFB_FILLRECT | ||
| 460 | select FB_CFB_COPYAREA | ||
| 461 | select FB_CFB_IMAGEBLIT | ||
| 462 | select FB_MACMODES | ||
| 463 | help | ||
| 464 | Say Y if you want support with Open Firmware for your graphics | ||
| 465 | board. | ||
| 466 | |||
| 467 | config FB_CONTROL | ||
| 468 | bool "Apple \"control\" display support" | ||
| 469 | depends on (FB = y) && PPC_PMAC && PPC32 | ||
| 470 | select FB_CFB_FILLRECT | ||
| 471 | select FB_CFB_COPYAREA | ||
| 472 | select FB_CFB_IMAGEBLIT | ||
| 473 | select FB_MACMODES | ||
| 474 | help | ||
| 475 | This driver supports a frame buffer for the graphics adapter in the | ||
| 476 | Power Macintosh 7300 and others. | ||
| 477 | |||
| 478 | config FB_PLATINUM | ||
| 479 | bool "Apple \"platinum\" display support" | ||
| 480 | depends on (FB = y) && PPC_PMAC && PPC32 | ||
| 481 | select FB_CFB_FILLRECT | ||
| 482 | select FB_CFB_COPYAREA | ||
| 483 | select FB_CFB_IMAGEBLIT | ||
| 484 | select FB_MACMODES | ||
| 485 | help | ||
| 486 | This driver supports a frame buffer for the "platinum" graphics | ||
| 487 | adapter in some Power Macintoshes. | ||
| 488 | |||
| 489 | config FB_VALKYRIE | ||
| 490 | bool "Apple \"valkyrie\" display support" | ||
| 491 | depends on (FB = y) && (MAC || (PPC_PMAC && PPC32)) | ||
| 492 | select FB_CFB_FILLRECT | ||
| 493 | select FB_CFB_COPYAREA | ||
| 494 | select FB_CFB_IMAGEBLIT | ||
| 495 | select FB_MACMODES | ||
| 496 | help | ||
| 497 | This driver supports a frame buffer for the "valkyrie" graphics | ||
| 498 | adapter in some Power Macintoshes. | ||
| 499 | |||
| 500 | config FB_CT65550 | ||
| 501 | bool "Chips 65550 display support" | ||
| 502 | depends on (FB = y) && PPC32 && PCI | ||
| 503 | select FB_CFB_FILLRECT | ||
| 504 | select FB_CFB_COPYAREA | ||
| 505 | select FB_CFB_IMAGEBLIT | ||
| 506 | help | ||
| 507 | This is the frame buffer device driver for the Chips & Technologies | ||
| 508 | 65550 graphics chip in PowerBooks. | ||
| 509 | |||
| 510 | config FB_ASILIANT | ||
| 511 | bool "Asiliant (Chips) 69000 display support" | ||
| 512 | depends on (FB = y) && PCI | ||
| 513 | select FB_CFB_FILLRECT | ||
| 514 | select FB_CFB_COPYAREA | ||
| 515 | select FB_CFB_IMAGEBLIT | ||
| 516 | help | ||
| 517 | This is the frame buffer device driver for the Asiliant 69030 chipset | ||
| 518 | |||
| 519 | config FB_IMSTT | ||
| 520 | bool "IMS Twin Turbo display support" | ||
| 521 | depends on (FB = y) && PCI | ||
| 522 | select FB_CFB_IMAGEBLIT | ||
| 523 | select FB_MACMODES if PPC | ||
| 524 | help | ||
| 525 | The IMS Twin Turbo is a PCI-based frame buffer card bundled with | ||
| 526 | many Macintosh and compatible computers. | ||
| 527 | |||
| 528 | config FB_VGA16 | ||
| 529 | tristate "VGA 16-color graphics support" | ||
| 530 | depends on FB && (X86 || PPC) | ||
| 531 | select FB_CFB_FILLRECT | ||
| 532 | select FB_CFB_COPYAREA | ||
| 533 | select FB_CFB_IMAGEBLIT | ||
| 534 | select VGASTATE | ||
| 535 | select FONT_8x16 if FRAMEBUFFER_CONSOLE | ||
| 536 | help | ||
| 537 | This is the frame buffer device driver for VGA 16 color graphic | ||
| 538 | cards. Say Y if you have such a card. | ||
| 539 | |||
| 540 | To compile this driver as a module, choose M here: the | ||
| 541 | module will be called vga16fb. | ||
| 542 | |||
| 543 | config FB_BF54X_LQ043 | ||
| 544 | tristate "SHARP LQ043 TFT LCD (BF548 EZKIT)" | ||
| 545 | depends on FB && (BF54x) && !BF542 | ||
| 546 | select FB_CFB_FILLRECT | ||
| 547 | select FB_CFB_COPYAREA | ||
| 548 | select FB_CFB_IMAGEBLIT | ||
| 549 | help | ||
| 550 | This is the framebuffer device driver for a SHARP LQ043T1DG01 TFT LCD | ||
| 551 | |||
| 552 | config FB_BFIN_T350MCQB | ||
| 553 | tristate "Varitronix COG-T350MCQB TFT LCD display (BF527 EZKIT)" | ||
| 554 | depends on FB && BLACKFIN | ||
| 555 | select BFIN_GPTIMERS | ||
| 556 | select FB_CFB_FILLRECT | ||
| 557 | select FB_CFB_COPYAREA | ||
| 558 | select FB_CFB_IMAGEBLIT | ||
| 559 | help | ||
| 560 | This is the framebuffer device driver for a Varitronix VL-PS-COG-T350MCQB-01 display TFT LCD | ||
| 561 | This display is a QVGA 320x240 24-bit RGB display interfaced by an 8-bit wide PPI | ||
| 562 | It uses PPI[0..7] PPI_FS1, PPI_FS2 and PPI_CLK. | ||
| 563 | |||
| 564 | config FB_BFIN_LQ035Q1 | ||
| 565 | tristate "SHARP LQ035Q1DH02 TFT LCD" | ||
| 566 | depends on FB && BLACKFIN && SPI | ||
| 567 | select FB_CFB_FILLRECT | ||
| 568 | select FB_CFB_COPYAREA | ||
| 569 | select FB_CFB_IMAGEBLIT | ||
| 570 | select BFIN_GPTIMERS | ||
| 571 | help | ||
| 572 | This is the framebuffer device driver for a SHARP LQ035Q1DH02 TFT display found on | ||
| 573 | the Blackfin Landscape LCD EZ-Extender Card. | ||
| 574 | This display is a QVGA 320x240 18-bit RGB display interfaced by an 16-bit wide PPI | ||
| 575 | It uses PPI[0..15] PPI_FS1, PPI_FS2 and PPI_CLK. | ||
| 576 | |||
| 577 | To compile this driver as a module, choose M here: the | ||
| 578 | module will be called bfin-lq035q1-fb. | ||
| 579 | |||
| 580 | config FB_BF537_LQ035 | ||
| 581 | tristate "SHARP LQ035 TFT LCD (BF537 STAMP)" | ||
| 582 | depends on FB && (BF534 || BF536 || BF537) && I2C_BLACKFIN_TWI | ||
| 583 | select FB_CFB_FILLRECT | ||
| 584 | select FB_CFB_COPYAREA | ||
| 585 | select FB_CFB_IMAGEBLIT | ||
| 586 | select BFIN_GPTIMERS | ||
| 587 | help | ||
| 588 | This is the framebuffer device for a SHARP LQ035Q7DB03 TFT LCD | ||
| 589 | attached to a BF537. | ||
| 590 | |||
| 591 | To compile this driver as a module, choose M here: the | ||
| 592 | module will be called bf537-lq035. | ||
| 593 | |||
| 594 | config FB_BFIN_7393 | ||
| 595 | tristate "Blackfin ADV7393 Video encoder" | ||
| 596 | depends on FB && BLACKFIN | ||
| 597 | select I2C | ||
| 598 | select FB_CFB_FILLRECT | ||
| 599 | select FB_CFB_COPYAREA | ||
| 600 | select FB_CFB_IMAGEBLIT | ||
| 601 | help | ||
| 602 | This is the framebuffer device for a ADV7393 video encoder | ||
| 603 | attached to a Blackfin on the PPI port. | ||
| 604 | If your Blackfin board has a ADV7393 select Y. | ||
| 605 | |||
| 606 | To compile this driver as a module, choose M here: the | ||
| 607 | module will be called bfin_adv7393fb. | ||
| 608 | |||
| 609 | choice | ||
| 610 | prompt "Video mode support" | ||
| 611 | depends on FB_BFIN_7393 | ||
| 612 | default NTSC | ||
| 613 | |||
| 614 | config NTSC | ||
| 615 | bool 'NTSC 720x480' | ||
| 616 | |||
| 617 | config PAL | ||
| 618 | bool 'PAL 720x576' | ||
| 619 | |||
| 620 | config NTSC_640x480 | ||
| 621 | bool 'NTSC 640x480 (Experimental)' | ||
| 622 | |||
| 623 | config PAL_640x480 | ||
| 624 | bool 'PAL 640x480 (Experimental)' | ||
| 625 | |||
| 626 | config NTSC_YCBCR | ||
| 627 | bool 'NTSC 720x480 YCbCR input' | ||
| 628 | |||
| 629 | config PAL_YCBCR | ||
| 630 | bool 'PAL 720x576 YCbCR input' | ||
| 631 | |||
| 632 | endchoice | ||
| 633 | |||
| 634 | choice | ||
| 635 | prompt "Size of ADV7393 frame buffer memory Single/Double Size" | ||
| 636 | depends on (FB_BFIN_7393) | ||
| 637 | default ADV7393_1XMEM | ||
| 638 | |||
| 639 | config ADV7393_1XMEM | ||
| 640 | bool 'Single' | ||
| 641 | |||
| 642 | config ADV7393_2XMEM | ||
| 643 | bool 'Double' | ||
| 644 | endchoice | ||
| 645 | |||
| 646 | config FB_STI | ||
| 647 | tristate "HP STI frame buffer device support" | ||
| 648 | depends on FB && PARISC | ||
| 649 | select FB_CFB_FILLRECT | ||
| 650 | select FB_CFB_COPYAREA | ||
| 651 | select FB_CFB_IMAGEBLIT | ||
| 652 | select STI_CONSOLE | ||
| 653 | select VT | ||
| 654 | default y | ||
| 655 | ---help--- | ||
| 656 | STI refers to the HP "Standard Text Interface" which is a set of | ||
| 657 | BIOS routines contained in a ROM chip in HP PA-RISC based machines. | ||
| 658 | Enabling this option will implement the linux framebuffer device | ||
| 659 | using calls to the STI BIOS routines for initialisation. | ||
| 660 | |||
| 661 | If you enable this option, you will get a planar framebuffer device | ||
| 662 | /dev/fb which will work on the most common HP graphic cards of the | ||
| 663 | NGLE family, including the artist chips (in the 7xx and Bxxx series), | ||
| 664 | HCRX, HCRX24, CRX, CRX24 and VisEG series. | ||
| 665 | |||
| 666 | It is safe to enable this option, so you should probably say "Y". | ||
| 667 | |||
| 668 | config FB_MAC | ||
| 669 | bool "Generic Macintosh display support" | ||
| 670 | depends on (FB = y) && MAC | ||
| 671 | select FB_CFB_FILLRECT | ||
| 672 | select FB_CFB_COPYAREA | ||
| 673 | select FB_CFB_IMAGEBLIT | ||
| 674 | select FB_MACMODES | ||
| 675 | |||
| 676 | config FB_HP300 | ||
| 677 | bool | ||
| 678 | depends on (FB = y) && DIO | ||
| 679 | select FB_CFB_IMAGEBLIT | ||
| 680 | default y | ||
| 681 | |||
| 682 | config FB_TGA | ||
| 683 | tristate "TGA/SFB+ framebuffer support" | ||
| 684 | depends on FB && (ALPHA || TC) | ||
| 685 | select FB_CFB_FILLRECT | ||
| 686 | select FB_CFB_COPYAREA | ||
| 687 | select FB_CFB_IMAGEBLIT | ||
| 688 | select BITREVERSE | ||
| 689 | ---help--- | ||
| 690 | This is the frame buffer device driver for generic TGA and SFB+ | ||
| 691 | graphic cards. These include DEC ZLXp-E1, -E2 and -E3 PCI cards, | ||
| 692 | also known as PBXGA-A, -B and -C, and DEC ZLX-E1, -E2 and -E3 | ||
| 693 | TURBOchannel cards, also known as PMAGD-A, -B and -C. | ||
| 694 | |||
| 695 | Due to hardware limitations ZLX-E2 and E3 cards are not supported | ||
| 696 | for DECstation 5000/200 systems. Additionally due to firmware | ||
| 697 | limitations these cards may cause troubles with booting DECstation | ||
| 698 | 5000/240 and /260 systems, but are fully supported under Linux if | ||
| 699 | you manage to get it going. ;-) | ||
| 700 | |||
| 701 | Say Y if you have one of those. | ||
| 702 | |||
| 703 | config FB_UVESA | ||
| 704 | tristate "Userspace VESA VGA graphics support" | ||
| 705 | depends on FB && CONNECTOR | ||
| 706 | select FB_CFB_FILLRECT | ||
| 707 | select FB_CFB_COPYAREA | ||
| 708 | select FB_CFB_IMAGEBLIT | ||
| 709 | select FB_MODE_HELPERS | ||
| 710 | help | ||
| 711 | This is the frame buffer driver for generic VBE 2.0 compliant | ||
| 712 | graphic cards. It can also take advantage of VBE 3.0 features, | ||
| 713 | such as refresh rate adjustment. | ||
| 714 | |||
| 715 | This driver generally provides more features than vesafb but | ||
| 716 | requires a userspace helper application called 'v86d'. See | ||
| 717 | <file:Documentation/fb/uvesafb.txt> for more information. | ||
| 718 | |||
| 719 | If unsure, say N. | ||
| 720 | |||
| 721 | config FB_VESA | ||
| 722 | bool "VESA VGA graphics support" | ||
| 723 | depends on (FB = y) && X86 | ||
| 724 | select FB_CFB_FILLRECT | ||
| 725 | select FB_CFB_COPYAREA | ||
| 726 | select FB_CFB_IMAGEBLIT | ||
| 727 | select FB_BOOT_VESA_SUPPORT | ||
| 728 | help | ||
| 729 | This is the frame buffer device driver for generic VESA 2.0 | ||
| 730 | compliant graphic cards. The older VESA 1.2 cards are not supported. | ||
| 731 | You will get a boot time penguin logo at no additional cost. Please | ||
| 732 | read <file:Documentation/fb/vesafb.txt>. If unsure, say Y. | ||
| 733 | |||
| 734 | config FB_EFI | ||
| 735 | bool "EFI-based Framebuffer Support" | ||
| 736 | depends on (FB = y) && X86 && EFI | ||
| 737 | select FB_CFB_FILLRECT | ||
| 738 | select FB_CFB_COPYAREA | ||
| 739 | select FB_CFB_IMAGEBLIT | ||
| 740 | help | ||
| 741 | This is the EFI frame buffer device driver. If the firmware on | ||
| 742 | your platform is EFI 1.10 or UEFI 2.0, select Y to add support for | ||
| 743 | using the EFI framebuffer as your console. | ||
| 744 | |||
| 745 | config FB_N411 | ||
| 746 | tristate "N411 Apollo/Hecuba devkit support" | ||
| 747 | depends on FB && X86 && MMU | ||
| 748 | select FB_SYS_FILLRECT | ||
| 749 | select FB_SYS_COPYAREA | ||
| 750 | select FB_SYS_IMAGEBLIT | ||
| 751 | select FB_SYS_FOPS | ||
| 752 | select FB_DEFERRED_IO | ||
| 753 | select FB_HECUBA | ||
| 754 | help | ||
| 755 | This enables support for the Apollo display controller in its | ||
| 756 | Hecuba form using the n411 devkit. | ||
| 757 | |||
| 758 | config FB_HGA | ||
| 759 | tristate "Hercules mono graphics support" | ||
| 760 | depends on FB && X86 | ||
| 761 | help | ||
| 762 | Say Y here if you have a Hercules mono graphics card. | ||
| 763 | |||
| 764 | To compile this driver as a module, choose M here: the | ||
| 765 | module will be called hgafb. | ||
| 766 | |||
| 767 | As this card technology is at least 25 years old, | ||
| 768 | most people will answer N here. | ||
| 769 | |||
| 770 | config FB_GBE | ||
| 771 | bool "SGI Graphics Backend frame buffer support" | ||
| 772 | depends on (FB = y) && SGI_IP32 | ||
| 773 | select FB_CFB_FILLRECT | ||
| 774 | select FB_CFB_COPYAREA | ||
| 775 | select FB_CFB_IMAGEBLIT | ||
| 776 | help | ||
| 777 | This is the frame buffer device driver for SGI Graphics Backend. | ||
| 778 | This chip is used in SGI O2 and Visual Workstation 320/540. | ||
| 779 | |||
| 780 | config FB_GBE_MEM | ||
| 781 | int "Video memory size in MB" | ||
| 782 | depends on FB_GBE | ||
| 783 | default 4 | ||
| 784 | help | ||
| 785 | This is the amount of memory reserved for the framebuffer, | ||
| 786 | which can be any value between 1MB and 8MB. | ||
| 787 | |||
| 788 | config FB_SBUS | ||
| 789 | bool "SBUS and UPA framebuffers" | ||
| 790 | depends on (FB = y) && SPARC | ||
| 791 | help | ||
| 792 | Say Y if you want support for SBUS or UPA based frame buffer device. | ||
| 793 | |||
| 794 | config FB_BW2 | ||
| 795 | bool "BWtwo support" | ||
| 796 | depends on (FB = y) && (SPARC && FB_SBUS) | ||
| 797 | select FB_CFB_FILLRECT | ||
| 798 | select FB_CFB_COPYAREA | ||
| 799 | select FB_CFB_IMAGEBLIT | ||
| 800 | help | ||
| 801 | This is the frame buffer device driver for the BWtwo frame buffer. | ||
| 802 | |||
| 803 | config FB_CG3 | ||
| 804 | bool "CGthree support" | ||
| 805 | depends on (FB = y) && (SPARC && FB_SBUS) | ||
| 806 | select FB_CFB_FILLRECT | ||
| 807 | select FB_CFB_COPYAREA | ||
| 808 | select FB_CFB_IMAGEBLIT | ||
| 809 | help | ||
| 810 | This is the frame buffer device driver for the CGthree frame buffer. | ||
| 811 | |||
| 812 | config FB_CG6 | ||
| 813 | bool "CGsix (GX,TurboGX) support" | ||
| 814 | depends on (FB = y) && (SPARC && FB_SBUS) | ||
| 815 | select FB_CFB_COPYAREA | ||
| 816 | select FB_CFB_IMAGEBLIT | ||
| 817 | help | ||
| 818 | This is the frame buffer device driver for the CGsix (GX, TurboGX) | ||
| 819 | frame buffer. | ||
| 820 | |||
| 821 | config FB_FFB | ||
| 822 | bool "Creator/Creator3D/Elite3D support" | ||
| 823 | depends on FB_SBUS && SPARC64 | ||
| 824 | select FB_CFB_COPYAREA | ||
| 825 | select FB_CFB_IMAGEBLIT | ||
| 826 | help | ||
| 827 | This is the frame buffer device driver for the Creator, Creator3D, | ||
| 828 | and Elite3D graphics boards. | ||
| 829 | |||
| 830 | config FB_TCX | ||
| 831 | bool "TCX (SS4/SS5 only) support" | ||
| 832 | depends on FB_SBUS | ||
| 833 | select FB_CFB_FILLRECT | ||
| 834 | select FB_CFB_COPYAREA | ||
| 835 | select FB_CFB_IMAGEBLIT | ||
| 836 | help | ||
| 837 | This is the frame buffer device driver for the TCX 24/8bit frame | ||
| 838 | buffer. | ||
| 839 | |||
| 840 | config FB_CG14 | ||
| 841 | bool "CGfourteen (SX) support" | ||
| 842 | depends on FB_SBUS | ||
| 843 | select FB_CFB_FILLRECT | ||
| 844 | select FB_CFB_COPYAREA | ||
| 845 | select FB_CFB_IMAGEBLIT | ||
| 846 | help | ||
| 847 | This is the frame buffer device driver for the CGfourteen frame | ||
| 848 | buffer on Desktop SPARCsystems with the SX graphics option. | ||
| 849 | |||
| 850 | config FB_P9100 | ||
| 851 | bool "P9100 (Sparcbook 3 only) support" | ||
| 852 | depends on FB_SBUS | ||
| 853 | select FB_CFB_FILLRECT | ||
| 854 | select FB_CFB_COPYAREA | ||
| 855 | select FB_CFB_IMAGEBLIT | ||
| 856 | help | ||
| 857 | This is the frame buffer device driver for the P9100 card | ||
| 858 | supported on Sparcbook 3 machines. | ||
| 859 | |||
| 860 | config FB_LEO | ||
| 861 | bool "Leo (ZX) support" | ||
| 862 | depends on FB_SBUS | ||
| 863 | select FB_CFB_FILLRECT | ||
| 864 | select FB_CFB_COPYAREA | ||
| 865 | select FB_CFB_IMAGEBLIT | ||
| 866 | help | ||
| 867 | This is the frame buffer device driver for the SBUS-based Sun ZX | ||
| 868 | (leo) frame buffer cards. | ||
| 869 | |||
| 870 | config FB_IGA | ||
| 871 | bool "IGA 168x display support" | ||
| 872 | depends on (FB = y) && SPARC32 | ||
| 873 | select FB_CFB_FILLRECT | ||
| 874 | select FB_CFB_COPYAREA | ||
| 875 | select FB_CFB_IMAGEBLIT | ||
| 876 | help | ||
| 877 | This is the framebuffer device for the INTERGRAPHICS 1680 and | ||
| 878 | successor frame buffer cards. | ||
| 879 | |||
| 880 | config FB_XVR500 | ||
| 881 | bool "Sun XVR-500 3DLABS Wildcat support" | ||
| 882 | depends on (FB = y) && PCI && SPARC64 | ||
| 883 | select FB_CFB_FILLRECT | ||
| 884 | select FB_CFB_COPYAREA | ||
| 885 | select FB_CFB_IMAGEBLIT | ||
| 886 | help | ||
| 887 | This is the framebuffer device for the Sun XVR-500 and similar | ||
| 888 | graphics cards based upon the 3DLABS Wildcat chipset. The driver | ||
| 889 | only works on sparc64 systems where the system firmware has | ||
| 890 | mostly initialized the card already. It is treated as a | ||
| 891 | completely dumb framebuffer device. | ||
| 892 | |||
| 893 | config FB_XVR2500 | ||
| 894 | bool "Sun XVR-2500 3DLABS Wildcat support" | ||
| 895 | depends on (FB = y) && PCI && SPARC64 | ||
| 896 | select FB_CFB_FILLRECT | ||
| 897 | select FB_CFB_COPYAREA | ||
| 898 | select FB_CFB_IMAGEBLIT | ||
| 899 | help | ||
| 900 | This is the framebuffer device for the Sun XVR-2500 and similar | ||
| 901 | graphics cards based upon the 3DLABS Wildcat chipset. The driver | ||
| 902 | only works on sparc64 systems where the system firmware has | ||
| 903 | mostly initialized the card already. It is treated as a | ||
| 904 | completely dumb framebuffer device. | ||
| 905 | |||
| 906 | config FB_XVR1000 | ||
| 907 | bool "Sun XVR-1000 support" | ||
| 908 | depends on (FB = y) && SPARC64 | ||
| 909 | select FB_CFB_FILLRECT | ||
| 910 | select FB_CFB_COPYAREA | ||
| 911 | select FB_CFB_IMAGEBLIT | ||
| 912 | help | ||
| 913 | This is the framebuffer device for the Sun XVR-1000 and similar | ||
| 914 | graphics cards. The driver only works on sparc64 systems where | ||
| 915 | the system firmware has mostly initialized the card already. It | ||
| 916 | is treated as a completely dumb framebuffer device. | ||
| 917 | |||
| 918 | config FB_PVR2 | ||
| 919 | tristate "NEC PowerVR 2 display support" | ||
| 920 | depends on FB && SH_DREAMCAST | ||
| 921 | select FB_CFB_FILLRECT | ||
| 922 | select FB_CFB_COPYAREA | ||
| 923 | select FB_CFB_IMAGEBLIT | ||
| 924 | ---help--- | ||
| 925 | Say Y here if you have a PowerVR 2 card in your box. If you plan to | ||
| 926 | run linux on your Dreamcast, you will have to say Y here. | ||
| 927 | This driver may or may not work on other PowerVR 2 cards, but is | ||
| 928 | totally untested. Use at your own risk. If unsure, say N. | ||
| 929 | |||
| 930 | To compile this driver as a module, choose M here: the | ||
| 931 | module will be called pvr2fb. | ||
| 932 | |||
| 933 | You can pass several parameters to the driver at boot time or at | ||
| 934 | module load time. The parameters look like "video=pvr2:XXX", where | ||
| 935 | the meaning of XXX can be found at the end of the main source file | ||
| 936 | (<file:drivers/video/pvr2fb.c>). Please see the file | ||
| 937 | <file:Documentation/fb/pvr2fb.txt>. | ||
| 938 | |||
| 939 | config FB_OPENCORES | ||
| 940 | tristate "OpenCores VGA/LCD core 2.0 framebuffer support" | ||
| 941 | depends on FB && HAS_DMA | ||
| 942 | select FB_CFB_FILLRECT | ||
| 943 | select FB_CFB_COPYAREA | ||
| 944 | select FB_CFB_IMAGEBLIT | ||
| 945 | help | ||
| 946 | This enables support for the OpenCores VGA/LCD core. | ||
| 947 | |||
| 948 | The OpenCores VGA/LCD core is typically used together with | ||
| 949 | softcore CPUs (e.g. OpenRISC or Microblaze) or hard processor | ||
| 950 | systems (e.g. Altera socfpga or Xilinx Zynq) on FPGAs. | ||
| 951 | |||
| 952 | The source code and specification for the core is available at | ||
| 953 | <http://opencores.org/project,vga_lcd> | ||
| 954 | |||
| 955 | config FB_S1D13XXX | ||
| 956 | tristate "Epson S1D13XXX framebuffer support" | ||
| 957 | depends on FB | ||
| 958 | select FB_CFB_FILLRECT | ||
| 959 | select FB_CFB_COPYAREA | ||
| 960 | select FB_CFB_IMAGEBLIT | ||
| 961 | help | ||
| 962 | Support for S1D13XXX framebuffer device family (currently only | ||
| 963 | working with S1D13806). Product specs at | ||
| 964 | <http://vdc.epson.com/> | ||
| 965 | |||
| 966 | config FB_ATMEL | ||
| 967 | tristate "AT91/AT32 LCD Controller support" | ||
| 968 | depends on FB && HAVE_FB_ATMEL | ||
| 969 | select FB_CFB_FILLRECT | ||
| 970 | select FB_CFB_COPYAREA | ||
| 971 | select FB_CFB_IMAGEBLIT | ||
| 972 | select FB_MODE_HELPERS | ||
| 973 | select VIDEOMODE_HELPERS | ||
| 974 | help | ||
| 975 | This enables support for the AT91/AT32 LCD Controller. | ||
| 976 | |||
| 977 | config FB_INTSRAM | ||
| 978 | bool "Frame Buffer in internal SRAM" | ||
| 979 | depends on FB_ATMEL && ARCH_AT91SAM9261 | ||
| 980 | help | ||
| 981 | Say Y if you want to map Frame Buffer in internal SRAM. Say N if you want | ||
| 982 | to let frame buffer in external SDRAM. | ||
| 983 | |||
| 984 | config FB_ATMEL_STN | ||
| 985 | bool "Use a STN display with AT91/AT32 LCD Controller" | ||
| 986 | depends on FB_ATMEL && (MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK) | ||
| 987 | default n | ||
| 988 | help | ||
| 989 | Say Y if you want to connect a STN LCD display to the AT91/AT32 LCD | ||
| 990 | Controller. Say N if you want to connect a TFT. | ||
| 991 | |||
| 992 | If unsure, say N. | ||
| 993 | |||
| 994 | config FB_NVIDIA | ||
| 995 | tristate "nVidia Framebuffer Support" | ||
| 996 | depends on FB && PCI | ||
| 997 | select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT | ||
| 998 | select FB_MODE_HELPERS | ||
| 999 | select FB_CFB_FILLRECT | ||
| 1000 | select FB_CFB_COPYAREA | ||
| 1001 | select FB_CFB_IMAGEBLIT | ||
| 1002 | select BITREVERSE | ||
| 1003 | select VGASTATE | ||
| 1004 | help | ||
| 1005 | This driver supports graphics boards with the nVidia chips, TNT | ||
| 1006 | and newer. For very old chipsets, such as the RIVA128, then use | ||
| 1007 | the rivafb. | ||
| 1008 | Say Y if you have such a graphics board. | ||
| 1009 | |||
| 1010 | To compile this driver as a module, choose M here: the | ||
| 1011 | module will be called nvidiafb. | ||
| 1012 | |||
| 1013 | config FB_NVIDIA_I2C | ||
| 1014 | bool "Enable DDC Support" | ||
| 1015 | depends on FB_NVIDIA | ||
| 1016 | select FB_DDC | ||
| 1017 | help | ||
| 1018 | This enables I2C support for nVidia Chipsets. This is used | ||
| 1019 | only for getting EDID information from the attached display | ||
| 1020 | allowing for robust video mode handling and switching. | ||
| 1021 | |||
| 1022 | Because fbdev-2.6 requires that drivers must be able to | ||
| 1023 | independently validate video mode parameters, you should say Y | ||
| 1024 | here. | ||
| 1025 | |||
| 1026 | config FB_NVIDIA_DEBUG | ||
| 1027 | bool "Lots of debug output" | ||
| 1028 | depends on FB_NVIDIA | ||
| 1029 | default n | ||
| 1030 | help | ||
| 1031 | Say Y here if you want the nVidia driver to output all sorts | ||
| 1032 | of debugging information to provide to the maintainer when | ||
| 1033 | something goes wrong. | ||
| 1034 | |||
| 1035 | config FB_NVIDIA_BACKLIGHT | ||
| 1036 | bool "Support for backlight control" | ||
| 1037 | depends on FB_NVIDIA | ||
| 1038 | default y | ||
| 1039 | help | ||
| 1040 | Say Y here if you want to control the backlight of your display. | ||
| 1041 | |||
| 1042 | config FB_RIVA | ||
| 1043 | tristate "nVidia Riva support" | ||
| 1044 | depends on FB && PCI | ||
| 1045 | select FB_BACKLIGHT if FB_RIVA_BACKLIGHT | ||
| 1046 | select FB_MODE_HELPERS | ||
| 1047 | select FB_CFB_FILLRECT | ||
| 1048 | select FB_CFB_COPYAREA | ||
| 1049 | select FB_CFB_IMAGEBLIT | ||
| 1050 | select BITREVERSE | ||
| 1051 | select VGASTATE | ||
| 1052 | help | ||
| 1053 | This driver supports graphics boards with the nVidia Riva/Geforce | ||
| 1054 | chips. | ||
| 1055 | Say Y if you have such a graphics board. | ||
| 1056 | |||
| 1057 | To compile this driver as a module, choose M here: the | ||
| 1058 | module will be called rivafb. | ||
| 1059 | |||
| 1060 | config FB_RIVA_I2C | ||
| 1061 | bool "Enable DDC Support" | ||
| 1062 | depends on FB_RIVA | ||
| 1063 | select FB_DDC | ||
| 1064 | help | ||
| 1065 | This enables I2C support for nVidia Chipsets. This is used | ||
| 1066 | only for getting EDID information from the attached display | ||
| 1067 | allowing for robust video mode handling and switching. | ||
| 1068 | |||
| 1069 | Because fbdev-2.6 requires that drivers must be able to | ||
| 1070 | independently validate video mode parameters, you should say Y | ||
| 1071 | here. | ||
| 1072 | |||
| 1073 | config FB_RIVA_DEBUG | ||
| 1074 | bool "Lots of debug output" | ||
| 1075 | depends on FB_RIVA | ||
| 1076 | default n | ||
| 1077 | help | ||
| 1078 | Say Y here if you want the Riva driver to output all sorts | ||
| 1079 | of debugging information to provide to the maintainer when | ||
| 1080 | something goes wrong. | ||
| 1081 | |||
| 1082 | config FB_RIVA_BACKLIGHT | ||
| 1083 | bool "Support for backlight control" | ||
| 1084 | depends on FB_RIVA | ||
| 1085 | default y | ||
| 1086 | help | ||
| 1087 | Say Y here if you want to control the backlight of your display. | ||
| 1088 | |||
| 1089 | config FB_I740 | ||
| 1090 | tristate "Intel740 support" | ||
| 1091 | depends on FB && PCI | ||
| 1092 | select FB_MODE_HELPERS | ||
| 1093 | select FB_CFB_FILLRECT | ||
| 1094 | select FB_CFB_COPYAREA | ||
| 1095 | select FB_CFB_IMAGEBLIT | ||
| 1096 | select VGASTATE | ||
| 1097 | select FB_DDC | ||
| 1098 | help | ||
| 1099 | This driver supports graphics cards based on Intel740 chip. | ||
| 1100 | |||
| 1101 | config FB_I810 | ||
| 1102 | tristate "Intel 810/815 support" | ||
| 1103 | depends on FB && PCI && X86_32 && AGP_INTEL | ||
| 1104 | select FB_MODE_HELPERS | ||
| 1105 | select FB_CFB_FILLRECT | ||
| 1106 | select FB_CFB_COPYAREA | ||
| 1107 | select FB_CFB_IMAGEBLIT | ||
| 1108 | select VGASTATE | ||
| 1109 | help | ||
| 1110 | This driver supports the on-board graphics built in to the Intel 810 | ||
| 1111 | and 815 chipsets. Say Y if you have and plan to use such a board. | ||
| 1112 | |||
| 1113 | To compile this driver as a module, choose M here: the | ||
| 1114 | module will be called i810fb. | ||
| 1115 | |||
| 1116 | For more information, please read | ||
| 1117 | <file:Documentation/fb/intel810.txt> | ||
| 1118 | |||
| 1119 | config FB_I810_GTF | ||
| 1120 | bool "use VESA Generalized Timing Formula" | ||
| 1121 | depends on FB_I810 | ||
| 1122 | help | ||
| 1123 | If you say Y, then the VESA standard, Generalized Timing Formula | ||
| 1124 | or GTF, will be used to calculate the required video timing values | ||
| 1125 | per video mode. Since the GTF allows nondiscrete timings | ||
| 1126 | (nondiscrete being a range of values as opposed to discrete being a | ||
| 1127 | set of values), you'll be able to use any combination of horizontal | ||
| 1128 | and vertical resolutions, and vertical refresh rates without having | ||
| 1129 | to specify your own timing parameters. This is especially useful | ||
| 1130 | to maximize the performance of an aging display, or if you just | ||
| 1131 | have a display with nonstandard dimensions. A VESA compliant | ||
| 1132 | monitor is recommended, but can still work with non-compliant ones. | ||
| 1133 | If you need or want this, then select this option. The timings may | ||
| 1134 | not be compliant with Intel's recommended values. Use at your own | ||
| 1135 | risk. | ||
| 1136 | |||
| 1137 | If you say N, the driver will revert to discrete video timings | ||
| 1138 | using a set recommended by Intel in their documentation. | ||
| 1139 | |||
| 1140 | If unsure, say N. | ||
| 1141 | |||
| 1142 | config FB_I810_I2C | ||
| 1143 | bool "Enable DDC Support" | ||
| 1144 | depends on FB_I810 && FB_I810_GTF | ||
| 1145 | select FB_DDC | ||
| 1146 | help | ||
| 1147 | |||
| 1148 | config FB_LE80578 | ||
| 1149 | tristate "Intel LE80578 (Vermilion) support" | ||
| 1150 | depends on FB && PCI && X86 | ||
| 1151 | select FB_MODE_HELPERS | ||
| 1152 | select FB_CFB_FILLRECT | ||
| 1153 | select FB_CFB_COPYAREA | ||
| 1154 | select FB_CFB_IMAGEBLIT | ||
| 1155 | help | ||
| 1156 | This driver supports the LE80578 (Vermilion Range) chipset | ||
| 1157 | |||
| 1158 | config FB_CARILLO_RANCH | ||
| 1159 | tristate "Intel Carillo Ranch support" | ||
| 1160 | depends on FB_LE80578 && FB && PCI && X86 | ||
| 1161 | help | ||
| 1162 | This driver supports the LE80578 (Carillo Ranch) board | ||
| 1163 | |||
| 1164 | config FB_INTEL | ||
| 1165 | tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support" | ||
| 1166 | depends on FB && PCI && X86 && AGP_INTEL && EXPERT | ||
| 1167 | select FB_MODE_HELPERS | ||
| 1168 | select FB_CFB_FILLRECT | ||
| 1169 | select FB_CFB_COPYAREA | ||
| 1170 | select FB_CFB_IMAGEBLIT | ||
| 1171 | select FB_BOOT_VESA_SUPPORT if FB_INTEL = y | ||
| 1172 | depends on !DRM_I915 | ||
| 1173 | help | ||
| 1174 | This driver supports the on-board graphics built in to the Intel | ||
| 1175 | 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets. | ||
| 1176 | Say Y if you have and plan to use such a board. | ||
| 1177 | |||
| 1178 | To make FB_INTELFB=Y work you need to say AGP_INTEL=y too. | ||
| 1179 | |||
| 1180 | To compile this driver as a module, choose M here: the | ||
| 1181 | module will be called intelfb. | ||
| 1182 | |||
| 1183 | For more information, please read <file:Documentation/fb/intelfb.txt> | ||
| 1184 | |||
| 1185 | config FB_INTEL_DEBUG | ||
| 1186 | bool "Intel driver Debug Messages" | ||
| 1187 | depends on FB_INTEL | ||
| 1188 | ---help--- | ||
| 1189 | Say Y here if you want the Intel driver to output all sorts | ||
| 1190 | of debugging information to provide to the maintainer when | ||
| 1191 | something goes wrong. | ||
| 1192 | |||
| 1193 | config FB_INTEL_I2C | ||
| 1194 | bool "DDC/I2C for Intel framebuffer support" | ||
| 1195 | depends on FB_INTEL | ||
| 1196 | select FB_DDC | ||
| 1197 | default y | ||
| 1198 | help | ||
| 1199 | Say Y here if you want DDC/I2C support for your on-board Intel graphics. | ||
| 1200 | |||
| 1201 | config FB_MATROX | ||
| 1202 | tristate "Matrox acceleration" | ||
| 1203 | depends on FB && PCI | ||
| 1204 | select FB_CFB_FILLRECT | ||
| 1205 | select FB_CFB_COPYAREA | ||
| 1206 | select FB_CFB_IMAGEBLIT | ||
| 1207 | select FB_TILEBLITTING | ||
| 1208 | select FB_MACMODES if PPC_PMAC | ||
| 1209 | ---help--- | ||
| 1210 | Say Y here if you have a Matrox Millennium, Matrox Millennium II, | ||
| 1211 | Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox | ||
| 1212 | Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video, | ||
| 1213 | Matrox G400, G450 or G550 card in your box. | ||
| 1214 | |||
| 1215 | To compile this driver as a module, choose M here: the | ||
| 1216 | module will be called matroxfb. | ||
| 1217 | |||
| 1218 | You can pass several parameters to the driver at boot time or at | ||
| 1219 | module load time. The parameters look like "video=matroxfb:XXX", and | ||
| 1220 | are described in <file:Documentation/fb/matroxfb.txt>. | ||
| 1221 | |||
| 1222 | config FB_MATROX_MILLENIUM | ||
| 1223 | bool "Millennium I/II support" | ||
| 1224 | depends on FB_MATROX | ||
| 1225 | help | ||
| 1226 | Say Y here if you have a Matrox Millennium or Matrox Millennium II | ||
| 1227 | video card. If you select "Advanced lowlevel driver options" below, | ||
| 1228 | you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp | ||
| 1229 | packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can | ||
| 1230 | also use font widths different from 8. | ||
| 1231 | |||
| 1232 | config FB_MATROX_MYSTIQUE | ||
| 1233 | bool "Mystique support" | ||
| 1234 | depends on FB_MATROX | ||
| 1235 | help | ||
| 1236 | Say Y here if you have a Matrox Mystique or Matrox Mystique 220 | ||
| 1237 | video card. If you select "Advanced lowlevel driver options" below, | ||
| 1238 | you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp | ||
| 1239 | packed pixel and 32 bpp packed pixel. You can also use font widths | ||
| 1240 | different from 8. | ||
| 1241 | |||
| 1242 | config FB_MATROX_G | ||
| 1243 | bool "G100/G200/G400/G450/G550 support" | ||
| 1244 | depends on FB_MATROX | ||
| 1245 | ---help--- | ||
| 1246 | Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based | ||
| 1247 | video card. If you select "Advanced lowlevel driver options", you | ||
| 1248 | should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed | ||
| 1249 | pixel and 32 bpp packed pixel. You can also use font widths | ||
| 1250 | different from 8. | ||
| 1251 | |||
| 1252 | If you need support for G400 secondary head, you must say Y to | ||
| 1253 | "Matrox I2C support" and "G400 second head support" right below. | ||
| 1254 | G450/G550 secondary head and digital output are supported without | ||
| 1255 | additional modules. | ||
| 1256 | |||
| 1257 | The driver starts in monitor mode. You must use the matroxset tool | ||
| 1258 | (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to | ||
| 1259 | swap primary and secondary head outputs, or to change output mode. | ||
| 1260 | Secondary head driver always start in 640x480 resolution and you | ||
| 1261 | must use fbset to change it. | ||
| 1262 | |||
| 1263 | Do not forget that second head supports only 16 and 32 bpp | ||
| 1264 | packed pixels, so it is a good idea to compile them into the kernel | ||
| 1265 | too. You can use only some font widths, as the driver uses generic | ||
| 1266 | painting procedures (the secondary head does not use acceleration | ||
| 1267 | engine). | ||
| 1268 | |||
| 1269 | G450/G550 hardware can display TV picture only from secondary CRTC, | ||
| 1270 | and it performs no scaling, so picture must have 525 or 625 lines. | ||
| 1271 | |||
| 1272 | config FB_MATROX_I2C | ||
| 1273 | tristate "Matrox I2C support" | ||
| 1274 | depends on FB_MATROX | ||
| 1275 | select FB_DDC | ||
| 1276 | ---help--- | ||
| 1277 | This drivers creates I2C buses which are needed for accessing the | ||
| 1278 | DDC (I2C) bus present on all Matroxes, an I2C bus which | ||
| 1279 | interconnects Matrox optional devices, like MGA-TVO on G200 and | ||
| 1280 | G400, and the secondary head DDC bus, present on G400 only. | ||
| 1281 | |||
| 1282 | You can say Y or M here if you want to experiment with monitor | ||
| 1283 | detection code. You must say Y or M here if you want to use either | ||
| 1284 | second head of G400 or MGA-TVO on G200 or G400. | ||
| 1285 | |||
| 1286 | If you compile it as module, it will create a module named | ||
| 1287 | i2c-matroxfb. | ||
| 1288 | |||
| 1289 | config FB_MATROX_MAVEN | ||
| 1290 | tristate "G400 second head support" | ||
| 1291 | depends on FB_MATROX_G && FB_MATROX_I2C | ||
| 1292 | ---help--- | ||
| 1293 | WARNING !!! This support does not work with G450 !!! | ||
| 1294 | |||
| 1295 | Say Y or M here if you want to use a secondary head (meaning two | ||
| 1296 | monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary | ||
| 1297 | head is not compatible with accelerated XFree 3.3.x SVGA servers - | ||
| 1298 | secondary head output is blanked while you are in X. With XFree | ||
| 1299 | 3.9.17 preview you can use both heads if you use SVGA over fbdev or | ||
| 1300 | the fbdev driver on first head and the fbdev driver on second head. | ||
| 1301 | |||
| 1302 | If you compile it as module, two modules are created, | ||
| 1303 | matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for | ||
| 1304 | both G200 and G400, matroxfb_crtc2 is needed only by G400. You must | ||
| 1305 | also load i2c-matroxfb to get it to run. | ||
| 1306 | |||
| 1307 | The driver starts in monitor mode and you must use the matroxset | ||
| 1308 | tool (available at | ||
| 1309 | <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to | ||
| 1310 | PAL or NTSC or to swap primary and secondary head outputs. | ||
| 1311 | Secondary head driver also always start in 640x480 resolution, you | ||
| 1312 | must use fbset to change it. | ||
| 1313 | |||
| 1314 | Also do not forget that second head supports only 16 and 32 bpp | ||
| 1315 | packed pixels, so it is a good idea to compile them into the kernel | ||
| 1316 | too. You can use only some font widths, as the driver uses generic | ||
| 1317 | painting procedures (the secondary head does not use acceleration | ||
| 1318 | engine). | ||
| 1319 | |||
| 1320 | config FB_RADEON | ||
| 1321 | tristate "ATI Radeon display support" | ||
| 1322 | depends on FB && PCI | ||
| 1323 | select FB_BACKLIGHT if FB_RADEON_BACKLIGHT | ||
| 1324 | select FB_MODE_HELPERS | ||
| 1325 | select FB_CFB_FILLRECT | ||
| 1326 | select FB_CFB_COPYAREA | ||
| 1327 | select FB_CFB_IMAGEBLIT | ||
| 1328 | select FB_MACMODES if PPC_OF | ||
| 1329 | help | ||
| 1330 | Choose this option if you want to use an ATI Radeon graphics card as | ||
| 1331 | a framebuffer device. There are both PCI and AGP versions. You | ||
| 1332 | don't need to choose this to run the Radeon in plain VGA mode. | ||
| 1333 | |||
| 1334 | There is a product page at | ||
| 1335 | http://products.amd.com/en-us/GraphicCardResult.aspx | ||
| 1336 | |||
| 1337 | config FB_RADEON_I2C | ||
| 1338 | bool "DDC/I2C for ATI Radeon support" | ||
| 1339 | depends on FB_RADEON | ||
| 1340 | select FB_DDC | ||
| 1341 | default y | ||
| 1342 | help | ||
| 1343 | Say Y here if you want DDC/I2C support for your Radeon board. | ||
| 1344 | |||
| 1345 | config FB_RADEON_BACKLIGHT | ||
| 1346 | bool "Support for backlight control" | ||
| 1347 | depends on FB_RADEON | ||
| 1348 | default y | ||
| 1349 | help | ||
| 1350 | Say Y here if you want to control the backlight of your display. | ||
| 1351 | |||
| 1352 | config FB_RADEON_DEBUG | ||
| 1353 | bool "Lots of debug output from Radeon driver" | ||
| 1354 | depends on FB_RADEON | ||
| 1355 | default n | ||
| 1356 | help | ||
| 1357 | Say Y here if you want the Radeon driver to output all sorts | ||
| 1358 | of debugging information to provide to the maintainer when | ||
| 1359 | something goes wrong. | ||
| 1360 | |||
| 1361 | config FB_ATY128 | ||
| 1362 | tristate "ATI Rage128 display support" | ||
| 1363 | depends on FB && PCI | ||
| 1364 | select FB_CFB_FILLRECT | ||
| 1365 | select FB_CFB_COPYAREA | ||
| 1366 | select FB_CFB_IMAGEBLIT | ||
| 1367 | select FB_BACKLIGHT if FB_ATY128_BACKLIGHT | ||
| 1368 | select FB_MACMODES if PPC_PMAC | ||
| 1369 | help | ||
| 1370 | This driver supports graphics boards with the ATI Rage128 chips. | ||
| 1371 | Say Y if you have such a graphics board and read | ||
| 1372 | <file:Documentation/fb/aty128fb.txt>. | ||
| 1373 | |||
| 1374 | To compile this driver as a module, choose M here: the | ||
| 1375 | module will be called aty128fb. | ||
| 1376 | |||
| 1377 | config FB_ATY128_BACKLIGHT | ||
| 1378 | bool "Support for backlight control" | ||
| 1379 | depends on FB_ATY128 | ||
| 1380 | default y | ||
| 1381 | help | ||
| 1382 | Say Y here if you want to control the backlight of your display. | ||
| 1383 | |||
| 1384 | config FB_ATY | ||
| 1385 | tristate "ATI Mach64 display support" if PCI || ATARI | ||
| 1386 | depends on FB && !SPARC32 | ||
| 1387 | select FB_CFB_FILLRECT | ||
| 1388 | select FB_CFB_COPYAREA | ||
| 1389 | select FB_CFB_IMAGEBLIT | ||
| 1390 | select FB_BACKLIGHT if FB_ATY_BACKLIGHT | ||
| 1391 | select FB_MACMODES if PPC | ||
| 1392 | help | ||
| 1393 | This driver supports graphics boards with the ATI Mach64 chips. | ||
| 1394 | Say Y if you have such a graphics board. | ||
| 1395 | |||
| 1396 | To compile this driver as a module, choose M here: the | ||
| 1397 | module will be called atyfb. | ||
| 1398 | |||
| 1399 | config FB_ATY_CT | ||
| 1400 | bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support" | ||
| 1401 | depends on PCI && FB_ATY | ||
| 1402 | default y if SPARC64 && PCI | ||
| 1403 | help | ||
| 1404 | Say Y here to support use of ATI's 64-bit Rage boards (or other | ||
| 1405 | boards based on the Mach64 CT, VT, GT, and LT chipsets) as a | ||
| 1406 | framebuffer device. The ATI product support page for these boards | ||
| 1407 | is at <http://support.ati.com/products/pc/mach64/mach64.html>. | ||
| 1408 | |||
| 1409 | config FB_ATY_GENERIC_LCD | ||
| 1410 | bool "Mach64 generic LCD support" | ||
| 1411 | depends on FB_ATY_CT | ||
| 1412 | help | ||
| 1413 | Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility, | ||
| 1414 | Rage XC, or Rage XL chipset. | ||
| 1415 | |||
| 1416 | config FB_ATY_GX | ||
| 1417 | bool "Mach64 GX support" if PCI | ||
| 1418 | depends on FB_ATY | ||
| 1419 | default y if ATARI | ||
| 1420 | help | ||
| 1421 | Say Y here to support use of the ATI Mach64 Graphics Expression | ||
| 1422 | board (or other boards based on the Mach64 GX chipset) as a | ||
| 1423 | framebuffer device. The ATI product support page for these boards | ||
| 1424 | is at | ||
| 1425 | <http://support.ati.com/products/pc/mach64/graphics_xpression.html>. | ||
| 1426 | |||
| 1427 | config FB_ATY_BACKLIGHT | ||
| 1428 | bool "Support for backlight control" | ||
| 1429 | depends on FB_ATY | ||
| 1430 | default y | ||
| 1431 | help | ||
| 1432 | Say Y here if you want to control the backlight of your display. | ||
| 1433 | |||
| 1434 | config FB_S3 | ||
| 1435 | tristate "S3 Trio/Virge support" | ||
| 1436 | depends on FB && PCI | ||
| 1437 | select FB_CFB_FILLRECT | ||
| 1438 | select FB_CFB_COPYAREA | ||
| 1439 | select FB_CFB_IMAGEBLIT | ||
| 1440 | select FB_TILEBLITTING | ||
| 1441 | select FB_SVGALIB | ||
| 1442 | select VGASTATE | ||
| 1443 | select FONT_8x16 if FRAMEBUFFER_CONSOLE | ||
| 1444 | ---help--- | ||
| 1445 | Driver for graphics boards with S3 Trio / S3 Virge chip. | ||
| 1446 | |||
| 1447 | config FB_S3_DDC | ||
| 1448 | bool "DDC for S3 support" | ||
| 1449 | depends on FB_S3 | ||
| 1450 | select FB_DDC | ||
| 1451 | default y | ||
| 1452 | help | ||
| 1453 | Say Y here if you want DDC support for your S3 graphics card. | ||
| 1454 | |||
| 1455 | config FB_SAVAGE | ||
| 1456 | tristate "S3 Savage support" | ||
| 1457 | depends on FB && PCI | ||
| 1458 | select FB_MODE_HELPERS | ||
| 1459 | select FB_CFB_FILLRECT | ||
| 1460 | select FB_CFB_COPYAREA | ||
| 1461 | select FB_CFB_IMAGEBLIT | ||
| 1462 | select VGASTATE | ||
| 1463 | help | ||
| 1464 | This driver supports notebooks and computers with S3 Savage PCI/AGP | ||
| 1465 | chips. | ||
| 1466 | |||
| 1467 | Say Y if you have such a graphics card. | ||
| 1468 | |||
| 1469 | To compile this driver as a module, choose M here; the module | ||
| 1470 | will be called savagefb. | ||
| 1471 | |||
| 1472 | config FB_SAVAGE_I2C | ||
| 1473 | bool "Enable DDC2 Support" | ||
| 1474 | depends on FB_SAVAGE | ||
| 1475 | select FB_DDC | ||
| 1476 | help | ||
| 1477 | This enables I2C support for S3 Savage Chipsets. This is used | ||
| 1478 | only for getting EDID information from the attached display | ||
| 1479 | allowing for robust video mode handling and switching. | ||
| 1480 | |||
| 1481 | Because fbdev-2.6 requires that drivers must be able to | ||
| 1482 | independently validate video mode parameters, you should say Y | ||
| 1483 | here. | ||
| 1484 | |||
| 1485 | config FB_SAVAGE_ACCEL | ||
| 1486 | bool "Enable Console Acceleration" | ||
| 1487 | depends on FB_SAVAGE | ||
| 1488 | default n | ||
| 1489 | help | ||
| 1490 | This option will compile in console acceleration support. If | ||
| 1491 | the resulting framebuffer console has bothersome glitches, then | ||
| 1492 | choose N here. | ||
| 1493 | |||
| 1494 | config FB_SIS | ||
| 1495 | tristate "SiS/XGI display support" | ||
| 1496 | depends on FB && PCI | ||
| 1497 | select FB_CFB_FILLRECT | ||
| 1498 | select FB_CFB_COPYAREA | ||
| 1499 | select FB_CFB_IMAGEBLIT | ||
| 1500 | select FB_BOOT_VESA_SUPPORT if FB_SIS = y | ||
| 1501 | help | ||
| 1502 | This is the frame buffer device driver for the SiS 300, 315, 330 | ||
| 1503 | and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets. | ||
| 1504 | Specs available at <http://www.sis.com> and <http://www.xgitech.com>. | ||
| 1505 | |||
| 1506 | To compile this driver as a module, choose M here; the module | ||
| 1507 | will be called sisfb. | ||
| 1508 | |||
| 1509 | config FB_SIS_300 | ||
| 1510 | bool "SiS 300 series support" | ||
| 1511 | depends on FB_SIS | ||
| 1512 | help | ||
| 1513 | Say Y here to support use of the SiS 300/305, 540, 630 and 730. | ||
| 1514 | |||
| 1515 | config FB_SIS_315 | ||
| 1516 | bool "SiS 315/330/340 series and XGI support" | ||
| 1517 | depends on FB_SIS | ||
| 1518 | help | ||
| 1519 | Say Y here to support use of the SiS 315, 330 and 340 series | ||
| 1520 | (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well | ||
| 1521 | as XGI V3XT, V5, V8 and Z7. | ||
| 1522 | |||
| 1523 | config FB_VIA | ||
| 1524 | tristate "VIA UniChrome (Pro) and Chrome9 display support" | ||
| 1525 | depends on FB && PCI && X86 | ||
| 1526 | select FB_CFB_FILLRECT | ||
| 1527 | select FB_CFB_COPYAREA | ||
| 1528 | select FB_CFB_IMAGEBLIT | ||
| 1529 | select I2C_ALGOBIT | ||
| 1530 | select I2C | ||
| 1531 | select GPIOLIB | ||
| 1532 | help | ||
| 1533 | This is the frame buffer device driver for Graphics chips of VIA | ||
| 1534 | UniChrome (Pro) Family (CLE266,PM800/CN400,P4M800CE/P4M800Pro/ | ||
| 1535 | CN700/VN800,CX700/VX700,P4M890) and Chrome9 Family (K8M890,CN896 | ||
| 1536 | /P4M900,VX800) | ||
| 1537 | Say Y if you have a VIA UniChrome graphics board. | ||
| 1538 | |||
| 1539 | To compile this driver as a module, choose M here: the | ||
| 1540 | module will be called viafb. | ||
| 1541 | |||
| 1542 | if FB_VIA | ||
| 1543 | |||
| 1544 | config FB_VIA_DIRECT_PROCFS | ||
| 1545 | bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)" | ||
| 1546 | depends on FB_VIA | ||
| 1547 | default n | ||
| 1548 | help | ||
| 1549 | Allow direct hardware access to some output registers via procfs. | ||
| 1550 | This is dangerous but may provide the only chance to get the | ||
| 1551 | correct output device configuration. | ||
| 1552 | Its use is strongly discouraged. | ||
| 1553 | |||
| 1554 | config FB_VIA_X_COMPATIBILITY | ||
| 1555 | bool "X server compatibility" | ||
| 1556 | depends on FB_VIA | ||
| 1557 | default n | ||
| 1558 | help | ||
| 1559 | This option reduces the functionality (power saving, ...) of the | ||
| 1560 | framebuffer to avoid negative impact on the OpenChrome X server. | ||
| 1561 | If you use any X server other than fbdev you should enable this | ||
| 1562 | otherwise it should be safe to disable it and allow using all | ||
| 1563 | features. | ||
| 1564 | |||
| 1565 | endif | ||
| 1566 | |||
| 1567 | config FB_NEOMAGIC | ||
| 1568 | tristate "NeoMagic display support" | ||
| 1569 | depends on FB && PCI | ||
| 1570 | select FB_MODE_HELPERS | ||
| 1571 | select FB_CFB_FILLRECT | ||
| 1572 | select FB_CFB_COPYAREA | ||
| 1573 | select FB_CFB_IMAGEBLIT | ||
| 1574 | select VGASTATE | ||
| 1575 | help | ||
| 1576 | This driver supports notebooks with NeoMagic PCI chips. | ||
| 1577 | Say Y if you have such a graphics card. | ||
| 1578 | |||
| 1579 | To compile this driver as a module, choose M here: the | ||
| 1580 | module will be called neofb. | ||
| 1581 | |||
| 1582 | config FB_KYRO | ||
| 1583 | tristate "IMG Kyro support" | ||
| 1584 | depends on FB && PCI | ||
| 1585 | select FB_CFB_FILLRECT | ||
| 1586 | select FB_CFB_COPYAREA | ||
| 1587 | select FB_CFB_IMAGEBLIT | ||
| 1588 | help | ||
| 1589 | Say Y here if you have a STG4000 / Kyro / PowerVR 3 based | ||
| 1590 | graphics board. | ||
| 1591 | |||
| 1592 | To compile this driver as a module, choose M here: the | ||
| 1593 | module will be called kyrofb. | ||
| 1594 | |||
| 1595 | config FB_3DFX | ||
| 1596 | tristate "3Dfx Banshee/Voodoo3/Voodoo5 display support" | ||
| 1597 | depends on FB && PCI | ||
| 1598 | select FB_CFB_IMAGEBLIT | ||
| 1599 | select FB_CFB_FILLRECT | ||
| 1600 | select FB_CFB_COPYAREA | ||
| 1601 | select FB_MODE_HELPERS | ||
| 1602 | help | ||
| 1603 | This driver supports graphics boards with the 3Dfx Banshee, | ||
| 1604 | Voodoo3 or VSA-100 (aka Voodoo4/5) chips. Say Y if you have | ||
| 1605 | such a graphics board. | ||
| 1606 | |||
| 1607 | To compile this driver as a module, choose M here: the | ||
| 1608 | module will be called tdfxfb. | ||
| 1609 | |||
| 1610 | config FB_3DFX_ACCEL | ||
| 1611 | bool "3Dfx Acceleration functions" | ||
| 1612 | depends on FB_3DFX | ||
| 1613 | ---help--- | ||
| 1614 | This will compile the 3Dfx Banshee/Voodoo3/VSA-100 frame buffer | ||
| 1615 | device driver with acceleration functions. | ||
| 1616 | |||
| 1617 | config FB_3DFX_I2C | ||
| 1618 | bool "Enable DDC/I2C support" | ||
| 1619 | depends on FB_3DFX | ||
| 1620 | select FB_DDC | ||
| 1621 | default y | ||
| 1622 | help | ||
| 1623 | Say Y here if you want DDC/I2C support for your 3dfx Voodoo3. | ||
| 1624 | |||
| 1625 | config FB_VOODOO1 | ||
| 1626 | tristate "3Dfx Voodoo Graphics (sst1) support" | ||
| 1627 | depends on FB && PCI | ||
| 1628 | select FB_CFB_FILLRECT | ||
| 1629 | select FB_CFB_COPYAREA | ||
| 1630 | select FB_CFB_IMAGEBLIT | ||
| 1631 | ---help--- | ||
| 1632 | Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or | ||
| 1633 | Voodoo2 (cvg) based graphics card. | ||
| 1634 | |||
| 1635 | To compile this driver as a module, choose M here: the | ||
| 1636 | module will be called sstfb. | ||
| 1637 | |||
| 1638 | WARNING: Do not use any application that uses the 3D engine | ||
| 1639 | (namely glide) while using this driver. | ||
| 1640 | Please read the <file:Documentation/fb/sstfb.txt> for supported | ||
| 1641 | options and other important info support. | ||
| 1642 | |||
| 1643 | config FB_VT8623 | ||
| 1644 | tristate "VIA VT8623 support" | ||
| 1645 | depends on FB && PCI | ||
| 1646 | select FB_CFB_FILLRECT | ||
| 1647 | select FB_CFB_COPYAREA | ||
| 1648 | select FB_CFB_IMAGEBLIT | ||
| 1649 | select FB_TILEBLITTING | ||
| 1650 | select FB_SVGALIB | ||
| 1651 | select VGASTATE | ||
| 1652 | select FONT_8x16 if FRAMEBUFFER_CONSOLE | ||
| 1653 | ---help--- | ||
| 1654 | Driver for CastleRock integrated graphics core in the | ||
| 1655 | VIA VT8623 [Apollo CLE266] chipset. | ||
| 1656 | |||
| 1657 | config FB_TRIDENT | ||
| 1658 | tristate "Trident/CyberXXX/CyberBlade support" | ||
| 1659 | depends on FB && PCI | ||
| 1660 | select FB_CFB_FILLRECT | ||
| 1661 | select FB_CFB_COPYAREA | ||
| 1662 | select FB_CFB_IMAGEBLIT | ||
| 1663 | ---help--- | ||
| 1664 | This is the frame buffer device driver for Trident PCI/AGP chipsets. | ||
| 1665 | Supported chipset families are TGUI 9440/96XX, 3DImage, Blade3D | ||
| 1666 | and Blade XP. | ||
| 1667 | There are also integrated versions of these chips called CyberXXXX, | ||
| 1668 | CyberImage or CyberBlade. These chips are mostly found in laptops | ||
| 1669 | but also on some motherboards including early VIA EPIA motherboards. | ||
| 1670 | For more information, read <file:Documentation/fb/tridentfb.txt> | ||
| 1671 | |||
| 1672 | Say Y if you have such a graphics board. | ||
| 1673 | |||
| 1674 | To compile this driver as a module, choose M here: the | ||
| 1675 | module will be called tridentfb. | ||
| 1676 | |||
| 1677 | config FB_ARK | ||
| 1678 | tristate "ARK 2000PV support" | ||
| 1679 | depends on FB && PCI | ||
| 1680 | select FB_CFB_FILLRECT | ||
| 1681 | select FB_CFB_COPYAREA | ||
| 1682 | select FB_CFB_IMAGEBLIT | ||
| 1683 | select FB_TILEBLITTING | ||
| 1684 | select FB_SVGALIB | ||
| 1685 | select VGASTATE | ||
| 1686 | select FONT_8x16 if FRAMEBUFFER_CONSOLE | ||
| 1687 | ---help--- | ||
| 1688 | Driver for PCI graphics boards with ARK 2000PV chip | ||
| 1689 | and ICS 5342 RAMDAC. | ||
| 1690 | |||
| 1691 | config FB_PM3 | ||
| 1692 | tristate "Permedia3 support" | ||
| 1693 | depends on FB && PCI | ||
| 1694 | select FB_CFB_FILLRECT | ||
| 1695 | select FB_CFB_COPYAREA | ||
| 1696 | select FB_CFB_IMAGEBLIT | ||
| 1697 | help | ||
| 1698 | This is the frame buffer device driver for the 3DLabs Permedia3 | ||
| 1699 | chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 & | ||
| 1700 | similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000 | ||
| 1701 | and maybe other boards. | ||
| 1702 | |||
| 1703 | config FB_CARMINE | ||
| 1704 | tristate "Fujitsu carmine frame buffer support" | ||
| 1705 | depends on FB && PCI | ||
| 1706 | select FB_CFB_FILLRECT | ||
| 1707 | select FB_CFB_COPYAREA | ||
| 1708 | select FB_CFB_IMAGEBLIT | ||
| 1709 | help | ||
| 1710 | This is the frame buffer device driver for the Fujitsu Carmine chip. | ||
| 1711 | The driver provides two independent frame buffer devices. | ||
| 1712 | |||
| 1713 | choice | ||
| 1714 | depends on FB_CARMINE | ||
| 1715 | prompt "DRAM timing" | ||
| 1716 | default FB_CARMINE_DRAM_EVAL | ||
| 1717 | |||
| 1718 | config FB_CARMINE_DRAM_EVAL | ||
| 1719 | bool "Eval board timings" | ||
| 1720 | help | ||
| 1721 | Use timings which work on the eval card. | ||
| 1722 | |||
| 1723 | config CARMINE_DRAM_CUSTOM | ||
| 1724 | bool "Custom board timings" | ||
| 1725 | help | ||
| 1726 | Use custom board timings. | ||
| 1727 | endchoice | ||
| 1728 | |||
| 1729 | config FB_AU1100 | ||
| 1730 | bool "Au1100 LCD Driver" | ||
| 1731 | depends on (FB = y) && MIPS_ALCHEMY | ||
| 1732 | select FB_CFB_FILLRECT | ||
| 1733 | select FB_CFB_COPYAREA | ||
| 1734 | select FB_CFB_IMAGEBLIT | ||
| 1735 | help | ||
| 1736 | This is the framebuffer driver for the AMD Au1100 SOC. It can drive | ||
| 1737 | various panels and CRTs by passing in kernel cmd line option | ||
| 1738 | au1100fb:panel=<name>. | ||
| 1739 | |||
| 1740 | config FB_AU1200 | ||
| 1741 | bool "Au1200/Au1300 LCD Driver" | ||
| 1742 | depends on (FB = y) && MIPS_ALCHEMY | ||
| 1743 | select FB_SYS_FILLRECT | ||
| 1744 | select FB_SYS_COPYAREA | ||
| 1745 | select FB_SYS_IMAGEBLIT | ||
| 1746 | select FB_SYS_FOPS | ||
| 1747 | help | ||
| 1748 | This is the framebuffer driver for the Au1200/Au1300 SOCs. | ||
| 1749 | It can drive various panels and CRTs by passing in kernel cmd line | ||
| 1750 | option au1200fb:panel=<name>. | ||
| 1751 | |||
| 1752 | config FB_VT8500 | ||
| 1753 | bool "VIA VT8500 framebuffer support" | ||
| 1754 | depends on (FB = y) && ARM && ARCH_VT8500 | ||
| 1755 | select FB_SYS_FILLRECT if (!FB_WMT_GE_ROPS) | ||
| 1756 | select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS) | ||
| 1757 | select FB_SYS_IMAGEBLIT | ||
| 1758 | select FB_MODE_HELPERS | ||
| 1759 | select VIDEOMODE_HELPERS | ||
| 1760 | help | ||
| 1761 | This is the framebuffer driver for VIA VT8500 integrated LCD | ||
| 1762 | controller. | ||
| 1763 | |||
| 1764 | config FB_WM8505 | ||
| 1765 | bool "Wondermedia WM8xxx-series frame buffer support" | ||
| 1766 | depends on (FB = y) && ARM && ARCH_VT8500 | ||
| 1767 | select FB_SYS_FILLRECT if (!FB_WMT_GE_ROPS) | ||
| 1768 | select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS) | ||
| 1769 | select FB_SYS_IMAGEBLIT | ||
| 1770 | select FB_MODE_HELPERS | ||
| 1771 | select VIDEOMODE_HELPERS | ||
| 1772 | help | ||
| 1773 | This is the framebuffer driver for WonderMedia WM8xxx-series | ||
| 1774 | integrated LCD controller. This driver covers the WM8505, WM8650 | ||
| 1775 | and WM8850 SoCs. | ||
| 1776 | |||
| 1777 | config FB_WMT_GE_ROPS | ||
| 1778 | bool "VT8500/WM8xxx accelerated raster ops support" | ||
| 1779 | depends on (FB = y) && (FB_VT8500 || FB_WM8505) | ||
| 1780 | default n | ||
| 1781 | help | ||
| 1782 | This adds support for accelerated raster operations on the | ||
| 1783 | VIA VT8500 and Wondermedia 85xx series SoCs. | ||
| 1784 | |||
| 1785 | source "drivers/video/fbdev/geode/Kconfig" | ||
| 1786 | |||
| 1787 | config FB_HIT | ||
| 1788 | tristate "HD64461 Frame Buffer support" | ||
| 1789 | depends on FB && HD64461 | ||
| 1790 | select FB_CFB_FILLRECT | ||
| 1791 | select FB_CFB_COPYAREA | ||
| 1792 | select FB_CFB_IMAGEBLIT | ||
| 1793 | help | ||
| 1794 | This is the frame buffer device driver for the Hitachi HD64461 LCD | ||
| 1795 | frame buffer card. | ||
| 1796 | |||
| 1797 | config FB_PMAG_AA | ||
| 1798 | bool "PMAG-AA TURBOchannel framebuffer support" | ||
| 1799 | depends on (FB = y) && TC | ||
| 1800 | select FB_CFB_FILLRECT | ||
| 1801 | select FB_CFB_COPYAREA | ||
| 1802 | select FB_CFB_IMAGEBLIT | ||
| 1803 | help | ||
| 1804 | Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1) | ||
| 1805 | used mainly in the MIPS-based DECstation series. | ||
| 1806 | |||
| 1807 | config FB_PMAG_BA | ||
| 1808 | tristate "PMAG-BA TURBOchannel framebuffer support" | ||
| 1809 | depends on FB && TC | ||
| 1810 | select FB_CFB_FILLRECT | ||
| 1811 | select FB_CFB_COPYAREA | ||
| 1812 | select FB_CFB_IMAGEBLIT | ||
| 1813 | help | ||
| 1814 | Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8) | ||
| 1815 | used mainly in the MIPS-based DECstation series. | ||
| 1816 | |||
| 1817 | config FB_PMAGB_B | ||
| 1818 | tristate "PMAGB-B TURBOchannel framebuffer support" | ||
| 1819 | depends on FB && TC | ||
| 1820 | select FB_CFB_FILLRECT | ||
| 1821 | select FB_CFB_COPYAREA | ||
| 1822 | select FB_CFB_IMAGEBLIT | ||
| 1823 | help | ||
| 1824 | Support for the PMAGB-B TURBOchannel framebuffer card used mainly | ||
| 1825 | in the MIPS-based DECstation series. The card is currently only | ||
| 1826 | supported in 1280x1024x8 mode. | ||
| 1827 | |||
| 1828 | config FB_MAXINE | ||
| 1829 | bool "Maxine (Personal DECstation) onboard framebuffer support" | ||
| 1830 | depends on (FB = y) && MACH_DECSTATION | ||
| 1831 | select FB_CFB_FILLRECT | ||
| 1832 | select FB_CFB_COPYAREA | ||
| 1833 | select FB_CFB_IMAGEBLIT | ||
| 1834 | help | ||
| 1835 | Support for the onboard framebuffer (1024x768x8) in the Personal | ||
| 1836 | DECstation series (Personal DECstation 5000/20, /25, /33, /50, | ||
| 1837 | Codename "Maxine"). | ||
| 1838 | |||
| 1839 | config FB_G364 | ||
| 1840 | bool "G364 frame buffer support" | ||
| 1841 | depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700) | ||
| 1842 | select FB_CFB_FILLRECT | ||
| 1843 | select FB_CFB_COPYAREA | ||
| 1844 | select FB_CFB_IMAGEBLIT | ||
| 1845 | help | ||
| 1846 | The G364 driver is the framebuffer used in MIPS Magnum 4000 and | ||
| 1847 | Olivetti M700-10 systems. | ||
| 1848 | |||
| 1849 | config FB_68328 | ||
| 1850 | bool "Motorola 68328 native frame buffer support" | ||
| 1851 | depends on (FB = y) && (M68328 || M68EZ328 || M68VZ328) | ||
| 1852 | select FB_CFB_FILLRECT | ||
| 1853 | select FB_CFB_COPYAREA | ||
| 1854 | select FB_CFB_IMAGEBLIT | ||
| 1855 | help | ||
| 1856 | Say Y here if you want to support the built-in frame buffer of | ||
| 1857 | the Motorola 68328 CPU family. | ||
| 1858 | |||
| 1859 | config FB_PXA168 | ||
| 1860 | tristate "PXA168/910 LCD framebuffer support" | ||
| 1861 | depends on FB && (CPU_PXA168 || CPU_PXA910) | ||
| 1862 | select FB_CFB_FILLRECT | ||
| 1863 | select FB_CFB_COPYAREA | ||
| 1864 | select FB_CFB_IMAGEBLIT | ||
| 1865 | ---help--- | ||
| 1866 | Frame buffer driver for the built-in LCD controller in the Marvell | ||
| 1867 | MMP processor. | ||
| 1868 | |||
| 1869 | config FB_PXA | ||
| 1870 | tristate "PXA LCD framebuffer support" | ||
| 1871 | depends on FB && ARCH_PXA | ||
| 1872 | select FB_CFB_FILLRECT | ||
| 1873 | select FB_CFB_COPYAREA | ||
| 1874 | select FB_CFB_IMAGEBLIT | ||
| 1875 | ---help--- | ||
| 1876 | Frame buffer driver for the built-in LCD controller in the Intel | ||
| 1877 | PXA2x0 processor. | ||
| 1878 | |||
| 1879 | This driver is also available as a module ( = code which can be | ||
| 1880 | inserted and removed from the running kernel whenever you want). The | ||
| 1881 | module will be called pxafb. If you want to compile it as a module, | ||
| 1882 | say M here and read <file:Documentation/kbuild/modules.txt>. | ||
| 1883 | |||
| 1884 | If unsure, say N. | ||
| 1885 | |||
| 1886 | config FB_PXA_OVERLAY | ||
| 1887 | bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer" | ||
| 1888 | default n | ||
| 1889 | depends on FB_PXA && (PXA27x || PXA3xx) | ||
| 1890 | |||
| 1891 | config FB_PXA_SMARTPANEL | ||
| 1892 | bool "PXA Smartpanel LCD support" | ||
| 1893 | default n | ||
| 1894 | depends on FB_PXA | ||
| 1895 | |||
| 1896 | config FB_PXA_PARAMETERS | ||
| 1897 | bool "PXA LCD command line parameters" | ||
| 1898 | default n | ||
| 1899 | depends on FB_PXA | ||
| 1900 | ---help--- | ||
| 1901 | Enable the use of kernel command line or module parameters | ||
| 1902 | to configure the physical properties of the LCD panel when | ||
| 1903 | using the PXA LCD driver. | ||
| 1904 | |||
| 1905 | This option allows you to override the panel parameters | ||
| 1906 | supplied by the platform in order to support multiple | ||
| 1907 | different models of flatpanel. If you will only be using a | ||
| 1908 | single model of flatpanel then you can safely leave this | ||
| 1909 | option disabled. | ||
| 1910 | |||
| 1911 | <file:Documentation/fb/pxafb.txt> describes the available parameters. | ||
| 1912 | |||
| 1913 | config PXA3XX_GCU | ||
| 1914 | tristate "PXA3xx 2D graphics accelerator driver" | ||
| 1915 | depends on FB_PXA | ||
| 1916 | help | ||
| 1917 | Kernelspace driver for the 2D graphics controller unit (GCU) | ||
| 1918 | found on PXA3xx processors. There is a counterpart driver in the | ||
| 1919 | DirectFB suite, see http://www.directfb.org/ | ||
| 1920 | |||
| 1921 | If you compile this as a module, it will be called pxa3xx_gcu. | ||
| 1922 | |||
| 1923 | config FB_MBX | ||
| 1924 | tristate "2700G LCD framebuffer support" | ||
| 1925 | depends on FB && ARCH_PXA | ||
| 1926 | select FB_CFB_FILLRECT | ||
| 1927 | select FB_CFB_COPYAREA | ||
| 1928 | select FB_CFB_IMAGEBLIT | ||
| 1929 | ---help--- | ||
| 1930 | Framebuffer driver for the Intel 2700G (Marathon) Graphics | ||
| 1931 | Accelerator | ||
| 1932 | |||
| 1933 | config FB_MBX_DEBUG | ||
| 1934 | bool "Enable debugging info via debugfs" | ||
| 1935 | depends on FB_MBX && DEBUG_FS | ||
| 1936 | default n | ||
| 1937 | ---help--- | ||
| 1938 | Enable this if you want debugging information using the debug | ||
| 1939 | filesystem (debugfs) | ||
| 1940 | |||
| 1941 | If unsure, say N. | ||
| 1942 | |||
| 1943 | config FB_FSL_DIU | ||
| 1944 | tristate "Freescale DIU framebuffer support" | ||
| 1945 | depends on FB && FSL_SOC | ||
| 1946 | select FB_MODE_HELPERS | ||
| 1947 | select FB_CFB_FILLRECT | ||
| 1948 | select FB_CFB_COPYAREA | ||
| 1949 | select FB_CFB_IMAGEBLIT | ||
| 1950 | select PPC_LIB_RHEAP | ||
| 1951 | ---help--- | ||
| 1952 | Framebuffer driver for the Freescale SoC DIU | ||
| 1953 | |||
| 1954 | config FB_W100 | ||
| 1955 | tristate "W100 frame buffer support" | ||
| 1956 | depends on FB && ARCH_PXA | ||
| 1957 | select FB_CFB_FILLRECT | ||
| 1958 | select FB_CFB_COPYAREA | ||
| 1959 | select FB_CFB_IMAGEBLIT | ||
| 1960 | ---help--- | ||
| 1961 | Frame buffer driver for the w100 as found on the Sharp SL-Cxx series. | ||
| 1962 | It can also drive the w3220 chip found on iPAQ hx4700. | ||
| 1963 | |||
| 1964 | This driver is also available as a module ( = code which can be | ||
| 1965 | inserted and removed from the running kernel whenever you want). The | ||
| 1966 | module will be called w100fb. If you want to compile it as a module, | ||
| 1967 | say M here and read <file:Documentation/kbuild/modules.txt>. | ||
| 1968 | |||
| 1969 | If unsure, say N. | ||
| 1970 | |||
| 1971 | config FB_SH_MOBILE_LCDC | ||
| 1972 | tristate "SuperH Mobile LCDC framebuffer support" | ||
| 1973 | depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK | ||
| 1974 | select FB_SYS_FILLRECT | ||
| 1975 | select FB_SYS_COPYAREA | ||
| 1976 | select FB_SYS_IMAGEBLIT | ||
| 1977 | select FB_SYS_FOPS | ||
| 1978 | select FB_DEFERRED_IO | ||
| 1979 | select FB_BACKLIGHT | ||
| 1980 | select SH_MIPI_DSI if SH_LCD_MIPI_DSI | ||
| 1981 | ---help--- | ||
| 1982 | Frame buffer driver for the on-chip SH-Mobile LCD controller. | ||
| 1983 | |||
| 1984 | config FB_SH_MOBILE_HDMI | ||
| 1985 | tristate "SuperH Mobile HDMI controller support" | ||
| 1986 | depends on FB_SH_MOBILE_LCDC | ||
| 1987 | select FB_MODE_HELPERS | ||
| 1988 | select SOUND | ||
| 1989 | select SND | ||
| 1990 | select SND_SOC | ||
| 1991 | ---help--- | ||
| 1992 | Driver for the on-chip SH-Mobile HDMI controller. | ||
| 1993 | |||
| 1994 | config FB_TMIO | ||
| 1995 | tristate "Toshiba Mobile IO FrameBuffer support" | ||
| 1996 | depends on FB && MFD_CORE | ||
| 1997 | select FB_CFB_FILLRECT | ||
| 1998 | select FB_CFB_COPYAREA | ||
| 1999 | select FB_CFB_IMAGEBLIT | ||
| 2000 | ---help--- | ||
| 2001 | Frame buffer driver for the Toshiba Mobile IO integrated as found | ||
| 2002 | on the Sharp SL-6000 series | ||
| 2003 | |||
| 2004 | This driver is also available as a module ( = code which can be | ||
| 2005 | inserted and removed from the running kernel whenever you want). The | ||
| 2006 | module will be called tmiofb. If you want to compile it as a module, | ||
| 2007 | say M here and read <file:Documentation/kbuild/modules.txt>. | ||
| 2008 | |||
| 2009 | If unsure, say N. | ||
| 2010 | |||
| 2011 | config FB_TMIO_ACCELL | ||
| 2012 | bool "tmiofb acceleration" | ||
| 2013 | depends on FB_TMIO | ||
| 2014 | default y | ||
| 2015 | |||
| 2016 | config FB_S3C | ||
| 2017 | tristate "Samsung S3C framebuffer support" | ||
| 2018 | depends on FB && (CPU_S3C2416 || ARCH_S3C64XX || ARCH_S5P64X0 || \ | ||
| 2019 | ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS) | ||
| 2020 | select FB_CFB_FILLRECT | ||
| 2021 | select FB_CFB_COPYAREA | ||
| 2022 | select FB_CFB_IMAGEBLIT | ||
| 2023 | ---help--- | ||
| 2024 | Frame buffer driver for the built-in FB controller in the Samsung | ||
| 2025 | SoC line from the S3C2443 onwards, including the S3C2416, S3C2450, | ||
| 2026 | and the S3C64XX series such as the S3C6400 and S3C6410. | ||
| 2027 | |||
| 2028 | These chips all have the same basic framebuffer design with the | ||
| 2029 | actual capabilities depending on the chip. For instance the S3C6400 | ||
| 2030 | and S3C6410 support 4 hardware windows whereas the S3C24XX series | ||
| 2031 | currently only have two. | ||
| 2032 | |||
| 2033 | Currently the support is only for the S3C6400 and S3C6410 SoCs. | ||
| 2034 | |||
| 2035 | config FB_S3C_DEBUG_REGWRITE | ||
| 2036 | bool "Debug register writes" | ||
| 2037 | depends on FB_S3C | ||
| 2038 | ---help--- | ||
| 2039 | Show all register writes via pr_debug() | ||
| 2040 | |||
| 2041 | config FB_S3C2410 | ||
| 2042 | tristate "S3C2410 LCD framebuffer support" | ||
| 2043 | depends on FB && ARCH_S3C24XX | ||
| 2044 | select FB_CFB_FILLRECT | ||
| 2045 | select FB_CFB_COPYAREA | ||
| 2046 | select FB_CFB_IMAGEBLIT | ||
| 2047 | ---help--- | ||
| 2048 | Frame buffer driver for the built-in LCD controller in the Samsung | ||
| 2049 | S3C2410 processor. | ||
| 2050 | |||
| 2051 | This driver is also available as a module ( = code which can be | ||
| 2052 | inserted and removed from the running kernel whenever you want). The | ||
| 2053 | module will be called s3c2410fb. If you want to compile it as a module, | ||
| 2054 | say M here and read <file:Documentation/kbuild/modules.txt>. | ||
| 2055 | |||
| 2056 | If unsure, say N. | ||
| 2057 | config FB_S3C2410_DEBUG | ||
| 2058 | bool "S3C2410 lcd debug messages" | ||
| 2059 | depends on FB_S3C2410 | ||
| 2060 | help | ||
| 2061 | Turn on debugging messages. Note that you can set/unset at run time | ||
| 2062 | through sysfs | ||
| 2063 | |||
| 2064 | config FB_NUC900 | ||
| 2065 | bool "NUC900 LCD framebuffer support" | ||
| 2066 | depends on FB && ARCH_W90X900 | ||
| 2067 | select FB_CFB_FILLRECT | ||
| 2068 | select FB_CFB_COPYAREA | ||
| 2069 | select FB_CFB_IMAGEBLIT | ||
| 2070 | ---help--- | ||
| 2071 | Frame buffer driver for the built-in LCD controller in the Nuvoton | ||
| 2072 | NUC900 processor | ||
| 2073 | |||
| 2074 | config GPM1040A0_320X240 | ||
| 2075 | bool "Giantplus Technology GPM1040A0 320x240 Color TFT LCD" | ||
| 2076 | depends on FB_NUC900 | ||
| 2077 | |||
| 2078 | config FB_SM501 | ||
| 2079 | tristate "Silicon Motion SM501 framebuffer support" | ||
| 2080 | depends on FB && MFD_SM501 | ||
| 2081 | select FB_CFB_FILLRECT | ||
| 2082 | select FB_CFB_COPYAREA | ||
| 2083 | select FB_CFB_IMAGEBLIT | ||
| 2084 | ---help--- | ||
| 2085 | Frame buffer driver for the CRT and LCD controllers in the Silicon | ||
| 2086 | Motion SM501. | ||
| 2087 | |||
| 2088 | This driver is also available as a module ( = code which can be | ||
| 2089 | inserted and removed from the running kernel whenever you want). The | ||
| 2090 | module will be called sm501fb. If you want to compile it as a module, | ||
| 2091 | say M here and read <file:Documentation/kbuild/modules.txt>. | ||
| 2092 | |||
| 2093 | If unsure, say N. | ||
| 2094 | |||
| 2095 | config FB_SMSCUFX | ||
| 2096 | tristate "SMSC UFX6000/7000 USB Framebuffer support" | ||
| 2097 | depends on FB && USB | ||
| 2098 | select FB_MODE_HELPERS | ||
| 2099 | select FB_SYS_FILLRECT | ||
| 2100 | select FB_SYS_COPYAREA | ||
| 2101 | select FB_SYS_IMAGEBLIT | ||
| 2102 | select FB_SYS_FOPS | ||
| 2103 | select FB_DEFERRED_IO | ||
| 2104 | ---help--- | ||
| 2105 | This is a kernel framebuffer driver for SMSC UFX USB devices. | ||
| 2106 | Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and | ||
| 2107 | mplayer -vo fbdev. Supports both UFX6000 (USB 2.0) and UFX7000 | ||
| 2108 | (USB 3.0) devices. | ||
| 2109 | To compile as a module, choose M here: the module name is smscufx. | ||
| 2110 | |||
| 2111 | config FB_UDL | ||
| 2112 | tristate "Displaylink USB Framebuffer support" | ||
| 2113 | depends on FB && USB | ||
| 2114 | select FB_MODE_HELPERS | ||
| 2115 | select FB_SYS_FILLRECT | ||
| 2116 | select FB_SYS_COPYAREA | ||
| 2117 | select FB_SYS_IMAGEBLIT | ||
| 2118 | select FB_SYS_FOPS | ||
| 2119 | select FB_DEFERRED_IO | ||
| 2120 | ---help--- | ||
| 2121 | This is a kernel framebuffer driver for DisplayLink USB devices. | ||
| 2122 | Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and | ||
| 2123 | mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices. | ||
| 2124 | To compile as a module, choose M here: the module name is udlfb. | ||
| 2125 | |||
| 2126 | config FB_IBM_GXT4500 | ||
| 2127 | tristate "Framebuffer support for IBM GXT4000P/4500P/6000P/6500P adaptors" | ||
| 2128 | depends on FB && PPC | ||
| 2129 | select FB_CFB_FILLRECT | ||
| 2130 | select FB_CFB_COPYAREA | ||
| 2131 | select FB_CFB_IMAGEBLIT | ||
| 2132 | ---help--- | ||
| 2133 | Say Y here to enable support for the IBM GXT4000P/6000P and | ||
| 2134 | GXT4500P/6500P display adaptor based on Raster Engine RC1000, | ||
| 2135 | found on some IBM System P (pSeries) machines. This driver | ||
| 2136 | doesn't use Geometry Engine GT1000. | ||
| 2137 | |||
| 2138 | config FB_PS3 | ||
| 2139 | tristate "PS3 GPU framebuffer driver" | ||
| 2140 | depends on FB && PS3_PS3AV | ||
| 2141 | select FB_SYS_FILLRECT | ||
| 2142 | select FB_SYS_COPYAREA | ||
| 2143 | select FB_SYS_IMAGEBLIT | ||
| 2144 | select FB_SYS_FOPS | ||
| 2145 | select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE | ||
| 2146 | ---help--- | ||
| 2147 | Include support for the virtual frame buffer in the PS3 platform. | ||
| 2148 | |||
| 2149 | config FB_PS3_DEFAULT_SIZE_M | ||
| 2150 | int "PS3 default frame buffer size (in MiB)" | ||
| 2151 | depends on FB_PS3 | ||
| 2152 | default 9 | ||
| 2153 | ---help--- | ||
| 2154 | This is the default size (in MiB) of the virtual frame buffer in | ||
| 2155 | the PS3. | ||
| 2156 | The default value can be overridden on the kernel command line | ||
| 2157 | using the "ps3fb" option (e.g. "ps3fb=9M"); | ||
| 2158 | |||
| 2159 | config FB_XILINX | ||
| 2160 | tristate "Xilinx frame buffer support" | ||
| 2161 | depends on FB && (XILINX_VIRTEX || MICROBLAZE || ARCH_ZYNQ) | ||
| 2162 | select FB_CFB_FILLRECT | ||
| 2163 | select FB_CFB_COPYAREA | ||
| 2164 | select FB_CFB_IMAGEBLIT | ||
| 2165 | ---help--- | ||
| 2166 | Include support for the Xilinx ML300/ML403 reference design | ||
| 2167 | framebuffer. ML300 carries a 640*480 LCD display on the board, | ||
| 2168 | ML403 uses a standard DB15 VGA connector. | ||
| 2169 | |||
| 2170 | config FB_GOLDFISH | ||
| 2171 | tristate "Goldfish Framebuffer" | ||
| 2172 | depends on FB && HAS_DMA | ||
| 2173 | select FB_CFB_FILLRECT | ||
| 2174 | select FB_CFB_COPYAREA | ||
| 2175 | select FB_CFB_IMAGEBLIT | ||
| 2176 | ---help--- | ||
| 2177 | Framebuffer driver for Goldfish Virtual Platform | ||
| 2178 | |||
| 2179 | config FB_COBALT | ||
| 2180 | tristate "Cobalt server LCD frame buffer support" | ||
| 2181 | depends on FB && (MIPS_COBALT || MIPS_SEAD3) | ||
| 2182 | |||
| 2183 | config FB_SH7760 | ||
| 2184 | bool "SH7760/SH7763/SH7720/SH7721 LCDC support" | ||
| 2185 | depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \ | ||
| 2186 | || CPU_SUBTYPE_SH7720 || CPU_SUBTYPE_SH7721) | ||
| 2187 | select FB_CFB_FILLRECT | ||
| 2188 | select FB_CFB_COPYAREA | ||
| 2189 | select FB_CFB_IMAGEBLIT | ||
| 2190 | ---help--- | ||
| 2191 | Support for the SH7760/SH7763/SH7720/SH7721 integrated | ||
| 2192 | (D)STN/TFT LCD Controller. | ||
| 2193 | Supports display resolutions up to 1024x1024 pixel, grayscale and | ||
| 2194 | color operation, with depths ranging from 1 bpp to 8 bpp monochrome | ||
| 2195 | and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for | ||
| 2196 | panels <= 320 pixel horizontal resolution. | ||
| 2197 | |||
| 2198 | config FB_DA8XX | ||
| 2199 | tristate "DA8xx/OMAP-L1xx/AM335x Framebuffer support" | ||
| 2200 | depends on FB && (ARCH_DAVINCI_DA8XX || SOC_AM33XX) | ||
| 2201 | select FB_CFB_FILLRECT | ||
| 2202 | select FB_CFB_COPYAREA | ||
| 2203 | select FB_CFB_IMAGEBLIT | ||
| 2204 | select FB_CFB_REV_PIXELS_IN_BYTE | ||
| 2205 | select FB_MODE_HELPERS | ||
| 2206 | select VIDEOMODE_HELPERS | ||
| 2207 | ---help--- | ||
| 2208 | This is the frame buffer device driver for the TI LCD controller | ||
| 2209 | found on DA8xx/OMAP-L1xx/AM335x SoCs. | ||
| 2210 | If unsure, say N. | ||
| 2211 | |||
| 2212 | config FB_VIRTUAL | ||
| 2213 | tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" | ||
| 2214 | depends on FB | ||
| 2215 | select FB_SYS_FILLRECT | ||
| 2216 | select FB_SYS_COPYAREA | ||
| 2217 | select FB_SYS_IMAGEBLIT | ||
| 2218 | select FB_SYS_FOPS | ||
| 2219 | ---help--- | ||
| 2220 | This is a `virtual' frame buffer device. It operates on a chunk of | ||
| 2221 | unswappable kernel memory instead of on the memory of a graphics | ||
| 2222 | board. This means you cannot see any output sent to this frame | ||
| 2223 | buffer device, while it does consume precious memory. The main use | ||
| 2224 | of this frame buffer device is testing and debugging the frame | ||
| 2225 | buffer subsystem. Do NOT enable it for normal systems! To protect | ||
| 2226 | the innocent, it has to be enabled explicitly at boot time using the | ||
| 2227 | kernel option `video=vfb:'. | ||
| 2228 | |||
| 2229 | To compile this driver as a module, choose M here: the | ||
| 2230 | module will be called vfb. In order to load it, you must use | ||
| 2231 | the vfb_enable=1 option. | ||
| 2232 | |||
| 2233 | If unsure, say N. | ||
| 2234 | |||
| 2235 | config XEN_FBDEV_FRONTEND | ||
| 2236 | tristate "Xen virtual frame buffer support" | ||
| 2237 | depends on FB && XEN | ||
| 2238 | select FB_SYS_FILLRECT | ||
| 2239 | select FB_SYS_COPYAREA | ||
| 2240 | select FB_SYS_IMAGEBLIT | ||
| 2241 | select FB_SYS_FOPS | ||
| 2242 | select FB_DEFERRED_IO | ||
| 2243 | select INPUT_XEN_KBDDEV_FRONTEND if INPUT_MISC | ||
| 2244 | select XEN_XENBUS_FRONTEND | ||
| 2245 | default y | ||
| 2246 | help | ||
| 2247 | This driver implements the front-end of the Xen virtual | ||
| 2248 | frame buffer driver. It communicates with a back-end | ||
| 2249 | in another domain. | ||
| 2250 | |||
| 2251 | config FB_METRONOME | ||
| 2252 | tristate "E-Ink Metronome/8track controller support" | ||
| 2253 | depends on FB | ||
| 2254 | select FB_SYS_FILLRECT | ||
| 2255 | select FB_SYS_COPYAREA | ||
| 2256 | select FB_SYS_IMAGEBLIT | ||
| 2257 | select FB_SYS_FOPS | ||
| 2258 | select FB_DEFERRED_IO | ||
| 2259 | help | ||
| 2260 | This driver implements support for the E-Ink Metronome | ||
| 2261 | controller. The pre-release name for this device was 8track | ||
| 2262 | and could also have been called by some vendors as PVI-nnnn. | ||
| 2263 | |||
| 2264 | config FB_MB862XX | ||
| 2265 | tristate "Fujitsu MB862xx GDC support" | ||
| 2266 | depends on FB | ||
| 2267 | depends on PCI || (OF && PPC) | ||
| 2268 | select FB_CFB_FILLRECT | ||
| 2269 | select FB_CFB_COPYAREA | ||
| 2270 | select FB_CFB_IMAGEBLIT | ||
| 2271 | ---help--- | ||
| 2272 | Frame buffer driver for Fujitsu Carmine/Coral-P(A)/Lime controllers. | ||
| 2273 | |||
| 2274 | choice | ||
| 2275 | prompt "GDC variant" | ||
| 2276 | depends on FB_MB862XX | ||
| 2277 | |||
| 2278 | config FB_MB862XX_PCI_GDC | ||
| 2279 | bool "Carmine/Coral-P(A) GDC" | ||
| 2280 | depends on PCI | ||
| 2281 | ---help--- | ||
| 2282 | This enables framebuffer support for Fujitsu Carmine/Coral-P(A) | ||
| 2283 | PCI graphics controller devices. | ||
| 2284 | |||
| 2285 | config FB_MB862XX_LIME | ||
| 2286 | bool "Lime GDC" | ||
| 2287 | depends on OF && PPC | ||
| 2288 | select FB_FOREIGN_ENDIAN | ||
| 2289 | select FB_LITTLE_ENDIAN | ||
| 2290 | ---help--- | ||
| 2291 | Framebuffer support for Fujitsu Lime GDC on host CPU bus. | ||
| 2292 | |||
| 2293 | endchoice | ||
| 2294 | |||
| 2295 | config FB_MB862XX_I2C | ||
| 2296 | bool "Support I2C bus on MB862XX GDC" | ||
| 2297 | depends on FB_MB862XX && I2C | ||
| 2298 | default y | ||
| 2299 | help | ||
| 2300 | Selecting this option adds Coral-P(A)/Lime GDC I2C bus adapter | ||
| 2301 | driver to support accessing I2C devices on controller's I2C bus. | ||
| 2302 | These are usually some video decoder chips. | ||
| 2303 | |||
| 2304 | config FB_EP93XX | ||
| 2305 | tristate "EP93XX frame buffer support" | ||
| 2306 | depends on FB && ARCH_EP93XX | ||
| 2307 | select FB_CFB_FILLRECT | ||
| 2308 | select FB_CFB_COPYAREA | ||
| 2309 | select FB_CFB_IMAGEBLIT | ||
| 2310 | ---help--- | ||
| 2311 | Framebuffer driver for the Cirrus Logic EP93XX series of processors. | ||
| 2312 | This driver is also available as a module. The module will be called | ||
| 2313 | ep93xx-fb. | ||
| 2314 | |||
| 2315 | config FB_PRE_INIT_FB | ||
| 2316 | bool "Don't reinitialize, use bootloader's GDC/Display configuration" | ||
| 2317 | depends on FB && FB_MB862XX_LIME | ||
| 2318 | ---help--- | ||
| 2319 | Select this option if display contents should be inherited as set by | ||
| 2320 | the bootloader. | ||
| 2321 | |||
| 2322 | config FB_MSM | ||
| 2323 | tristate "MSM Framebuffer support" | ||
| 2324 | depends on FB && ARCH_MSM | ||
| 2325 | select FB_CFB_FILLRECT | ||
| 2326 | select FB_CFB_COPYAREA | ||
| 2327 | select FB_CFB_IMAGEBLIT | ||
| 2328 | |||
| 2329 | config FB_MX3 | ||
| 2330 | tristate "MX3 Framebuffer support" | ||
| 2331 | depends on FB && MX3_IPU | ||
| 2332 | select FB_CFB_FILLRECT | ||
| 2333 | select FB_CFB_COPYAREA | ||
| 2334 | select FB_CFB_IMAGEBLIT | ||
| 2335 | default y | ||
| 2336 | help | ||
| 2337 | This is a framebuffer device for the i.MX31 LCD Controller. So | ||
| 2338 | far only synchronous displays are supported. If you plan to use | ||
| 2339 | an LCD display with your i.MX31 system, say Y here. | ||
| 2340 | |||
| 2341 | config FB_BROADSHEET | ||
| 2342 | tristate "E-Ink Broadsheet/Epson S1D13521 controller support" | ||
| 2343 | depends on FB | ||
| 2344 | select FB_SYS_FILLRECT | ||
| 2345 | select FB_SYS_COPYAREA | ||
| 2346 | select FB_SYS_IMAGEBLIT | ||
| 2347 | select FB_SYS_FOPS | ||
| 2348 | select FB_DEFERRED_IO | ||
| 2349 | help | ||
| 2350 | This driver implements support for the E-Ink Broadsheet | ||
| 2351 | controller. The release name for this device was Epson S1D13521 | ||
| 2352 | and could also have been called by other names when coupled with | ||
| 2353 | a bridge adapter. | ||
| 2354 | |||
| 2355 | config FB_AUO_K190X | ||
| 2356 | tristate "AUO-K190X EPD controller support" | ||
| 2357 | depends on FB | ||
| 2358 | select FB_SYS_FILLRECT | ||
| 2359 | select FB_SYS_COPYAREA | ||
| 2360 | select FB_SYS_IMAGEBLIT | ||
| 2361 | select FB_SYS_FOPS | ||
| 2362 | select FB_DEFERRED_IO | ||
| 2363 | help | ||
| 2364 | Provides support for epaper controllers from the K190X series | ||
| 2365 | of AUO. These controllers can be used to drive epaper displays | ||
| 2366 | from Sipix. | ||
| 2367 | |||
| 2368 | This option enables the common support, shared by the individual | ||
| 2369 | controller drivers. You will also have to enable the driver | ||
| 2370 | for the controller type used in your device. | ||
| 2371 | |||
| 2372 | config FB_AUO_K1900 | ||
| 2373 | tristate "AUO-K1900 EPD controller support" | ||
| 2374 | depends on FB && FB_AUO_K190X | ||
| 2375 | help | ||
| 2376 | This driver implements support for the AUO K1900 epd-controller. | ||
| 2377 | This controller can drive Sipix epaper displays but can only do | ||
| 2378 | serial updates, reducing the number of possible frames per second. | ||
| 2379 | |||
| 2380 | config FB_AUO_K1901 | ||
| 2381 | tristate "AUO-K1901 EPD controller support" | ||
| 2382 | depends on FB && FB_AUO_K190X | ||
| 2383 | help | ||
| 2384 | This driver implements support for the AUO K1901 epd-controller. | ||
| 2385 | This controller can drive Sipix epaper displays and supports | ||
| 2386 | concurrent updates, making higher frames per second possible. | ||
| 2387 | |||
| 2388 | config FB_JZ4740 | ||
| 2389 | tristate "JZ4740 LCD framebuffer support" | ||
| 2390 | depends on FB && MACH_JZ4740 | ||
| 2391 | select FB_SYS_FILLRECT | ||
| 2392 | select FB_SYS_COPYAREA | ||
| 2393 | select FB_SYS_IMAGEBLIT | ||
| 2394 | help | ||
| 2395 | Framebuffer support for the JZ4740 SoC. | ||
| 2396 | |||
| 2397 | config FB_MXS | ||
| 2398 | tristate "MXS LCD framebuffer support" | ||
| 2399 | depends on FB && ARCH_MXS | ||
| 2400 | select FB_CFB_FILLRECT | ||
| 2401 | select FB_CFB_COPYAREA | ||
| 2402 | select FB_CFB_IMAGEBLIT | ||
| 2403 | select FB_MODE_HELPERS | ||
| 2404 | select VIDEOMODE_HELPERS | ||
| 2405 | help | ||
| 2406 | Framebuffer support for the MXS SoC. | ||
| 2407 | |||
| 2408 | config FB_PUV3_UNIGFX | ||
| 2409 | tristate "PKUnity v3 Unigfx framebuffer support" | ||
| 2410 | depends on FB && UNICORE32 && ARCH_PUV3 | ||
| 2411 | select FB_SYS_FILLRECT | ||
| 2412 | select FB_SYS_COPYAREA | ||
| 2413 | select FB_SYS_IMAGEBLIT | ||
| 2414 | select FB_SYS_FOPS | ||
| 2415 | help | ||
| 2416 | Choose this option if you want to use the Unigfx device as a | ||
| 2417 | framebuffer device. Without the support of PCI & AGP. | ||
| 2418 | |||
| 2419 | config FB_HYPERV | ||
| 2420 | tristate "Microsoft Hyper-V Synthetic Video support" | ||
| 2421 | depends on FB && HYPERV | ||
| 2422 | select FB_CFB_FILLRECT | ||
| 2423 | select FB_CFB_COPYAREA | ||
| 2424 | select FB_CFB_IMAGEBLIT | ||
| 2425 | help | ||
| 2426 | This framebuffer driver supports Microsoft Hyper-V Synthetic Video. | ||
| 2427 | |||
| 2428 | config FB_SIMPLE | ||
| 2429 | bool "Simple framebuffer support" | ||
| 2430 | depends on (FB = y) | ||
| 2431 | select FB_CFB_FILLRECT | ||
| 2432 | select FB_CFB_COPYAREA | ||
| 2433 | select FB_CFB_IMAGEBLIT | ||
| 2434 | help | ||
| 2435 | Say Y if you want support for a simple frame-buffer. | ||
| 2436 | |||
| 2437 | This driver assumes that the display hardware has been initialized | ||
| 2438 | before the kernel boots, and the kernel will simply render to the | ||
| 2439 | pre-allocated frame buffer surface. | ||
| 2440 | |||
| 2441 | Configuration re: surface address, size, and format must be provided | ||
| 2442 | through device tree, or plain old platform data. | ||
| 2443 | |||
| 2444 | source "drivers/video/fbdev/omap/Kconfig" | ||
| 2445 | source "drivers/video/fbdev/omap2/Kconfig" | ||
| 2446 | source "drivers/video/fbdev/exynos/Kconfig" | ||
| 2447 | source "drivers/video/fbdev/mmp/Kconfig" | ||
| 2448 | |||
| 2449 | config FB_SH_MOBILE_MERAM | ||
| 2450 | tristate "SuperH Mobile MERAM read ahead support" | ||
| 2451 | depends on (SUPERH || ARCH_SHMOBILE) | ||
| 2452 | select GENERIC_ALLOCATOR | ||
| 2453 | ---help--- | ||
| 2454 | Enable MERAM support for the SuperH controller. | ||
| 2455 | |||
| 2456 | This will allow for caching of the framebuffer to provide more | ||
| 2457 | reliable access under heavy main memory bus traffic situations. | ||
| 2458 | Up to 4 memory channels can be configured, allowing 4 RGB or | ||
| 2459 | 2 YCbCr framebuffers to be configured. | ||
| 2460 | |||
| 2461 | config FB_SSD1307 | ||
| 2462 | tristate "Solomon SSD1307 framebuffer support" | ||
| 2463 | depends on FB && I2C | ||
| 2464 | depends on OF | ||
| 2465 | depends on GPIOLIB | ||
| 2466 | select FB_SYS_FOPS | ||
| 2467 | select FB_SYS_FILLRECT | ||
| 2468 | select FB_SYS_COPYAREA | ||
| 2469 | select FB_SYS_IMAGEBLIT | ||
| 2470 | select FB_DEFERRED_IO | ||
| 2471 | select PWM | ||
| 2472 | help | ||
| 2473 | This driver implements support for the Solomon SSD1307 | ||
| 2474 | OLED controller over I2C. | ||
diff --git a/drivers/video/fbdev/Makefile b/drivers/video/fbdev/Makefile new file mode 100644 index 000000000000..8a79eec2113b --- /dev/null +++ b/drivers/video/fbdev/Makefile | |||
| @@ -0,0 +1,166 @@ | |||
| 1 | # Makefile for the Linux video drivers. | ||
| 2 | # 5 Aug 1999, James Simmons, <mailto:jsimmons@users.sf.net> | ||
| 3 | # Rewritten to use lists instead of if-statements. | ||
| 4 | |||
| 5 | # Each configuration option enables a list of files. | ||
| 6 | |||
| 7 | obj-y += fb_notify.o | ||
| 8 | obj-$(CONFIG_FB) += fb.o | ||
| 9 | fb-y := fbmem.o fbmon.o fbcmap.o fbsysfs.o \ | ||
| 10 | modedb.o fbcvt.o | ||
| 11 | fb-objs := $(fb-y) | ||
| 12 | |||
| 13 | obj-$(CONFIG_EXYNOS_VIDEO) += exynos/ | ||
| 14 | |||
| 15 | obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o | ||
| 16 | obj-$(CONFIG_FB_CFB_COPYAREA) += cfbcopyarea.o | ||
| 17 | obj-$(CONFIG_FB_CFB_IMAGEBLIT) += cfbimgblt.o | ||
| 18 | obj-$(CONFIG_FB_SYS_FILLRECT) += sysfillrect.o | ||
| 19 | obj-$(CONFIG_FB_SYS_COPYAREA) += syscopyarea.o | ||
| 20 | obj-$(CONFIG_FB_SYS_IMAGEBLIT) += sysimgblt.o | ||
| 21 | obj-$(CONFIG_FB_SYS_FOPS) += fb_sys_fops.o | ||
| 22 | obj-$(CONFIG_FB_SVGALIB) += svgalib.o | ||
| 23 | obj-$(CONFIG_FB_MACMODES) += macmodes.o | ||
| 24 | obj-$(CONFIG_FB_DDC) += fb_ddc.o | ||
| 25 | obj-$(CONFIG_FB_DEFERRED_IO) += fb_defio.o | ||
| 26 | obj-$(CONFIG_FB_WMT_GE_ROPS) += wmt_ge_rops.o | ||
| 27 | |||
| 28 | # Hardware specific drivers go first | ||
| 29 | obj-$(CONFIG_FB_AMIGA) += amifb.o c2p_planar.o | ||
| 30 | obj-$(CONFIG_FB_ARC) += arcfb.o | ||
| 31 | obj-$(CONFIG_FB_CLPS711X) += clps711xfb.o | ||
| 32 | obj-$(CONFIG_FB_CYBER2000) += cyber2000fb.o | ||
| 33 | obj-$(CONFIG_FB_GRVGA) += grvga.o | ||
| 34 | obj-$(CONFIG_FB_PM2) += pm2fb.o | ||
| 35 | obj-$(CONFIG_FB_PM3) += pm3fb.o | ||
| 36 | |||
| 37 | obj-$(CONFIG_FB_I740) += i740fb.o | ||
| 38 | obj-$(CONFIG_FB_MATROX) += matrox/ | ||
| 39 | obj-$(CONFIG_FB_RIVA) += riva/ | ||
| 40 | obj-$(CONFIG_FB_NVIDIA) += nvidia/ | ||
| 41 | obj-$(CONFIG_FB_ATY) += aty/ macmodes.o | ||
| 42 | obj-$(CONFIG_FB_ATY128) += aty/ macmodes.o | ||
| 43 | obj-$(CONFIG_FB_RADEON) += aty/ | ||
| 44 | obj-$(CONFIG_FB_SIS) += sis/ | ||
| 45 | obj-$(CONFIG_FB_VIA) += via/ | ||
| 46 | obj-$(CONFIG_FB_KYRO) += kyro/ | ||
| 47 | obj-$(CONFIG_FB_SAVAGE) += savage/ | ||
| 48 | obj-$(CONFIG_FB_GEODE) += geode/ | ||
| 49 | obj-$(CONFIG_FB_MBX) += mbx/ | ||
| 50 | obj-$(CONFIG_FB_NEOMAGIC) += neofb.o | ||
| 51 | obj-$(CONFIG_FB_3DFX) += tdfxfb.o | ||
| 52 | obj-$(CONFIG_FB_CONTROL) += controlfb.o | ||
| 53 | obj-$(CONFIG_FB_PLATINUM) += platinumfb.o | ||
| 54 | obj-$(CONFIG_FB_VALKYRIE) += valkyriefb.o | ||
| 55 | obj-$(CONFIG_FB_CT65550) += chipsfb.o | ||
| 56 | obj-$(CONFIG_FB_IMSTT) += imsttfb.o | ||
| 57 | obj-$(CONFIG_FB_FM2) += fm2fb.o | ||
| 58 | obj-$(CONFIG_FB_VT8623) += vt8623fb.o | ||
| 59 | obj-$(CONFIG_FB_TRIDENT) += tridentfb.o | ||
| 60 | obj-$(CONFIG_FB_LE80578) += vermilion/ | ||
| 61 | obj-$(CONFIG_FB_S3) += s3fb.o | ||
| 62 | obj-$(CONFIG_FB_ARK) += arkfb.o | ||
| 63 | obj-$(CONFIG_FB_STI) += stifb.o | ||
| 64 | obj-$(CONFIG_FB_FFB) += ffb.o sbuslib.o | ||
| 65 | obj-$(CONFIG_FB_CG6) += cg6.o sbuslib.o | ||
| 66 | obj-$(CONFIG_FB_CG3) += cg3.o sbuslib.o | ||
| 67 | obj-$(CONFIG_FB_BW2) += bw2.o sbuslib.o | ||
| 68 | obj-$(CONFIG_FB_CG14) += cg14.o sbuslib.o | ||
| 69 | obj-$(CONFIG_FB_P9100) += p9100.o sbuslib.o | ||
| 70 | obj-$(CONFIG_FB_TCX) += tcx.o sbuslib.o | ||
| 71 | obj-$(CONFIG_FB_LEO) += leo.o sbuslib.o | ||
| 72 | obj-$(CONFIG_FB_ACORN) += acornfb.o | ||
| 73 | obj-$(CONFIG_FB_ATARI) += atafb.o c2p_iplan2.o atafb_mfb.o \ | ||
| 74 | atafb_iplan2p2.o atafb_iplan2p4.o atafb_iplan2p8.o | ||
| 75 | obj-$(CONFIG_FB_MAC) += macfb.o | ||
| 76 | obj-$(CONFIG_FB_HECUBA) += hecubafb.o | ||
| 77 | obj-$(CONFIG_FB_N411) += n411.o | ||
| 78 | obj-$(CONFIG_FB_HGA) += hgafb.o | ||
| 79 | obj-$(CONFIG_FB_XVR500) += sunxvr500.o | ||
| 80 | obj-$(CONFIG_FB_XVR2500) += sunxvr2500.o | ||
| 81 | obj-$(CONFIG_FB_XVR1000) += sunxvr1000.o | ||
| 82 | obj-$(CONFIG_FB_IGA) += igafb.o | ||
| 83 | obj-$(CONFIG_FB_APOLLO) += dnfb.o | ||
| 84 | obj-$(CONFIG_FB_Q40) += q40fb.o | ||
| 85 | obj-$(CONFIG_FB_TGA) += tgafb.o | ||
| 86 | obj-$(CONFIG_FB_HP300) += hpfb.o | ||
| 87 | obj-$(CONFIG_FB_G364) += g364fb.o | ||
| 88 | obj-$(CONFIG_FB_EP93XX) += ep93xx-fb.o | ||
| 89 | obj-$(CONFIG_FB_SA1100) += sa1100fb.o | ||
| 90 | obj-$(CONFIG_FB_HIT) += hitfb.o | ||
| 91 | obj-$(CONFIG_FB_ATMEL) += atmel_lcdfb.o | ||
| 92 | obj-$(CONFIG_FB_PVR2) += pvr2fb.o | ||
| 93 | obj-$(CONFIG_FB_VOODOO1) += sstfb.o | ||
| 94 | obj-$(CONFIG_FB_ARMCLCD) += amba-clcd.o | ||
| 95 | obj-$(CONFIG_FB_GOLDFISH) += goldfishfb.o | ||
| 96 | obj-$(CONFIG_FB_68328) += 68328fb.o | ||
| 97 | obj-$(CONFIG_FB_GBE) += gbefb.o | ||
| 98 | obj-$(CONFIG_FB_CIRRUS) += cirrusfb.o | ||
| 99 | obj-$(CONFIG_FB_ASILIANT) += asiliantfb.o | ||
| 100 | obj-$(CONFIG_FB_PXA) += pxafb.o | ||
| 101 | obj-$(CONFIG_FB_PXA168) += pxa168fb.o | ||
| 102 | obj-$(CONFIG_PXA3XX_GCU) += pxa3xx-gcu.o | ||
| 103 | obj-$(CONFIG_MMP_DISP) += mmp/ | ||
| 104 | obj-$(CONFIG_FB_W100) += w100fb.o | ||
| 105 | obj-$(CONFIG_FB_TMIO) += tmiofb.o | ||
| 106 | obj-$(CONFIG_FB_AU1100) += au1100fb.o | ||
| 107 | obj-$(CONFIG_FB_AU1200) += au1200fb.o | ||
| 108 | obj-$(CONFIG_FB_VT8500) += vt8500lcdfb.o | ||
| 109 | obj-$(CONFIG_FB_WM8505) += wm8505fb.o | ||
| 110 | obj-$(CONFIG_FB_PMAG_AA) += pmag-aa-fb.o | ||
| 111 | obj-$(CONFIG_FB_PMAG_BA) += pmag-ba-fb.o | ||
| 112 | obj-$(CONFIG_FB_PMAGB_B) += pmagb-b-fb.o | ||
| 113 | obj-$(CONFIG_FB_MAXINE) += maxinefb.o | ||
| 114 | obj-$(CONFIG_FB_METRONOME) += metronomefb.o | ||
| 115 | obj-$(CONFIG_FB_BROADSHEET) += broadsheetfb.o | ||
| 116 | obj-$(CONFIG_FB_AUO_K190X) += auo_k190x.o | ||
| 117 | obj-$(CONFIG_FB_AUO_K1900) += auo_k1900fb.o | ||
| 118 | obj-$(CONFIG_FB_AUO_K1901) += auo_k1901fb.o | ||
| 119 | obj-$(CONFIG_FB_S1D13XXX) += s1d13xxxfb.o | ||
| 120 | obj-$(CONFIG_FB_SH7760) += sh7760fb.o | ||
| 121 | obj-$(CONFIG_FB_IMX) += imxfb.o | ||
| 122 | obj-$(CONFIG_FB_S3C) += s3c-fb.o | ||
| 123 | obj-$(CONFIG_FB_S3C2410) += s3c2410fb.o | ||
| 124 | obj-$(CONFIG_FB_FSL_DIU) += fsl-diu-fb.o | ||
| 125 | obj-$(CONFIG_FB_COBALT) += cobalt_lcdfb.o | ||
| 126 | obj-$(CONFIG_FB_IBM_GXT4500) += gxt4500.o | ||
| 127 | obj-$(CONFIG_FB_PS3) += ps3fb.o | ||
| 128 | obj-$(CONFIG_FB_SM501) += sm501fb.o | ||
| 129 | obj-$(CONFIG_FB_UDL) += udlfb.o | ||
| 130 | obj-$(CONFIG_FB_SMSCUFX) += smscufx.o | ||
| 131 | obj-$(CONFIG_FB_XILINX) += xilinxfb.o | ||
| 132 | obj-$(CONFIG_SH_MIPI_DSI) += sh_mipi_dsi.o | ||
| 133 | obj-$(CONFIG_FB_SH_MOBILE_HDMI) += sh_mobile_hdmi.o | ||
| 134 | obj-$(CONFIG_FB_SH_MOBILE_MERAM) += sh_mobile_meram.o | ||
| 135 | obj-$(CONFIG_FB_SH_MOBILE_LCDC) += sh_mobile_lcdcfb.o | ||
| 136 | obj-$(CONFIG_FB_OMAP) += omap/ | ||
| 137 | obj-y += omap2/ | ||
| 138 | obj-$(CONFIG_XEN_FBDEV_FRONTEND) += xen-fbfront.o | ||
| 139 | obj-$(CONFIG_FB_CARMINE) += carminefb.o | ||
| 140 | obj-$(CONFIG_FB_MB862XX) += mb862xx/ | ||
| 141 | obj-$(CONFIG_FB_MSM) += msm/ | ||
| 142 | obj-$(CONFIG_FB_NUC900) += nuc900fb.o | ||
| 143 | obj-$(CONFIG_FB_JZ4740) += jz4740_fb.o | ||
| 144 | obj-$(CONFIG_FB_PUV3_UNIGFX) += fb-puv3.o | ||
| 145 | obj-$(CONFIG_FB_HYPERV) += hyperv_fb.o | ||
| 146 | obj-$(CONFIG_FB_OPENCORES) += ocfb.o | ||
| 147 | |||
| 148 | # Platform or fallback drivers go here | ||
| 149 | obj-$(CONFIG_FB_UVESA) += uvesafb.o | ||
| 150 | obj-$(CONFIG_FB_VESA) += vesafb.o | ||
| 151 | obj-$(CONFIG_FB_EFI) += efifb.o | ||
| 152 | obj-$(CONFIG_FB_VGA16) += vga16fb.o | ||
| 153 | obj-$(CONFIG_FB_OF) += offb.o | ||
| 154 | obj-$(CONFIG_FB_BF537_LQ035) += bf537-lq035.o | ||
| 155 | obj-$(CONFIG_FB_BF54X_LQ043) += bf54x-lq043fb.o | ||
| 156 | obj-$(CONFIG_FB_BFIN_LQ035Q1) += bfin-lq035q1-fb.o | ||
| 157 | obj-$(CONFIG_FB_BFIN_T350MCQB) += bfin-t350mcqb-fb.o | ||
| 158 | obj-$(CONFIG_FB_BFIN_7393) += bfin_adv7393fb.o | ||
| 159 | obj-$(CONFIG_FB_MX3) += mx3fb.o | ||
| 160 | obj-$(CONFIG_FB_DA8XX) += da8xx-fb.o | ||
| 161 | obj-$(CONFIG_FB_MXS) += mxsfb.o | ||
| 162 | obj-$(CONFIG_FB_SSD1307) += ssd1307fb.o | ||
| 163 | obj-$(CONFIG_FB_SIMPLE) += simplefb.o | ||
| 164 | |||
| 165 | # the test framebuffer is last | ||
| 166 | obj-$(CONFIG_FB_VIRTUAL) += vfb.o | ||
diff --git a/drivers/video/acornfb.c b/drivers/video/fbdev/acornfb.c index a305caea58ee..a305caea58ee 100644 --- a/drivers/video/acornfb.c +++ b/drivers/video/fbdev/acornfb.c | |||
diff --git a/drivers/video/acornfb.h b/drivers/video/fbdev/acornfb.h index 175c8ff3367c..175c8ff3367c 100644 --- a/drivers/video/acornfb.h +++ b/drivers/video/fbdev/acornfb.h | |||
diff --git a/drivers/video/amba-clcd.c b/drivers/video/fbdev/amba-clcd.c index 14d6b3793e0a..14d6b3793e0a 100644 --- a/drivers/video/amba-clcd.c +++ b/drivers/video/fbdev/amba-clcd.c | |||
diff --git a/drivers/video/amifb.c b/drivers/video/fbdev/amifb.c index 518f790ef88a..518f790ef88a 100644 --- a/drivers/video/amifb.c +++ b/drivers/video/fbdev/amifb.c | |||
diff --git a/drivers/video/arcfb.c b/drivers/video/fbdev/arcfb.c index 1b0b233b8b39..1b0b233b8b39 100644 --- a/drivers/video/arcfb.c +++ b/drivers/video/fbdev/arcfb.c | |||
diff --git a/drivers/video/arkfb.c b/drivers/video/fbdev/arkfb.c index adc4ea2cc5a0..adc4ea2cc5a0 100644 --- a/drivers/video/arkfb.c +++ b/drivers/video/fbdev/arkfb.c | |||
diff --git a/drivers/video/asiliantfb.c b/drivers/video/fbdev/asiliantfb.c index 7e8ddf00ccc2..7e8ddf00ccc2 100644 --- a/drivers/video/asiliantfb.c +++ b/drivers/video/fbdev/asiliantfb.c | |||
diff --git a/drivers/video/atafb.c b/drivers/video/fbdev/atafb.c index e21d1f58554c..e21d1f58554c 100644 --- a/drivers/video/atafb.c +++ b/drivers/video/fbdev/atafb.c | |||
diff --git a/drivers/video/atafb.h b/drivers/video/fbdev/atafb.h index 014e05906cb1..014e05906cb1 100644 --- a/drivers/video/atafb.h +++ b/drivers/video/fbdev/atafb.h | |||
diff --git a/drivers/video/atafb_iplan2p2.c b/drivers/video/fbdev/atafb_iplan2p2.c index 8cc9c50379d0..8cc9c50379d0 100644 --- a/drivers/video/atafb_iplan2p2.c +++ b/drivers/video/fbdev/atafb_iplan2p2.c | |||
diff --git a/drivers/video/atafb_iplan2p4.c b/drivers/video/fbdev/atafb_iplan2p4.c index bee0d89463f7..bee0d89463f7 100644 --- a/drivers/video/atafb_iplan2p4.c +++ b/drivers/video/fbdev/atafb_iplan2p4.c | |||
diff --git a/drivers/video/atafb_iplan2p8.c b/drivers/video/fbdev/atafb_iplan2p8.c index 356fb52ce443..356fb52ce443 100644 --- a/drivers/video/atafb_iplan2p8.c +++ b/drivers/video/fbdev/atafb_iplan2p8.c | |||
diff --git a/drivers/video/atafb_mfb.c b/drivers/video/fbdev/atafb_mfb.c index 6a352d62eecf..6a352d62eecf 100644 --- a/drivers/video/atafb_mfb.c +++ b/drivers/video/fbdev/atafb_mfb.c | |||
diff --git a/drivers/video/atafb_utils.h b/drivers/video/fbdev/atafb_utils.h index ac9e19dc5057..ac9e19dc5057 100644 --- a/drivers/video/atafb_utils.h +++ b/drivers/video/fbdev/atafb_utils.h | |||
diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/fbdev/atmel_lcdfb.c index e683b6ef9594..e683b6ef9594 100644 --- a/drivers/video/atmel_lcdfb.c +++ b/drivers/video/fbdev/atmel_lcdfb.c | |||
diff --git a/drivers/video/aty/Makefile b/drivers/video/fbdev/aty/Makefile index a6cc0e9ec790..a6cc0e9ec790 100644 --- a/drivers/video/aty/Makefile +++ b/drivers/video/fbdev/aty/Makefile | |||
diff --git a/drivers/video/aty/ati_ids.h b/drivers/video/fbdev/aty/ati_ids.h index 3e9d28bcd9f8..3e9d28bcd9f8 100644 --- a/drivers/video/aty/ati_ids.h +++ b/drivers/video/fbdev/aty/ati_ids.h | |||
diff --git a/drivers/video/aty/aty128fb.c b/drivers/video/fbdev/aty/aty128fb.c index 52108be69e77..52108be69e77 100644 --- a/drivers/video/aty/aty128fb.c +++ b/drivers/video/fbdev/aty/aty128fb.c | |||
diff --git a/drivers/video/aty/atyfb.h b/drivers/video/fbdev/aty/atyfb.h index 1f39a62f899b..1f39a62f899b 100644 --- a/drivers/video/aty/atyfb.h +++ b/drivers/video/fbdev/aty/atyfb.h | |||
diff --git a/drivers/video/aty/atyfb_base.c b/drivers/video/fbdev/aty/atyfb_base.c index c3d0074a32db..c3d0074a32db 100644 --- a/drivers/video/aty/atyfb_base.c +++ b/drivers/video/fbdev/aty/atyfb_base.c | |||
diff --git a/drivers/video/aty/mach64_accel.c b/drivers/video/fbdev/aty/mach64_accel.c index 182bd680141f..182bd680141f 100644 --- a/drivers/video/aty/mach64_accel.c +++ b/drivers/video/fbdev/aty/mach64_accel.c | |||
diff --git a/drivers/video/aty/mach64_ct.c b/drivers/video/fbdev/aty/mach64_ct.c index 51f29d627ceb..51f29d627ceb 100644 --- a/drivers/video/aty/mach64_ct.c +++ b/drivers/video/fbdev/aty/mach64_ct.c | |||
diff --git a/drivers/video/aty/mach64_cursor.c b/drivers/video/fbdev/aty/mach64_cursor.c index 0fe02e22d9a4..0fe02e22d9a4 100644 --- a/drivers/video/aty/mach64_cursor.c +++ b/drivers/video/fbdev/aty/mach64_cursor.c | |||
diff --git a/drivers/video/aty/mach64_gx.c b/drivers/video/fbdev/aty/mach64_gx.c index 10c988aef58e..10c988aef58e 100644 --- a/drivers/video/aty/mach64_gx.c +++ b/drivers/video/fbdev/aty/mach64_gx.c | |||
diff --git a/drivers/video/aty/radeon_accel.c b/drivers/video/fbdev/aty/radeon_accel.c index a469a3d6edcb..a469a3d6edcb 100644 --- a/drivers/video/aty/radeon_accel.c +++ b/drivers/video/fbdev/aty/radeon_accel.c | |||
diff --git a/drivers/video/aty/radeon_backlight.c b/drivers/video/fbdev/aty/radeon_backlight.c index db572df7e1ef..db572df7e1ef 100644 --- a/drivers/video/aty/radeon_backlight.c +++ b/drivers/video/fbdev/aty/radeon_backlight.c | |||
diff --git a/drivers/video/aty/radeon_base.c b/drivers/video/fbdev/aty/radeon_base.c index 26d80a4486fb..26d80a4486fb 100644 --- a/drivers/video/aty/radeon_base.c +++ b/drivers/video/fbdev/aty/radeon_base.c | |||
diff --git a/drivers/video/aty/radeon_i2c.c b/drivers/video/fbdev/aty/radeon_i2c.c index ab1d0fd76316..ab1d0fd76316 100644 --- a/drivers/video/aty/radeon_i2c.c +++ b/drivers/video/fbdev/aty/radeon_i2c.c | |||
diff --git a/drivers/video/aty/radeon_monitor.c b/drivers/video/fbdev/aty/radeon_monitor.c index bc078d50d8f1..bc078d50d8f1 100644 --- a/drivers/video/aty/radeon_monitor.c +++ b/drivers/video/fbdev/aty/radeon_monitor.c | |||
diff --git a/drivers/video/aty/radeon_pm.c b/drivers/video/fbdev/aty/radeon_pm.c index 46a12f1a93c3..46a12f1a93c3 100644 --- a/drivers/video/aty/radeon_pm.c +++ b/drivers/video/fbdev/aty/radeon_pm.c | |||
diff --git a/drivers/video/aty/radeonfb.h b/drivers/video/fbdev/aty/radeonfb.h index cb846044f57c..cb846044f57c 100644 --- a/drivers/video/aty/radeonfb.h +++ b/drivers/video/fbdev/aty/radeonfb.h | |||
diff --git a/drivers/video/au1100fb.c b/drivers/video/fbdev/au1100fb.c index 372d4aea9d1c..372d4aea9d1c 100644 --- a/drivers/video/au1100fb.c +++ b/drivers/video/fbdev/au1100fb.c | |||
diff --git a/drivers/video/au1100fb.h b/drivers/video/fbdev/au1100fb.h index 12d9642d5465..12d9642d5465 100644 --- a/drivers/video/au1100fb.h +++ b/drivers/video/fbdev/au1100fb.h | |||
diff --git a/drivers/video/au1200fb.c b/drivers/video/fbdev/au1200fb.c index 4cfba78a1458..4cfba78a1458 100644 --- a/drivers/video/au1200fb.c +++ b/drivers/video/fbdev/au1200fb.c | |||
diff --git a/drivers/video/au1200fb.h b/drivers/video/fbdev/au1200fb.h index e2672714d8d4..e2672714d8d4 100644 --- a/drivers/video/au1200fb.h +++ b/drivers/video/fbdev/au1200fb.h | |||
diff --git a/drivers/video/auo_k1900fb.c b/drivers/video/fbdev/auo_k1900fb.c index f5b668e77af3..f5b668e77af3 100644 --- a/drivers/video/auo_k1900fb.c +++ b/drivers/video/fbdev/auo_k1900fb.c | |||
diff --git a/drivers/video/auo_k1901fb.c b/drivers/video/fbdev/auo_k1901fb.c index 12b9adcb75c5..12b9adcb75c5 100644 --- a/drivers/video/auo_k1901fb.c +++ b/drivers/video/fbdev/auo_k1901fb.c | |||
diff --git a/drivers/video/auo_k190x.c b/drivers/video/fbdev/auo_k190x.c index 8d2499d1cafb..8d2499d1cafb 100644 --- a/drivers/video/auo_k190x.c +++ b/drivers/video/fbdev/auo_k190x.c | |||
diff --git a/drivers/video/auo_k190x.h b/drivers/video/fbdev/auo_k190x.h index e35af1f51b28..e35af1f51b28 100644 --- a/drivers/video/auo_k190x.h +++ b/drivers/video/fbdev/auo_k190x.h | |||
diff --git a/drivers/video/bf537-lq035.c b/drivers/video/fbdev/bf537-lq035.c index a82d2578d976..a82d2578d976 100644 --- a/drivers/video/bf537-lq035.c +++ b/drivers/video/fbdev/bf537-lq035.c | |||
diff --git a/drivers/video/bf54x-lq043fb.c b/drivers/video/fbdev/bf54x-lq043fb.c index e2c42ad8515a..e2c42ad8515a 100644 --- a/drivers/video/bf54x-lq043fb.c +++ b/drivers/video/fbdev/bf54x-lq043fb.c | |||
diff --git a/drivers/video/bfin-lq035q1-fb.c b/drivers/video/fbdev/bfin-lq035q1-fb.c index b594a58ff21d..b594a58ff21d 100644 --- a/drivers/video/bfin-lq035q1-fb.c +++ b/drivers/video/fbdev/bfin-lq035q1-fb.c | |||
diff --git a/drivers/video/bfin-t350mcqb-fb.c b/drivers/video/fbdev/bfin-t350mcqb-fb.c index b5cf1307a3d9..b5cf1307a3d9 100644 --- a/drivers/video/bfin-t350mcqb-fb.c +++ b/drivers/video/fbdev/bfin-t350mcqb-fb.c | |||
diff --git a/drivers/video/bfin_adv7393fb.c b/drivers/video/fbdev/bfin_adv7393fb.c index a54f7f7d763b..a54f7f7d763b 100644 --- a/drivers/video/bfin_adv7393fb.c +++ b/drivers/video/fbdev/bfin_adv7393fb.c | |||
diff --git a/drivers/video/bfin_adv7393fb.h b/drivers/video/fbdev/bfin_adv7393fb.h index cd591b5152a5..cd591b5152a5 100644 --- a/drivers/video/bfin_adv7393fb.h +++ b/drivers/video/fbdev/bfin_adv7393fb.h | |||
diff --git a/drivers/video/broadsheetfb.c b/drivers/video/fbdev/broadsheetfb.c index 8556264b16b7..8556264b16b7 100644 --- a/drivers/video/broadsheetfb.c +++ b/drivers/video/fbdev/broadsheetfb.c | |||
diff --git a/drivers/video/bt431.h b/drivers/video/fbdev/bt431.h index 04e0cfbba538..04e0cfbba538 100644 --- a/drivers/video/bt431.h +++ b/drivers/video/fbdev/bt431.h | |||
diff --git a/drivers/video/bt455.h b/drivers/video/fbdev/bt455.h index 80f61b03e9ae..80f61b03e9ae 100644 --- a/drivers/video/bt455.h +++ b/drivers/video/fbdev/bt455.h | |||
diff --git a/drivers/video/bw2.c b/drivers/video/fbdev/bw2.c index bc123d6947a4..bc123d6947a4 100644 --- a/drivers/video/bw2.c +++ b/drivers/video/fbdev/bw2.c | |||
diff --git a/drivers/video/c2p.h b/drivers/video/fbdev/c2p.h index 6c38d40427d8..6c38d40427d8 100644 --- a/drivers/video/c2p.h +++ b/drivers/video/fbdev/c2p.h | |||
diff --git a/drivers/video/c2p_core.h b/drivers/video/fbdev/c2p_core.h index e1035a865fb9..e1035a865fb9 100644 --- a/drivers/video/c2p_core.h +++ b/drivers/video/fbdev/c2p_core.h | |||
diff --git a/drivers/video/c2p_iplan2.c b/drivers/video/fbdev/c2p_iplan2.c index 19156dc6158c..19156dc6158c 100644 --- a/drivers/video/c2p_iplan2.c +++ b/drivers/video/fbdev/c2p_iplan2.c | |||
diff --git a/drivers/video/c2p_planar.c b/drivers/video/fbdev/c2p_planar.c index ec7ac8526f06..ec7ac8526f06 100644 --- a/drivers/video/c2p_planar.c +++ b/drivers/video/fbdev/c2p_planar.c | |||
diff --git a/drivers/video/carminefb.c b/drivers/video/fbdev/carminefb.c index 65f7c15f5fdb..65f7c15f5fdb 100644 --- a/drivers/video/carminefb.c +++ b/drivers/video/fbdev/carminefb.c | |||
diff --git a/drivers/video/carminefb.h b/drivers/video/fbdev/carminefb.h index 05306de0c6b6..05306de0c6b6 100644 --- a/drivers/video/carminefb.h +++ b/drivers/video/fbdev/carminefb.h | |||
diff --git a/drivers/video/carminefb_regs.h b/drivers/video/fbdev/carminefb_regs.h index 045215600b73..045215600b73 100644 --- a/drivers/video/carminefb_regs.h +++ b/drivers/video/fbdev/carminefb_regs.h | |||
diff --git a/drivers/video/cfbcopyarea.c b/drivers/video/fbdev/cfbcopyarea.c index bcb57235fcc7..bcb57235fcc7 100644 --- a/drivers/video/cfbcopyarea.c +++ b/drivers/video/fbdev/cfbcopyarea.c | |||
diff --git a/drivers/video/cfbfillrect.c b/drivers/video/fbdev/cfbfillrect.c index ba9f58b2a5e8..ba9f58b2a5e8 100644 --- a/drivers/video/cfbfillrect.c +++ b/drivers/video/fbdev/cfbfillrect.c | |||
diff --git a/drivers/video/cfbimgblt.c b/drivers/video/fbdev/cfbimgblt.c index a2bb276a8b24..a2bb276a8b24 100644 --- a/drivers/video/cfbimgblt.c +++ b/drivers/video/fbdev/cfbimgblt.c | |||
diff --git a/drivers/video/cg14.c b/drivers/video/fbdev/cg14.c index c79745b136bb..c79745b136bb 100644 --- a/drivers/video/cg14.c +++ b/drivers/video/fbdev/cg14.c | |||
diff --git a/drivers/video/cg3.c b/drivers/video/fbdev/cg3.c index 64a89d5747ed..64a89d5747ed 100644 --- a/drivers/video/cg3.c +++ b/drivers/video/fbdev/cg3.c | |||
diff --git a/drivers/video/cg6.c b/drivers/video/fbdev/cg6.c index 70781fea092a..70781fea092a 100644 --- a/drivers/video/cg6.c +++ b/drivers/video/fbdev/cg6.c | |||
diff --git a/drivers/video/chipsfb.c b/drivers/video/fbdev/chipsfb.c index 206a66b61072..206a66b61072 100644 --- a/drivers/video/chipsfb.c +++ b/drivers/video/fbdev/chipsfb.c | |||
diff --git a/drivers/video/cirrusfb.c b/drivers/video/fbdev/cirrusfb.c index d992aa5eb3f0..d992aa5eb3f0 100644 --- a/drivers/video/cirrusfb.c +++ b/drivers/video/fbdev/cirrusfb.c | |||
diff --git a/drivers/video/clps711xfb.c b/drivers/video/fbdev/clps711xfb.c index f00980607b8f..f00980607b8f 100644 --- a/drivers/video/clps711xfb.c +++ b/drivers/video/fbdev/clps711xfb.c | |||
diff --git a/drivers/video/cobalt_lcdfb.c b/drivers/video/fbdev/cobalt_lcdfb.c index d5533f4db1cf..d5533f4db1cf 100644 --- a/drivers/video/cobalt_lcdfb.c +++ b/drivers/video/fbdev/cobalt_lcdfb.c | |||
diff --git a/drivers/video/controlfb.c b/drivers/video/fbdev/controlfb.c index fdadef979238..fdadef979238 100644 --- a/drivers/video/controlfb.c +++ b/drivers/video/fbdev/controlfb.c | |||
diff --git a/drivers/video/controlfb.h b/drivers/video/fbdev/controlfb.h index 6026c60fc100..6026c60fc100 100644 --- a/drivers/video/controlfb.h +++ b/drivers/video/fbdev/controlfb.h | |||
diff --git a/drivers/video/cyber2000fb.c b/drivers/video/fbdev/cyber2000fb.c index b0a950f36970..b0a950f36970 100644 --- a/drivers/video/cyber2000fb.c +++ b/drivers/video/fbdev/cyber2000fb.c | |||
diff --git a/drivers/video/cyber2000fb.h b/drivers/video/fbdev/cyber2000fb.h index bad69102e774..bad69102e774 100644 --- a/drivers/video/cyber2000fb.h +++ b/drivers/video/fbdev/cyber2000fb.h | |||
diff --git a/drivers/video/da8xx-fb.c b/drivers/video/fbdev/da8xx-fb.c index 6b23508ff0a5..6b23508ff0a5 100644 --- a/drivers/video/da8xx-fb.c +++ b/drivers/video/fbdev/da8xx-fb.c | |||
diff --git a/drivers/video/dnfb.c b/drivers/video/fbdev/dnfb.c index 3526899da61b..3526899da61b 100644 --- a/drivers/video/dnfb.c +++ b/drivers/video/fbdev/dnfb.c | |||
diff --git a/drivers/video/edid.h b/drivers/video/fbdev/edid.h index d03a232d90b2..d03a232d90b2 100644 --- a/drivers/video/edid.h +++ b/drivers/video/fbdev/edid.h | |||
diff --git a/drivers/video/efifb.c b/drivers/video/fbdev/efifb.c index ae9618ff6735..ae9618ff6735 100644 --- a/drivers/video/efifb.c +++ b/drivers/video/fbdev/efifb.c | |||
diff --git a/drivers/video/ep93xx-fb.c b/drivers/video/fbdev/ep93xx-fb.c index 35a0f533f1a2..35a0f533f1a2 100644 --- a/drivers/video/ep93xx-fb.c +++ b/drivers/video/fbdev/ep93xx-fb.c | |||
diff --git a/drivers/video/exynos/Kconfig b/drivers/video/fbdev/exynos/Kconfig index fcf2d48ac6d1..fcf2d48ac6d1 100644 --- a/drivers/video/exynos/Kconfig +++ b/drivers/video/fbdev/exynos/Kconfig | |||
diff --git a/drivers/video/exynos/Makefile b/drivers/video/fbdev/exynos/Makefile index b5b1bd228abb..b5b1bd228abb 100644 --- a/drivers/video/exynos/Makefile +++ b/drivers/video/fbdev/exynos/Makefile | |||
diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/fbdev/exynos/exynos_mipi_dsi.c index cee9602f9a7b..cee9602f9a7b 100644 --- a/drivers/video/exynos/exynos_mipi_dsi.c +++ b/drivers/video/fbdev/exynos/exynos_mipi_dsi.c | |||
diff --git a/drivers/video/exynos/exynos_mipi_dsi_common.c b/drivers/video/fbdev/exynos/exynos_mipi_dsi_common.c index 85edabfdef5a..85edabfdef5a 100644 --- a/drivers/video/exynos/exynos_mipi_dsi_common.c +++ b/drivers/video/fbdev/exynos/exynos_mipi_dsi_common.c | |||
diff --git a/drivers/video/exynos/exynos_mipi_dsi_common.h b/drivers/video/fbdev/exynos/exynos_mipi_dsi_common.h index 412552274df3..412552274df3 100644 --- a/drivers/video/exynos/exynos_mipi_dsi_common.h +++ b/drivers/video/fbdev/exynos/exynos_mipi_dsi_common.h | |||
diff --git a/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c b/drivers/video/fbdev/exynos/exynos_mipi_dsi_lowlevel.c index c148d06540c1..c148d06540c1 100644 --- a/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c +++ b/drivers/video/fbdev/exynos/exynos_mipi_dsi_lowlevel.c | |||
diff --git a/drivers/video/exynos/exynos_mipi_dsi_lowlevel.h b/drivers/video/fbdev/exynos/exynos_mipi_dsi_lowlevel.h index 85460701c7ea..85460701c7ea 100644 --- a/drivers/video/exynos/exynos_mipi_dsi_lowlevel.h +++ b/drivers/video/fbdev/exynos/exynos_mipi_dsi_lowlevel.h | |||
diff --git a/drivers/video/exynos/exynos_mipi_dsi_regs.h b/drivers/video/fbdev/exynos/exynos_mipi_dsi_regs.h index 4227106d3fd0..4227106d3fd0 100644 --- a/drivers/video/exynos/exynos_mipi_dsi_regs.h +++ b/drivers/video/fbdev/exynos/exynos_mipi_dsi_regs.h | |||
diff --git a/drivers/video/exynos/s6e8ax0.c b/drivers/video/fbdev/exynos/s6e8ax0.c index 29e70ed3f154..29e70ed3f154 100644 --- a/drivers/video/exynos/s6e8ax0.c +++ b/drivers/video/fbdev/exynos/s6e8ax0.c | |||
diff --git a/drivers/video/fb-puv3.c b/drivers/video/fbdev/fb-puv3.c index 6db9ebd042a3..6db9ebd042a3 100644 --- a/drivers/video/fb-puv3.c +++ b/drivers/video/fbdev/fb-puv3.c | |||
diff --git a/drivers/video/fb_ddc.c b/drivers/video/fbdev/fb_ddc.c index 2b106f046fde..2b106f046fde 100644 --- a/drivers/video/fb_ddc.c +++ b/drivers/video/fbdev/fb_ddc.c | |||
diff --git a/drivers/video/fb_defio.c b/drivers/video/fbdev/fb_defio.c index 900aa4ecd617..900aa4ecd617 100644 --- a/drivers/video/fb_defio.c +++ b/drivers/video/fbdev/fb_defio.c | |||
diff --git a/drivers/video/fb_draw.h b/drivers/video/fbdev/fb_draw.h index 624ee115f129..624ee115f129 100644 --- a/drivers/video/fb_draw.h +++ b/drivers/video/fbdev/fb_draw.h | |||
diff --git a/drivers/video/fb_notify.c b/drivers/video/fbdev/fb_notify.c index 74c2da528884..74c2da528884 100644 --- a/drivers/video/fb_notify.c +++ b/drivers/video/fbdev/fb_notify.c | |||
diff --git a/drivers/video/fb_sys_fops.c b/drivers/video/fbdev/fb_sys_fops.c index ff275d7f3eaf..ff275d7f3eaf 100644 --- a/drivers/video/fb_sys_fops.c +++ b/drivers/video/fbdev/fb_sys_fops.c | |||
diff --git a/drivers/video/fbcmap.c b/drivers/video/fbdev/fbcmap.c index f89245b8ba8e..f89245b8ba8e 100644 --- a/drivers/video/fbcmap.c +++ b/drivers/video/fbdev/fbcmap.c | |||
diff --git a/drivers/video/fbcvt.c b/drivers/video/fbdev/fbcvt.c index 7cb715dfc0e1..7cb715dfc0e1 100644 --- a/drivers/video/fbcvt.c +++ b/drivers/video/fbdev/fbcvt.c | |||
diff --git a/drivers/video/fbmem.c b/drivers/video/fbdev/fbmem.c index b6d5008f361f..b6d5008f361f 100644 --- a/drivers/video/fbmem.c +++ b/drivers/video/fbdev/fbmem.c | |||
diff --git a/drivers/video/fbmon.c b/drivers/video/fbdev/fbmon.c index 6103fa6fb54f..6103fa6fb54f 100644 --- a/drivers/video/fbmon.c +++ b/drivers/video/fbdev/fbmon.c | |||
diff --git a/drivers/video/fbsysfs.c b/drivers/video/fbdev/fbsysfs.c index 53444ac19fe0..53444ac19fe0 100644 --- a/drivers/video/fbsysfs.c +++ b/drivers/video/fbdev/fbsysfs.c | |||
diff --git a/drivers/video/ffb.c b/drivers/video/fbdev/ffb.c index 4c4ffa61ae26..4c4ffa61ae26 100644 --- a/drivers/video/ffb.c +++ b/drivers/video/fbdev/ffb.c | |||
diff --git a/drivers/video/fm2fb.c b/drivers/video/fbdev/fm2fb.c index e69d47af9932..e69d47af9932 100644 --- a/drivers/video/fm2fb.c +++ b/drivers/video/fbdev/fm2fb.c | |||
diff --git a/drivers/video/fsl-diu-fb.c b/drivers/video/fbdev/fsl-diu-fb.c index e8758b9c3bcc..e8758b9c3bcc 100644 --- a/drivers/video/fsl-diu-fb.c +++ b/drivers/video/fbdev/fsl-diu-fb.c | |||
diff --git a/drivers/video/g364fb.c b/drivers/video/fbdev/g364fb.c index 223896cc5f7d..223896cc5f7d 100644 --- a/drivers/video/g364fb.c +++ b/drivers/video/fbdev/g364fb.c | |||
diff --git a/drivers/video/gbefb.c b/drivers/video/fbdev/gbefb.c index 3ec65a878ac8..3ec65a878ac8 100644 --- a/drivers/video/gbefb.c +++ b/drivers/video/fbdev/gbefb.c | |||
diff --git a/drivers/video/geode/Kconfig b/drivers/video/fbdev/geode/Kconfig index 1e8555284786..1e8555284786 100644 --- a/drivers/video/geode/Kconfig +++ b/drivers/video/fbdev/geode/Kconfig | |||
diff --git a/drivers/video/geode/Makefile b/drivers/video/fbdev/geode/Makefile index 5c98da126883..5c98da126883 100644 --- a/drivers/video/geode/Makefile +++ b/drivers/video/fbdev/geode/Makefile | |||
diff --git a/drivers/video/geode/display_gx.c b/drivers/video/fbdev/geode/display_gx.c index f0af911a096d..f0af911a096d 100644 --- a/drivers/video/geode/display_gx.c +++ b/drivers/video/fbdev/geode/display_gx.c | |||
diff --git a/drivers/video/geode/display_gx1.c b/drivers/video/fbdev/geode/display_gx1.c index 926d53eeb549..926d53eeb549 100644 --- a/drivers/video/geode/display_gx1.c +++ b/drivers/video/fbdev/geode/display_gx1.c | |||
diff --git a/drivers/video/geode/display_gx1.h b/drivers/video/fbdev/geode/display_gx1.h index 671c05558c79..671c05558c79 100644 --- a/drivers/video/geode/display_gx1.h +++ b/drivers/video/fbdev/geode/display_gx1.h | |||
diff --git a/drivers/video/geode/geodefb.h b/drivers/video/fbdev/geode/geodefb.h index ae04820e0c57..ae04820e0c57 100644 --- a/drivers/video/geode/geodefb.h +++ b/drivers/video/fbdev/geode/geodefb.h | |||
diff --git a/drivers/video/geode/gx1fb_core.c b/drivers/video/fbdev/geode/gx1fb_core.c index 2794ba11f332..2794ba11f332 100644 --- a/drivers/video/geode/gx1fb_core.c +++ b/drivers/video/fbdev/geode/gx1fb_core.c | |||
diff --git a/drivers/video/geode/gxfb.h b/drivers/video/fbdev/geode/gxfb.h index d19e9378b0c0..d19e9378b0c0 100644 --- a/drivers/video/geode/gxfb.h +++ b/drivers/video/fbdev/geode/gxfb.h | |||
diff --git a/drivers/video/geode/gxfb_core.c b/drivers/video/fbdev/geode/gxfb_core.c index 1790f14bab15..1790f14bab15 100644 --- a/drivers/video/geode/gxfb_core.c +++ b/drivers/video/fbdev/geode/gxfb_core.c | |||
diff --git a/drivers/video/geode/lxfb.h b/drivers/video/fbdev/geode/lxfb.h index cfcd8090f313..cfcd8090f313 100644 --- a/drivers/video/geode/lxfb.h +++ b/drivers/video/fbdev/geode/lxfb.h | |||
diff --git a/drivers/video/geode/lxfb_core.c b/drivers/video/fbdev/geode/lxfb_core.c index 9e1d19d673a1..9e1d19d673a1 100644 --- a/drivers/video/geode/lxfb_core.c +++ b/drivers/video/fbdev/geode/lxfb_core.c | |||
diff --git a/drivers/video/geode/lxfb_ops.c b/drivers/video/fbdev/geode/lxfb_ops.c index 79e9abc72b83..79e9abc72b83 100644 --- a/drivers/video/geode/lxfb_ops.c +++ b/drivers/video/fbdev/geode/lxfb_ops.c | |||
diff --git a/drivers/video/geode/suspend_gx.c b/drivers/video/fbdev/geode/suspend_gx.c index 1bb043d70c64..1bb043d70c64 100644 --- a/drivers/video/geode/suspend_gx.c +++ b/drivers/video/fbdev/geode/suspend_gx.c | |||
diff --git a/drivers/video/geode/video_cs5530.c b/drivers/video/fbdev/geode/video_cs5530.c index 649c3943d431..649c3943d431 100644 --- a/drivers/video/geode/video_cs5530.c +++ b/drivers/video/fbdev/geode/video_cs5530.c | |||
diff --git a/drivers/video/geode/video_cs5530.h b/drivers/video/fbdev/geode/video_cs5530.h index 56cecca7f1ce..56cecca7f1ce 100644 --- a/drivers/video/geode/video_cs5530.h +++ b/drivers/video/fbdev/geode/video_cs5530.h | |||
diff --git a/drivers/video/geode/video_gx.c b/drivers/video/fbdev/geode/video_gx.c index 6082f653c68a..6082f653c68a 100644 --- a/drivers/video/geode/video_gx.c +++ b/drivers/video/fbdev/geode/video_gx.c | |||
diff --git a/drivers/video/goldfishfb.c b/drivers/video/fbdev/goldfishfb.c index 7f6c9e6cfc6c..7f6c9e6cfc6c 100644 --- a/drivers/video/goldfishfb.c +++ b/drivers/video/fbdev/goldfishfb.c | |||
diff --git a/drivers/video/grvga.c b/drivers/video/fbdev/grvga.c index c078701f15f6..c078701f15f6 100644 --- a/drivers/video/grvga.c +++ b/drivers/video/fbdev/grvga.c | |||
diff --git a/drivers/video/gxt4500.c b/drivers/video/fbdev/gxt4500.c index 135d78a02588..135d78a02588 100644 --- a/drivers/video/gxt4500.c +++ b/drivers/video/fbdev/gxt4500.c | |||
diff --git a/drivers/video/hecubafb.c b/drivers/video/fbdev/hecubafb.c index f64120ec9192..f64120ec9192 100644 --- a/drivers/video/hecubafb.c +++ b/drivers/video/fbdev/hecubafb.c | |||
diff --git a/drivers/video/hgafb.c b/drivers/video/fbdev/hgafb.c index 5ff9fe2116a4..5ff9fe2116a4 100644 --- a/drivers/video/hgafb.c +++ b/drivers/video/fbdev/hgafb.c | |||
diff --git a/drivers/video/hitfb.c b/drivers/video/fbdev/hitfb.c index a648d5186c6e..a648d5186c6e 100644 --- a/drivers/video/hitfb.c +++ b/drivers/video/fbdev/hitfb.c | |||
diff --git a/drivers/video/hpfb.c b/drivers/video/fbdev/hpfb.c index a1b7e5fa9b09..a1b7e5fa9b09 100644 --- a/drivers/video/hpfb.c +++ b/drivers/video/fbdev/hpfb.c | |||
diff --git a/drivers/video/hyperv_fb.c b/drivers/video/fbdev/hyperv_fb.c index e23392ec5af3..e23392ec5af3 100644 --- a/drivers/video/hyperv_fb.c +++ b/drivers/video/fbdev/hyperv_fb.c | |||
diff --git a/drivers/video/i740_reg.h b/drivers/video/fbdev/i740_reg.h index 91bac76549d7..91bac76549d7 100644 --- a/drivers/video/i740_reg.h +++ b/drivers/video/fbdev/i740_reg.h | |||
diff --git a/drivers/video/i740fb.c b/drivers/video/fbdev/i740fb.c index ca7c9df193b0..ca7c9df193b0 100644 --- a/drivers/video/i740fb.c +++ b/drivers/video/fbdev/i740fb.c | |||
diff --git a/drivers/video/i810/Makefile b/drivers/video/fbdev/i810/Makefile index 96e08c8ded97..96e08c8ded97 100644 --- a/drivers/video/i810/Makefile +++ b/drivers/video/fbdev/i810/Makefile | |||
diff --git a/drivers/video/i810/i810-i2c.c b/drivers/video/fbdev/i810/i810-i2c.c index 7db17d0d8a8c..7db17d0d8a8c 100644 --- a/drivers/video/i810/i810-i2c.c +++ b/drivers/video/fbdev/i810/i810-i2c.c | |||
diff --git a/drivers/video/i810/i810.h b/drivers/video/fbdev/i810/i810.h index 1414b73ac55b..1414b73ac55b 100644 --- a/drivers/video/i810/i810.h +++ b/drivers/video/fbdev/i810/i810.h | |||
diff --git a/drivers/video/i810/i810_accel.c b/drivers/video/fbdev/i810/i810_accel.c index 7672d2ea9b35..7672d2ea9b35 100644 --- a/drivers/video/i810/i810_accel.c +++ b/drivers/video/fbdev/i810/i810_accel.c | |||
diff --git a/drivers/video/i810/i810_dvt.c b/drivers/video/fbdev/i810/i810_dvt.c index b4b3670667ab..b4b3670667ab 100644 --- a/drivers/video/i810/i810_dvt.c +++ b/drivers/video/fbdev/i810/i810_dvt.c | |||
diff --git a/drivers/video/i810/i810_gtf.c b/drivers/video/fbdev/i810/i810_gtf.c index 9743d51e7f8c..9743d51e7f8c 100644 --- a/drivers/video/i810/i810_gtf.c +++ b/drivers/video/fbdev/i810/i810_gtf.c | |||
diff --git a/drivers/video/i810/i810_main.c b/drivers/video/fbdev/i810/i810_main.c index bb674e431741..bb674e431741 100644 --- a/drivers/video/i810/i810_main.c +++ b/drivers/video/fbdev/i810/i810_main.c | |||
diff --git a/drivers/video/i810/i810_main.h b/drivers/video/fbdev/i810/i810_main.h index a25afaa534ba..a25afaa534ba 100644 --- a/drivers/video/i810/i810_main.h +++ b/drivers/video/fbdev/i810/i810_main.h | |||
diff --git a/drivers/video/i810/i810_regs.h b/drivers/video/fbdev/i810/i810_regs.h index 91c6bd9d0d0d..91c6bd9d0d0d 100644 --- a/drivers/video/i810/i810_regs.h +++ b/drivers/video/fbdev/i810/i810_regs.h | |||
diff --git a/drivers/video/igafb.c b/drivers/video/fbdev/igafb.c index 486f18897414..486f18897414 100644 --- a/drivers/video/igafb.c +++ b/drivers/video/fbdev/igafb.c | |||
diff --git a/drivers/video/imsttfb.c b/drivers/video/fbdev/imsttfb.c index aae10ce74f14..aae10ce74f14 100644 --- a/drivers/video/imsttfb.c +++ b/drivers/video/fbdev/imsttfb.c | |||
diff --git a/drivers/video/imxfb.c b/drivers/video/fbdev/imxfb.c index f6e621684953..f6e621684953 100644 --- a/drivers/video/imxfb.c +++ b/drivers/video/fbdev/imxfb.c | |||
diff --git a/drivers/video/intelfb/Makefile b/drivers/video/fbdev/intelfb/Makefile index f7d631ebee8e..f7d631ebee8e 100644 --- a/drivers/video/intelfb/Makefile +++ b/drivers/video/fbdev/intelfb/Makefile | |||
diff --git a/drivers/video/intelfb/intelfb.h b/drivers/video/fbdev/intelfb/intelfb.h index 6b51175629c7..6b51175629c7 100644 --- a/drivers/video/intelfb/intelfb.h +++ b/drivers/video/fbdev/intelfb/intelfb.h | |||
diff --git a/drivers/video/intelfb/intelfb_i2c.c b/drivers/video/fbdev/intelfb/intelfb_i2c.c index 3300bd31d9d7..3300bd31d9d7 100644 --- a/drivers/video/intelfb/intelfb_i2c.c +++ b/drivers/video/fbdev/intelfb/intelfb_i2c.c | |||
diff --git a/drivers/video/intelfb/intelfbdrv.c b/drivers/video/fbdev/intelfb/intelfbdrv.c index b847d530471a..b847d530471a 100644 --- a/drivers/video/intelfb/intelfbdrv.c +++ b/drivers/video/fbdev/intelfb/intelfbdrv.c | |||
diff --git a/drivers/video/intelfb/intelfbhw.c b/drivers/video/fbdev/intelfb/intelfbhw.c index fbad61da359f..fbad61da359f 100644 --- a/drivers/video/intelfb/intelfbhw.c +++ b/drivers/video/fbdev/intelfb/intelfbhw.c | |||
diff --git a/drivers/video/intelfb/intelfbhw.h b/drivers/video/fbdev/intelfb/intelfbhw.h index 216ca20f259f..216ca20f259f 100644 --- a/drivers/video/intelfb/intelfbhw.h +++ b/drivers/video/fbdev/intelfb/intelfbhw.h | |||
diff --git a/drivers/video/jz4740_fb.c b/drivers/video/fbdev/jz4740_fb.c index 87790e9644d0..87790e9644d0 100644 --- a/drivers/video/jz4740_fb.c +++ b/drivers/video/fbdev/jz4740_fb.c | |||
diff --git a/drivers/video/kyro/Makefile b/drivers/video/fbdev/kyro/Makefile index 2fd66f551bae..2fd66f551bae 100644 --- a/drivers/video/kyro/Makefile +++ b/drivers/video/fbdev/kyro/Makefile | |||
diff --git a/drivers/video/kyro/STG4000InitDevice.c b/drivers/video/fbdev/kyro/STG4000InitDevice.c index 1d3f2080aa6f..1d3f2080aa6f 100644 --- a/drivers/video/kyro/STG4000InitDevice.c +++ b/drivers/video/fbdev/kyro/STG4000InitDevice.c | |||
diff --git a/drivers/video/kyro/STG4000Interface.h b/drivers/video/fbdev/kyro/STG4000Interface.h index b7c83d5dfb13..b7c83d5dfb13 100644 --- a/drivers/video/kyro/STG4000Interface.h +++ b/drivers/video/fbdev/kyro/STG4000Interface.h | |||
diff --git a/drivers/video/kyro/STG4000OverlayDevice.c b/drivers/video/fbdev/kyro/STG4000OverlayDevice.c index 0aeeaa10708b..0aeeaa10708b 100644 --- a/drivers/video/kyro/STG4000OverlayDevice.c +++ b/drivers/video/fbdev/kyro/STG4000OverlayDevice.c | |||
diff --git a/drivers/video/kyro/STG4000Ramdac.c b/drivers/video/fbdev/kyro/STG4000Ramdac.c index e6ad037e4396..e6ad037e4396 100644 --- a/drivers/video/kyro/STG4000Ramdac.c +++ b/drivers/video/fbdev/kyro/STG4000Ramdac.c | |||
diff --git a/drivers/video/kyro/STG4000Reg.h b/drivers/video/fbdev/kyro/STG4000Reg.h index 50f4670e9252..50f4670e9252 100644 --- a/drivers/video/kyro/STG4000Reg.h +++ b/drivers/video/fbdev/kyro/STG4000Reg.h | |||
diff --git a/drivers/video/kyro/STG4000VTG.c b/drivers/video/fbdev/kyro/STG4000VTG.c index bd389709d234..bd389709d234 100644 --- a/drivers/video/kyro/STG4000VTG.c +++ b/drivers/video/fbdev/kyro/STG4000VTG.c | |||
diff --git a/drivers/video/kyro/fbdev.c b/drivers/video/fbdev/kyro/fbdev.c index 65041e15fd59..65041e15fd59 100644 --- a/drivers/video/kyro/fbdev.c +++ b/drivers/video/fbdev/kyro/fbdev.c | |||
diff --git a/drivers/video/leo.c b/drivers/video/fbdev/leo.c index 2c7f7d479fe2..2c7f7d479fe2 100644 --- a/drivers/video/leo.c +++ b/drivers/video/fbdev/leo.c | |||
diff --git a/drivers/video/macfb.c b/drivers/video/fbdev/macfb.c index cda7587cbc86..cda7587cbc86 100644 --- a/drivers/video/macfb.c +++ b/drivers/video/fbdev/macfb.c | |||
diff --git a/drivers/video/macmodes.c b/drivers/video/fbdev/macmodes.c index af86c081d2be..af86c081d2be 100644 --- a/drivers/video/macmodes.c +++ b/drivers/video/fbdev/macmodes.c | |||
diff --git a/drivers/video/macmodes.h b/drivers/video/fbdev/macmodes.h index b86ba08aac9e..b86ba08aac9e 100644 --- a/drivers/video/macmodes.h +++ b/drivers/video/fbdev/macmodes.h | |||
diff --git a/drivers/video/matrox/Makefile b/drivers/video/fbdev/matrox/Makefile index f9c00ebe2530..f9c00ebe2530 100644 --- a/drivers/video/matrox/Makefile +++ b/drivers/video/fbdev/matrox/Makefile | |||
diff --git a/drivers/video/matrox/g450_pll.c b/drivers/video/fbdev/matrox/g450_pll.c index c15f8a57498e..c15f8a57498e 100644 --- a/drivers/video/matrox/g450_pll.c +++ b/drivers/video/fbdev/matrox/g450_pll.c | |||
diff --git a/drivers/video/matrox/g450_pll.h b/drivers/video/fbdev/matrox/g450_pll.h index aac615d18440..aac615d18440 100644 --- a/drivers/video/matrox/g450_pll.h +++ b/drivers/video/fbdev/matrox/g450_pll.h | |||
diff --git a/drivers/video/matrox/i2c-matroxfb.c b/drivers/video/fbdev/matrox/i2c-matroxfb.c index 0fb280ead3dc..0fb280ead3dc 100644 --- a/drivers/video/matrox/i2c-matroxfb.c +++ b/drivers/video/fbdev/matrox/i2c-matroxfb.c | |||
diff --git a/drivers/video/matrox/matroxfb_DAC1064.c b/drivers/video/fbdev/matrox/matroxfb_DAC1064.c index a01147fdf270..a01147fdf270 100644 --- a/drivers/video/matrox/matroxfb_DAC1064.c +++ b/drivers/video/fbdev/matrox/matroxfb_DAC1064.c | |||
diff --git a/drivers/video/matrox/matroxfb_DAC1064.h b/drivers/video/fbdev/matrox/matroxfb_DAC1064.h index 1e6e45b57b78..1e6e45b57b78 100644 --- a/drivers/video/matrox/matroxfb_DAC1064.h +++ b/drivers/video/fbdev/matrox/matroxfb_DAC1064.h | |||
diff --git a/drivers/video/matrox/matroxfb_Ti3026.c b/drivers/video/fbdev/matrox/matroxfb_Ti3026.c index 195ad7cac1ba..195ad7cac1ba 100644 --- a/drivers/video/matrox/matroxfb_Ti3026.c +++ b/drivers/video/fbdev/matrox/matroxfb_Ti3026.c | |||
diff --git a/drivers/video/matrox/matroxfb_Ti3026.h b/drivers/video/fbdev/matrox/matroxfb_Ti3026.h index 27872aaa0a17..27872aaa0a17 100644 --- a/drivers/video/matrox/matroxfb_Ti3026.h +++ b/drivers/video/fbdev/matrox/matroxfb_Ti3026.h | |||
diff --git a/drivers/video/matrox/matroxfb_accel.c b/drivers/video/fbdev/matrox/matroxfb_accel.c index 0d5cb85d071a..0d5cb85d071a 100644 --- a/drivers/video/matrox/matroxfb_accel.c +++ b/drivers/video/fbdev/matrox/matroxfb_accel.c | |||
diff --git a/drivers/video/matrox/matroxfb_accel.h b/drivers/video/fbdev/matrox/matroxfb_accel.h index 1e418e62c22d..1e418e62c22d 100644 --- a/drivers/video/matrox/matroxfb_accel.h +++ b/drivers/video/fbdev/matrox/matroxfb_accel.h | |||
diff --git a/drivers/video/matrox/matroxfb_base.c b/drivers/video/fbdev/matrox/matroxfb_base.c index 7116c5309c7d..7116c5309c7d 100644 --- a/drivers/video/matrox/matroxfb_base.c +++ b/drivers/video/fbdev/matrox/matroxfb_base.c | |||
diff --git a/drivers/video/matrox/matroxfb_base.h b/drivers/video/fbdev/matrox/matroxfb_base.h index 556d96ce40bf..556d96ce40bf 100644 --- a/drivers/video/matrox/matroxfb_base.h +++ b/drivers/video/fbdev/matrox/matroxfb_base.h | |||
diff --git a/drivers/video/matrox/matroxfb_crtc2.c b/drivers/video/fbdev/matrox/matroxfb_crtc2.c index 02796a4317a9..02796a4317a9 100644 --- a/drivers/video/matrox/matroxfb_crtc2.c +++ b/drivers/video/fbdev/matrox/matroxfb_crtc2.c | |||
diff --git a/drivers/video/matrox/matroxfb_crtc2.h b/drivers/video/fbdev/matrox/matroxfb_crtc2.h index 1005582e843e..1005582e843e 100644 --- a/drivers/video/matrox/matroxfb_crtc2.h +++ b/drivers/video/fbdev/matrox/matroxfb_crtc2.h | |||
diff --git a/drivers/video/matrox/matroxfb_g450.c b/drivers/video/fbdev/matrox/matroxfb_g450.c index cff0546ea6fd..cff0546ea6fd 100644 --- a/drivers/video/matrox/matroxfb_g450.c +++ b/drivers/video/fbdev/matrox/matroxfb_g450.c | |||
diff --git a/drivers/video/matrox/matroxfb_g450.h b/drivers/video/fbdev/matrox/matroxfb_g450.h index 3a3e654444b8..3a3e654444b8 100644 --- a/drivers/video/matrox/matroxfb_g450.h +++ b/drivers/video/fbdev/matrox/matroxfb_g450.h | |||
diff --git a/drivers/video/matrox/matroxfb_maven.c b/drivers/video/fbdev/matrox/matroxfb_maven.c index ee41a0f276b2..ee41a0f276b2 100644 --- a/drivers/video/matrox/matroxfb_maven.c +++ b/drivers/video/fbdev/matrox/matroxfb_maven.c | |||
diff --git a/drivers/video/matrox/matroxfb_maven.h b/drivers/video/fbdev/matrox/matroxfb_maven.h index 99eddec9f30c..99eddec9f30c 100644 --- a/drivers/video/matrox/matroxfb_maven.h +++ b/drivers/video/fbdev/matrox/matroxfb_maven.h | |||
diff --git a/drivers/video/matrox/matroxfb_misc.c b/drivers/video/fbdev/matrox/matroxfb_misc.c index 9948ca2a3046..9948ca2a3046 100644 --- a/drivers/video/matrox/matroxfb_misc.c +++ b/drivers/video/fbdev/matrox/matroxfb_misc.c | |||
diff --git a/drivers/video/matrox/matroxfb_misc.h b/drivers/video/fbdev/matrox/matroxfb_misc.h index 351c823f1f74..351c823f1f74 100644 --- a/drivers/video/matrox/matroxfb_misc.h +++ b/drivers/video/fbdev/matrox/matroxfb_misc.h | |||
diff --git a/drivers/video/maxinefb.c b/drivers/video/fbdev/maxinefb.c index 5cf52d3c8e75..5cf52d3c8e75 100644 --- a/drivers/video/maxinefb.c +++ b/drivers/video/fbdev/maxinefb.c | |||
diff --git a/drivers/video/mb862xx/Makefile b/drivers/video/fbdev/mb862xx/Makefile index 5707ed0e31a7..5707ed0e31a7 100644 --- a/drivers/video/mb862xx/Makefile +++ b/drivers/video/fbdev/mb862xx/Makefile | |||
diff --git a/drivers/video/mb862xx/mb862xx-i2c.c b/drivers/video/fbdev/mb862xx/mb862xx-i2c.c index c87e17afb3e2..c87e17afb3e2 100644 --- a/drivers/video/mb862xx/mb862xx-i2c.c +++ b/drivers/video/fbdev/mb862xx/mb862xx-i2c.c | |||
diff --git a/drivers/video/mb862xx/mb862xx_reg.h b/drivers/video/fbdev/mb862xx/mb862xx_reg.h index 9df48b8edc94..9df48b8edc94 100644 --- a/drivers/video/mb862xx/mb862xx_reg.h +++ b/drivers/video/fbdev/mb862xx/mb862xx_reg.h | |||
diff --git a/drivers/video/mb862xx/mb862xxfb.h b/drivers/video/fbdev/mb862xx/mb862xxfb.h index 8550630c1e01..8550630c1e01 100644 --- a/drivers/video/mb862xx/mb862xxfb.h +++ b/drivers/video/fbdev/mb862xx/mb862xxfb.h | |||
diff --git a/drivers/video/mb862xx/mb862xxfb_accel.c b/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c index fe92eed6da70..fe92eed6da70 100644 --- a/drivers/video/mb862xx/mb862xxfb_accel.c +++ b/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | |||
diff --git a/drivers/video/mb862xx/mb862xxfb_accel.h b/drivers/video/fbdev/mb862xx/mb862xxfb_accel.h index 96a2dfef0f60..96a2dfef0f60 100644 --- a/drivers/video/mb862xx/mb862xxfb_accel.h +++ b/drivers/video/fbdev/mb862xx/mb862xxfb_accel.h | |||
diff --git a/drivers/video/mb862xx/mb862xxfbdrv.c b/drivers/video/fbdev/mb862xx/mb862xxfbdrv.c index 0cd4c3318511..0cd4c3318511 100644 --- a/drivers/video/mb862xx/mb862xxfbdrv.c +++ b/drivers/video/fbdev/mb862xx/mb862xxfbdrv.c | |||
diff --git a/drivers/video/mbx/Makefile b/drivers/video/fbdev/mbx/Makefile index 16c1165cf9c7..16c1165cf9c7 100644 --- a/drivers/video/mbx/Makefile +++ b/drivers/video/fbdev/mbx/Makefile | |||
diff --git a/drivers/video/mbx/mbxdebugfs.c b/drivers/video/fbdev/mbx/mbxdebugfs.c index 4449f249b0e7..4449f249b0e7 100644 --- a/drivers/video/mbx/mbxdebugfs.c +++ b/drivers/video/fbdev/mbx/mbxdebugfs.c | |||
diff --git a/drivers/video/mbx/mbxfb.c b/drivers/video/fbdev/mbx/mbxfb.c index f0a5392f5fd3..f0a5392f5fd3 100644 --- a/drivers/video/mbx/mbxfb.c +++ b/drivers/video/fbdev/mbx/mbxfb.c | |||
diff --git a/drivers/video/mbx/reg_bits.h b/drivers/video/fbdev/mbx/reg_bits.h index 5f14b4befd71..5f14b4befd71 100644 --- a/drivers/video/mbx/reg_bits.h +++ b/drivers/video/fbdev/mbx/reg_bits.h | |||
diff --git a/drivers/video/mbx/regs.h b/drivers/video/fbdev/mbx/regs.h index 063099d48839..063099d48839 100644 --- a/drivers/video/mbx/regs.h +++ b/drivers/video/fbdev/mbx/regs.h | |||
diff --git a/drivers/video/metronomefb.c b/drivers/video/fbdev/metronomefb.c index 195cc2db4c2c..195cc2db4c2c 100644 --- a/drivers/video/metronomefb.c +++ b/drivers/video/fbdev/metronomefb.c | |||
diff --git a/drivers/video/mmp/Kconfig b/drivers/video/fbdev/mmp/Kconfig index e9ea39e13722..d4a4ffc24749 100644 --- a/drivers/video/mmp/Kconfig +++ b/drivers/video/fbdev/mmp/Kconfig | |||
| @@ -5,7 +5,7 @@ menuconfig MMP_DISP | |||
| 5 | Marvell Display Subsystem support. | 5 | Marvell Display Subsystem support. |
| 6 | 6 | ||
| 7 | if MMP_DISP | 7 | if MMP_DISP |
| 8 | source "drivers/video/mmp/hw/Kconfig" | 8 | source "drivers/video/fbdev/mmp/hw/Kconfig" |
| 9 | source "drivers/video/mmp/panel/Kconfig" | 9 | source "drivers/video/fbdev/mmp/panel/Kconfig" |
| 10 | source "drivers/video/mmp/fb/Kconfig" | 10 | source "drivers/video/fbdev/mmp/fb/Kconfig" |
| 11 | endif | 11 | endif |
diff --git a/drivers/video/mmp/Makefile b/drivers/video/fbdev/mmp/Makefile index a014cb358bf8..a014cb358bf8 100644 --- a/drivers/video/mmp/Makefile +++ b/drivers/video/fbdev/mmp/Makefile | |||
diff --git a/drivers/video/mmp/core.c b/drivers/video/fbdev/mmp/core.c index b563b920f159..b563b920f159 100644 --- a/drivers/video/mmp/core.c +++ b/drivers/video/fbdev/mmp/core.c | |||
diff --git a/drivers/video/mmp/fb/Kconfig b/drivers/video/fbdev/mmp/fb/Kconfig index 9b0141f105f5..9b0141f105f5 100644 --- a/drivers/video/mmp/fb/Kconfig +++ b/drivers/video/fbdev/mmp/fb/Kconfig | |||
diff --git a/drivers/video/mmp/fb/Makefile b/drivers/video/fbdev/mmp/fb/Makefile index 709fd1f76abe..709fd1f76abe 100644 --- a/drivers/video/mmp/fb/Makefile +++ b/drivers/video/fbdev/mmp/fb/Makefile | |||
diff --git a/drivers/video/mmp/fb/mmpfb.c b/drivers/video/fbdev/mmp/fb/mmpfb.c index 7ab31eb76a8c..7ab31eb76a8c 100644 --- a/drivers/video/mmp/fb/mmpfb.c +++ b/drivers/video/fbdev/mmp/fb/mmpfb.c | |||
diff --git a/drivers/video/mmp/fb/mmpfb.h b/drivers/video/fbdev/mmp/fb/mmpfb.h index 88c23c10a9ec..88c23c10a9ec 100644 --- a/drivers/video/mmp/fb/mmpfb.h +++ b/drivers/video/fbdev/mmp/fb/mmpfb.h | |||
diff --git a/drivers/video/mmp/hw/Kconfig b/drivers/video/fbdev/mmp/hw/Kconfig index 02f109a20cd0..02f109a20cd0 100644 --- a/drivers/video/mmp/hw/Kconfig +++ b/drivers/video/fbdev/mmp/hw/Kconfig | |||
diff --git a/drivers/video/mmp/hw/Makefile b/drivers/video/fbdev/mmp/hw/Makefile index 0000a714fedf..0000a714fedf 100644 --- a/drivers/video/mmp/hw/Makefile +++ b/drivers/video/fbdev/mmp/hw/Makefile | |||
diff --git a/drivers/video/mmp/hw/mmp_ctrl.c b/drivers/video/fbdev/mmp/hw/mmp_ctrl.c index 8621a9f2bdcc..8621a9f2bdcc 100644 --- a/drivers/video/mmp/hw/mmp_ctrl.c +++ b/drivers/video/fbdev/mmp/hw/mmp_ctrl.c | |||
diff --git a/drivers/video/mmp/hw/mmp_ctrl.h b/drivers/video/fbdev/mmp/hw/mmp_ctrl.h index 53301cfdb1ae..53301cfdb1ae 100644 --- a/drivers/video/mmp/hw/mmp_ctrl.h +++ b/drivers/video/fbdev/mmp/hw/mmp_ctrl.h | |||
diff --git a/drivers/video/mmp/hw/mmp_spi.c b/drivers/video/fbdev/mmp/hw/mmp_spi.c index e62ca7bf0d5e..e62ca7bf0d5e 100644 --- a/drivers/video/mmp/hw/mmp_spi.c +++ b/drivers/video/fbdev/mmp/hw/mmp_spi.c | |||
diff --git a/drivers/video/mmp/panel/Kconfig b/drivers/video/fbdev/mmp/panel/Kconfig index 4b2c4f457b11..4b2c4f457b11 100644 --- a/drivers/video/mmp/panel/Kconfig +++ b/drivers/video/fbdev/mmp/panel/Kconfig | |||
diff --git a/drivers/video/mmp/panel/Makefile b/drivers/video/fbdev/mmp/panel/Makefile index 2f91611c7e5e..2f91611c7e5e 100644 --- a/drivers/video/mmp/panel/Makefile +++ b/drivers/video/fbdev/mmp/panel/Makefile | |||
diff --git a/drivers/video/mmp/panel/tpo_tj032md01bw.c b/drivers/video/fbdev/mmp/panel/tpo_tj032md01bw.c index 998978b08f5e..998978b08f5e 100644 --- a/drivers/video/mmp/panel/tpo_tj032md01bw.c +++ b/drivers/video/fbdev/mmp/panel/tpo_tj032md01bw.c | |||
diff --git a/drivers/video/modedb.c b/drivers/video/fbdev/modedb.c index a9a907c440d7..a9a907c440d7 100644 --- a/drivers/video/modedb.c +++ b/drivers/video/fbdev/modedb.c | |||
diff --git a/drivers/video/msm/Makefile b/drivers/video/fbdev/msm/Makefile index 802d6ae523fb..802d6ae523fb 100644 --- a/drivers/video/msm/Makefile +++ b/drivers/video/fbdev/msm/Makefile | |||
diff --git a/drivers/video/msm/mddi.c b/drivers/video/fbdev/msm/mddi.c index e0f8011a3c4b..e0f8011a3c4b 100644 --- a/drivers/video/msm/mddi.c +++ b/drivers/video/fbdev/msm/mddi.c | |||
diff --git a/drivers/video/msm/mddi_client_dummy.c b/drivers/video/fbdev/msm/mddi_client_dummy.c index f1b0dfcc9717..f1b0dfcc9717 100644 --- a/drivers/video/msm/mddi_client_dummy.c +++ b/drivers/video/fbdev/msm/mddi_client_dummy.c | |||
diff --git a/drivers/video/msm/mddi_client_nt35399.c b/drivers/video/fbdev/msm/mddi_client_nt35399.c index f96df32e5509..f96df32e5509 100644 --- a/drivers/video/msm/mddi_client_nt35399.c +++ b/drivers/video/fbdev/msm/mddi_client_nt35399.c | |||
diff --git a/drivers/video/msm/mddi_client_toshiba.c b/drivers/video/fbdev/msm/mddi_client_toshiba.c index 061d7dfebbf3..061d7dfebbf3 100644 --- a/drivers/video/msm/mddi_client_toshiba.c +++ b/drivers/video/fbdev/msm/mddi_client_toshiba.c | |||
diff --git a/drivers/video/msm/mddi_hw.h b/drivers/video/fbdev/msm/mddi_hw.h index 45cc01fc1e7f..45cc01fc1e7f 100644 --- a/drivers/video/msm/mddi_hw.h +++ b/drivers/video/fbdev/msm/mddi_hw.h | |||
diff --git a/drivers/video/msm/mdp.c b/drivers/video/fbdev/msm/mdp.c index 113c7876c855..113c7876c855 100644 --- a/drivers/video/msm/mdp.c +++ b/drivers/video/fbdev/msm/mdp.c | |||
diff --git a/drivers/video/msm/mdp_csc_table.h b/drivers/video/fbdev/msm/mdp_csc_table.h index d1cde30ead52..d1cde30ead52 100644 --- a/drivers/video/msm/mdp_csc_table.h +++ b/drivers/video/fbdev/msm/mdp_csc_table.h | |||
diff --git a/drivers/video/msm/mdp_hw.h b/drivers/video/fbdev/msm/mdp_hw.h index 35848d741001..35848d741001 100644 --- a/drivers/video/msm/mdp_hw.h +++ b/drivers/video/fbdev/msm/mdp_hw.h | |||
diff --git a/drivers/video/msm/mdp_ppp.c b/drivers/video/fbdev/msm/mdp_ppp.c index be6079cdfbb6..be6079cdfbb6 100644 --- a/drivers/video/msm/mdp_ppp.c +++ b/drivers/video/fbdev/msm/mdp_ppp.c | |||
diff --git a/drivers/video/msm/mdp_scale_tables.c b/drivers/video/fbdev/msm/mdp_scale_tables.c index 604783b2e17c..604783b2e17c 100644 --- a/drivers/video/msm/mdp_scale_tables.c +++ b/drivers/video/fbdev/msm/mdp_scale_tables.c | |||
diff --git a/drivers/video/msm/mdp_scale_tables.h b/drivers/video/fbdev/msm/mdp_scale_tables.h index 34077b1af603..34077b1af603 100644 --- a/drivers/video/msm/mdp_scale_tables.h +++ b/drivers/video/fbdev/msm/mdp_scale_tables.h | |||
diff --git a/drivers/video/msm/msm_fb.c b/drivers/video/fbdev/msm/msm_fb.c index 1374803fbcd9..1374803fbcd9 100644 --- a/drivers/video/msm/msm_fb.c +++ b/drivers/video/fbdev/msm/msm_fb.c | |||
diff --git a/drivers/video/mx3fb.c b/drivers/video/fbdev/mx3fb.c index 142e860fb527..142e860fb527 100644 --- a/drivers/video/mx3fb.c +++ b/drivers/video/fbdev/mx3fb.c | |||
diff --git a/drivers/video/mxsfb.c b/drivers/video/fbdev/mxsfb.c index accf48a2cce4..accf48a2cce4 100644 --- a/drivers/video/mxsfb.c +++ b/drivers/video/fbdev/mxsfb.c | |||
diff --git a/drivers/video/n411.c b/drivers/video/fbdev/n411.c index 935830fea7b6..935830fea7b6 100644 --- a/drivers/video/n411.c +++ b/drivers/video/fbdev/n411.c | |||
diff --git a/drivers/video/neofb.c b/drivers/video/fbdev/neofb.c index 44f99a60bb9b..44f99a60bb9b 100644 --- a/drivers/video/neofb.c +++ b/drivers/video/fbdev/neofb.c | |||
diff --git a/drivers/video/nuc900fb.c b/drivers/video/fbdev/nuc900fb.c index 478f9808dee4..478f9808dee4 100644 --- a/drivers/video/nuc900fb.c +++ b/drivers/video/fbdev/nuc900fb.c | |||
diff --git a/drivers/video/nuc900fb.h b/drivers/video/fbdev/nuc900fb.h index 9a1ca6dbb6b2..9a1ca6dbb6b2 100644 --- a/drivers/video/nuc900fb.h +++ b/drivers/video/fbdev/nuc900fb.h | |||
diff --git a/drivers/video/nvidia/Makefile b/drivers/video/fbdev/nvidia/Makefile index ca47432113e0..ca47432113e0 100644 --- a/drivers/video/nvidia/Makefile +++ b/drivers/video/fbdev/nvidia/Makefile | |||
diff --git a/drivers/video/nvidia/nv_accel.c b/drivers/video/fbdev/nvidia/nv_accel.c index ad6472a894ea..ad6472a894ea 100644 --- a/drivers/video/nvidia/nv_accel.c +++ b/drivers/video/fbdev/nvidia/nv_accel.c | |||
diff --git a/drivers/video/nvidia/nv_backlight.c b/drivers/video/fbdev/nvidia/nv_backlight.c index 8471008aa6ff..8471008aa6ff 100644 --- a/drivers/video/nvidia/nv_backlight.c +++ b/drivers/video/fbdev/nvidia/nv_backlight.c | |||
diff --git a/drivers/video/nvidia/nv_dma.h b/drivers/video/fbdev/nvidia/nv_dma.h index a7ed1c0acbbb..a7ed1c0acbbb 100644 --- a/drivers/video/nvidia/nv_dma.h +++ b/drivers/video/fbdev/nvidia/nv_dma.h | |||
diff --git a/drivers/video/nvidia/nv_hw.c b/drivers/video/fbdev/nvidia/nv_hw.c index 81c80ac3c76f..81c80ac3c76f 100644 --- a/drivers/video/nvidia/nv_hw.c +++ b/drivers/video/fbdev/nvidia/nv_hw.c | |||
diff --git a/drivers/video/nvidia/nv_i2c.c b/drivers/video/fbdev/nvidia/nv_i2c.c index d7994a173245..d7994a173245 100644 --- a/drivers/video/nvidia/nv_i2c.c +++ b/drivers/video/fbdev/nvidia/nv_i2c.c | |||
diff --git a/drivers/video/nvidia/nv_local.h b/drivers/video/fbdev/nvidia/nv_local.h index 68e508daa417..68e508daa417 100644 --- a/drivers/video/nvidia/nv_local.h +++ b/drivers/video/fbdev/nvidia/nv_local.h | |||
diff --git a/drivers/video/nvidia/nv_of.c b/drivers/video/fbdev/nvidia/nv_of.c index 3bc13df4b120..3bc13df4b120 100644 --- a/drivers/video/nvidia/nv_of.c +++ b/drivers/video/fbdev/nvidia/nv_of.c | |||
diff --git a/drivers/video/nvidia/nv_proto.h b/drivers/video/fbdev/nvidia/nv_proto.h index ff5c410355ea..ff5c410355ea 100644 --- a/drivers/video/nvidia/nv_proto.h +++ b/drivers/video/fbdev/nvidia/nv_proto.h | |||
diff --git a/drivers/video/nvidia/nv_setup.c b/drivers/video/fbdev/nvidia/nv_setup.c index 2f2e162134fa..2f2e162134fa 100644 --- a/drivers/video/nvidia/nv_setup.c +++ b/drivers/video/fbdev/nvidia/nv_setup.c | |||
diff --git a/drivers/video/nvidia/nv_type.h b/drivers/video/fbdev/nvidia/nv_type.h index c03f7f55c76d..c03f7f55c76d 100644 --- a/drivers/video/nvidia/nv_type.h +++ b/drivers/video/fbdev/nvidia/nv_type.h | |||
diff --git a/drivers/video/nvidia/nvidia.c b/drivers/video/fbdev/nvidia/nvidia.c index def041204676..def041204676 100644 --- a/drivers/video/nvidia/nvidia.c +++ b/drivers/video/fbdev/nvidia/nvidia.c | |||
diff --git a/drivers/video/ocfb.c b/drivers/video/fbdev/ocfb.c index 7f9dc9bec309..7f9dc9bec309 100644 --- a/drivers/video/ocfb.c +++ b/drivers/video/fbdev/ocfb.c | |||
diff --git a/drivers/video/offb.c b/drivers/video/fbdev/offb.c index 7d44d669d5b6..7d44d669d5b6 100644 --- a/drivers/video/offb.c +++ b/drivers/video/fbdev/offb.c | |||
diff --git a/drivers/video/omap/Kconfig b/drivers/video/fbdev/omap/Kconfig index 0bc3a936ce2b..0bc3a936ce2b 100644 --- a/drivers/video/omap/Kconfig +++ b/drivers/video/fbdev/omap/Kconfig | |||
diff --git a/drivers/video/omap/Makefile b/drivers/video/fbdev/omap/Makefile index 1927faffb5bc..1927faffb5bc 100644 --- a/drivers/video/omap/Makefile +++ b/drivers/video/fbdev/omap/Makefile | |||
diff --git a/drivers/video/omap/hwa742.c b/drivers/video/fbdev/omap/hwa742.c index a4ee65b8f918..a4ee65b8f918 100644 --- a/drivers/video/omap/hwa742.c +++ b/drivers/video/fbdev/omap/hwa742.c | |||
diff --git a/drivers/video/omap/lcd_ams_delta.c b/drivers/video/fbdev/omap/lcd_ams_delta.c index 4a5f2cd3d3bf..4a5f2cd3d3bf 100644 --- a/drivers/video/omap/lcd_ams_delta.c +++ b/drivers/video/fbdev/omap/lcd_ams_delta.c | |||
diff --git a/drivers/video/omap/lcd_h3.c b/drivers/video/fbdev/omap/lcd_h3.c index 49bdeca81e50..49bdeca81e50 100644 --- a/drivers/video/omap/lcd_h3.c +++ b/drivers/video/fbdev/omap/lcd_h3.c | |||
diff --git a/drivers/video/omap/lcd_htcherald.c b/drivers/video/fbdev/omap/lcd_htcherald.c index 20f477851d54..20f477851d54 100644 --- a/drivers/video/omap/lcd_htcherald.c +++ b/drivers/video/fbdev/omap/lcd_htcherald.c | |||
diff --git a/drivers/video/omap/lcd_inn1510.c b/drivers/video/fbdev/omap/lcd_inn1510.c index 2ee423279e35..2ee423279e35 100644 --- a/drivers/video/omap/lcd_inn1510.c +++ b/drivers/video/fbdev/omap/lcd_inn1510.c | |||
diff --git a/drivers/video/omap/lcd_inn1610.c b/drivers/video/fbdev/omap/lcd_inn1610.c index e3d3d135aa48..e3d3d135aa48 100644 --- a/drivers/video/omap/lcd_inn1610.c +++ b/drivers/video/fbdev/omap/lcd_inn1610.c | |||
diff --git a/drivers/video/omap/lcd_mipid.c b/drivers/video/fbdev/omap/lcd_mipid.c index 803fee618d57..803fee618d57 100644 --- a/drivers/video/omap/lcd_mipid.c +++ b/drivers/video/fbdev/omap/lcd_mipid.c | |||
diff --git a/drivers/video/omap/lcd_osk.c b/drivers/video/fbdev/omap/lcd_osk.c index 7fbe04bce0ed..7fbe04bce0ed 100644 --- a/drivers/video/omap/lcd_osk.c +++ b/drivers/video/fbdev/omap/lcd_osk.c | |||
diff --git a/drivers/video/omap/lcd_palmte.c b/drivers/video/fbdev/omap/lcd_palmte.c index ff4fb624b904..ff4fb624b904 100644 --- a/drivers/video/omap/lcd_palmte.c +++ b/drivers/video/fbdev/omap/lcd_palmte.c | |||
diff --git a/drivers/video/omap/lcd_palmtt.c b/drivers/video/fbdev/omap/lcd_palmtt.c index aaf3c8ba1243..aaf3c8ba1243 100644 --- a/drivers/video/omap/lcd_palmtt.c +++ b/drivers/video/fbdev/omap/lcd_palmtt.c | |||
diff --git a/drivers/video/omap/lcd_palmz71.c b/drivers/video/fbdev/omap/lcd_palmz71.c index 3b7d8aa1cf34..3b7d8aa1cf34 100644 --- a/drivers/video/omap/lcd_palmz71.c +++ b/drivers/video/fbdev/omap/lcd_palmz71.c | |||
diff --git a/drivers/video/omap/lcdc.c b/drivers/video/fbdev/omap/lcdc.c index b52f62595f65..b52f62595f65 100644 --- a/drivers/video/omap/lcdc.c +++ b/drivers/video/fbdev/omap/lcdc.c | |||
diff --git a/drivers/video/omap/lcdc.h b/drivers/video/fbdev/omap/lcdc.h index 845222270db3..845222270db3 100644 --- a/drivers/video/omap/lcdc.h +++ b/drivers/video/fbdev/omap/lcdc.h | |||
diff --git a/drivers/video/omap/omapfb.h b/drivers/video/fbdev/omap/omapfb.h index 2921d20e4fba..2921d20e4fba 100644 --- a/drivers/video/omap/omapfb.h +++ b/drivers/video/fbdev/omap/omapfb.h | |||
diff --git a/drivers/video/omap/omapfb_main.c b/drivers/video/fbdev/omap/omapfb_main.c index e4fc6d9b5371..e4fc6d9b5371 100644 --- a/drivers/video/omap/omapfb_main.c +++ b/drivers/video/fbdev/omap/omapfb_main.c | |||
diff --git a/drivers/video/omap/sossi.c b/drivers/video/fbdev/omap/sossi.c index d4e7684e7045..d4e7684e7045 100644 --- a/drivers/video/omap/sossi.c +++ b/drivers/video/fbdev/omap/sossi.c | |||
diff --git a/drivers/video/fbdev/omap2/Kconfig b/drivers/video/fbdev/omap2/Kconfig new file mode 100644 index 000000000000..c22955d2de9a --- /dev/null +++ b/drivers/video/fbdev/omap2/Kconfig | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | config OMAP2_VRFB | ||
| 2 | bool | ||
| 3 | |||
| 4 | if ARCH_OMAP2PLUS | ||
| 5 | |||
| 6 | source "drivers/video/fbdev/omap2/dss/Kconfig" | ||
| 7 | source "drivers/video/fbdev/omap2/omapfb/Kconfig" | ||
| 8 | source "drivers/video/fbdev/omap2/displays-new/Kconfig" | ||
| 9 | |||
| 10 | endif | ||
diff --git a/drivers/video/omap2/Makefile b/drivers/video/fbdev/omap2/Makefile index bf8127df8c71..bf8127df8c71 100644 --- a/drivers/video/omap2/Makefile +++ b/drivers/video/fbdev/omap2/Makefile | |||
diff --git a/drivers/video/omap2/displays-new/Kconfig b/drivers/video/fbdev/omap2/displays-new/Kconfig index e6cfc38160d3..e6cfc38160d3 100644 --- a/drivers/video/omap2/displays-new/Kconfig +++ b/drivers/video/fbdev/omap2/displays-new/Kconfig | |||
diff --git a/drivers/video/omap2/displays-new/Makefile b/drivers/video/fbdev/omap2/displays-new/Makefile index 0323a8a1c682..0323a8a1c682 100644 --- a/drivers/video/omap2/displays-new/Makefile +++ b/drivers/video/fbdev/omap2/displays-new/Makefile | |||
diff --git a/drivers/video/omap2/displays-new/connector-analog-tv.c b/drivers/video/fbdev/omap2/displays-new/connector-analog-tv.c index 5ee3b5505f7f..5ee3b5505f7f 100644 --- a/drivers/video/omap2/displays-new/connector-analog-tv.c +++ b/drivers/video/fbdev/omap2/displays-new/connector-analog-tv.c | |||
diff --git a/drivers/video/omap2/displays-new/connector-dvi.c b/drivers/video/fbdev/omap2/displays-new/connector-dvi.c index 74de2bc50c4f..74de2bc50c4f 100644 --- a/drivers/video/omap2/displays-new/connector-dvi.c +++ b/drivers/video/fbdev/omap2/displays-new/connector-dvi.c | |||
diff --git a/drivers/video/omap2/displays-new/connector-hdmi.c b/drivers/video/fbdev/omap2/displays-new/connector-hdmi.c index 29ed21b9dce5..29ed21b9dce5 100644 --- a/drivers/video/omap2/displays-new/connector-hdmi.c +++ b/drivers/video/fbdev/omap2/displays-new/connector-hdmi.c | |||
diff --git a/drivers/video/omap2/displays-new/encoder-tfp410.c b/drivers/video/fbdev/omap2/displays-new/encoder-tfp410.c index b4e9a42a79e6..b4e9a42a79e6 100644 --- a/drivers/video/omap2/displays-new/encoder-tfp410.c +++ b/drivers/video/fbdev/omap2/displays-new/encoder-tfp410.c | |||
diff --git a/drivers/video/omap2/displays-new/encoder-tpd12s015.c b/drivers/video/fbdev/omap2/displays-new/encoder-tpd12s015.c index 7e33686171e3..7e33686171e3 100644 --- a/drivers/video/omap2/displays-new/encoder-tpd12s015.c +++ b/drivers/video/fbdev/omap2/displays-new/encoder-tpd12s015.c | |||
diff --git a/drivers/video/omap2/displays-new/panel-dpi.c b/drivers/video/fbdev/omap2/displays-new/panel-dpi.c index 5f8f7e7c81ef..5f8f7e7c81ef 100644 --- a/drivers/video/omap2/displays-new/panel-dpi.c +++ b/drivers/video/fbdev/omap2/displays-new/panel-dpi.c | |||
diff --git a/drivers/video/omap2/displays-new/panel-dsi-cm.c b/drivers/video/fbdev/omap2/displays-new/panel-dsi-cm.c index d6f14e8717e8..d6f14e8717e8 100644 --- a/drivers/video/omap2/displays-new/panel-dsi-cm.c +++ b/drivers/video/fbdev/omap2/displays-new/panel-dsi-cm.c | |||
diff --git a/drivers/video/omap2/displays-new/panel-lgphilips-lb035q02.c b/drivers/video/fbdev/omap2/displays-new/panel-lgphilips-lb035q02.c index 2e6b513222d9..2e6b513222d9 100644 --- a/drivers/video/omap2/displays-new/panel-lgphilips-lb035q02.c +++ b/drivers/video/fbdev/omap2/displays-new/panel-lgphilips-lb035q02.c | |||
diff --git a/drivers/video/omap2/displays-new/panel-nec-nl8048hl11.c b/drivers/video/fbdev/omap2/displays-new/panel-nec-nl8048hl11.c index 996fa004b48c..996fa004b48c 100644 --- a/drivers/video/omap2/displays-new/panel-nec-nl8048hl11.c +++ b/drivers/video/fbdev/omap2/displays-new/panel-nec-nl8048hl11.c | |||
diff --git a/drivers/video/omap2/displays-new/panel-sharp-ls037v7dw01.c b/drivers/video/fbdev/omap2/displays-new/panel-sharp-ls037v7dw01.c index b2f710be565d..b2f710be565d 100644 --- a/drivers/video/omap2/displays-new/panel-sharp-ls037v7dw01.c +++ b/drivers/video/fbdev/omap2/displays-new/panel-sharp-ls037v7dw01.c | |||
diff --git a/drivers/video/omap2/displays-new/panel-sony-acx565akm.c b/drivers/video/fbdev/omap2/displays-new/panel-sony-acx565akm.c index c7ba4d8b928a..c7ba4d8b928a 100644 --- a/drivers/video/omap2/displays-new/panel-sony-acx565akm.c +++ b/drivers/video/fbdev/omap2/displays-new/panel-sony-acx565akm.c | |||
diff --git a/drivers/video/omap2/displays-new/panel-tpo-td028ttec1.c b/drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c index fae6adc005a7..fae6adc005a7 100644 --- a/drivers/video/omap2/displays-new/panel-tpo-td028ttec1.c +++ b/drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c | |||
diff --git a/drivers/video/omap2/displays-new/panel-tpo-td043mtea1.c b/drivers/video/fbdev/omap2/displays-new/panel-tpo-td043mtea1.c index 875b40263b33..875b40263b33 100644 --- a/drivers/video/omap2/displays-new/panel-tpo-td043mtea1.c +++ b/drivers/video/fbdev/omap2/displays-new/panel-tpo-td043mtea1.c | |||
diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/fbdev/omap2/dss/Kconfig index dde4281663b1..dde4281663b1 100644 --- a/drivers/video/omap2/dss/Kconfig +++ b/drivers/video/fbdev/omap2/dss/Kconfig | |||
diff --git a/drivers/video/omap2/dss/Makefile b/drivers/video/fbdev/omap2/dss/Makefile index 8aec8bda27cc..8aec8bda27cc 100644 --- a/drivers/video/omap2/dss/Makefile +++ b/drivers/video/fbdev/omap2/dss/Makefile | |||
diff --git a/drivers/video/omap2/dss/apply.c b/drivers/video/fbdev/omap2/dss/apply.c index 0a0b084ce65d..0a0b084ce65d 100644 --- a/drivers/video/omap2/dss/apply.c +++ b/drivers/video/fbdev/omap2/dss/apply.c | |||
diff --git a/drivers/video/omap2/dss/core.c b/drivers/video/fbdev/omap2/dss/core.c index ffa45c894cd4..ffa45c894cd4 100644 --- a/drivers/video/omap2/dss/core.c +++ b/drivers/video/fbdev/omap2/dss/core.c | |||
diff --git a/drivers/video/omap2/dss/dispc-compat.c b/drivers/video/fbdev/omap2/dss/dispc-compat.c index 83779c2b292a..83779c2b292a 100644 --- a/drivers/video/omap2/dss/dispc-compat.c +++ b/drivers/video/fbdev/omap2/dss/dispc-compat.c | |||
diff --git a/drivers/video/omap2/dss/dispc-compat.h b/drivers/video/fbdev/omap2/dss/dispc-compat.h index 14a69b3d4fb0..14a69b3d4fb0 100644 --- a/drivers/video/omap2/dss/dispc-compat.h +++ b/drivers/video/fbdev/omap2/dss/dispc-compat.h | |||
diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/fbdev/omap2/dss/dispc.c index f18397c33e8f..f18397c33e8f 100644 --- a/drivers/video/omap2/dss/dispc.c +++ b/drivers/video/fbdev/omap2/dss/dispc.c | |||
diff --git a/drivers/video/omap2/dss/dispc.h b/drivers/video/fbdev/omap2/dss/dispc.h index 78edb449c763..78edb449c763 100644 --- a/drivers/video/omap2/dss/dispc.h +++ b/drivers/video/fbdev/omap2/dss/dispc.h | |||
diff --git a/drivers/video/omap2/dss/dispc_coefs.c b/drivers/video/fbdev/omap2/dss/dispc_coefs.c index 038c15b04215..038c15b04215 100644 --- a/drivers/video/omap2/dss/dispc_coefs.c +++ b/drivers/video/fbdev/omap2/dss/dispc_coefs.c | |||
diff --git a/drivers/video/omap2/dss/display-sysfs.c b/drivers/video/fbdev/omap2/dss/display-sysfs.c index 5a2095a98ed8..5a2095a98ed8 100644 --- a/drivers/video/omap2/dss/display-sysfs.c +++ b/drivers/video/fbdev/omap2/dss/display-sysfs.c | |||
diff --git a/drivers/video/omap2/dss/display.c b/drivers/video/fbdev/omap2/dss/display.c index 2412a0dd0c13..2412a0dd0c13 100644 --- a/drivers/video/omap2/dss/display.c +++ b/drivers/video/fbdev/omap2/dss/display.c | |||
diff --git a/drivers/video/omap2/dss/dpi.c b/drivers/video/fbdev/omap2/dss/dpi.c index 157921db447a..157921db447a 100644 --- a/drivers/video/omap2/dss/dpi.c +++ b/drivers/video/fbdev/omap2/dss/dpi.c | |||
diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/fbdev/omap2/dss/dsi.c index 8be9b04d8849..8be9b04d8849 100644 --- a/drivers/video/omap2/dss/dsi.c +++ b/drivers/video/fbdev/omap2/dss/dsi.c | |||
diff --git a/drivers/video/omap2/dss/dss-of.c b/drivers/video/fbdev/omap2/dss/dss-of.c index a4b20aaf6142..a4b20aaf6142 100644 --- a/drivers/video/omap2/dss/dss-of.c +++ b/drivers/video/fbdev/omap2/dss/dss-of.c | |||
diff --git a/drivers/video/omap2/dss/dss.c b/drivers/video/fbdev/omap2/dss/dss.c index d55266c0e029..d55266c0e029 100644 --- a/drivers/video/omap2/dss/dss.c +++ b/drivers/video/fbdev/omap2/dss/dss.c | |||
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/fbdev/omap2/dss/dss.h index 560078fcb198..560078fcb198 100644 --- a/drivers/video/omap2/dss/dss.h +++ b/drivers/video/fbdev/omap2/dss/dss.h | |||
diff --git a/drivers/video/omap2/dss/dss_features.c b/drivers/video/fbdev/omap2/dss/dss_features.c index 7f8969191dc6..7f8969191dc6 100644 --- a/drivers/video/omap2/dss/dss_features.c +++ b/drivers/video/fbdev/omap2/dss/dss_features.c | |||
diff --git a/drivers/video/omap2/dss/dss_features.h b/drivers/video/fbdev/omap2/dss/dss_features.h index e3ef3b714896..e3ef3b714896 100644 --- a/drivers/video/omap2/dss/dss_features.h +++ b/drivers/video/fbdev/omap2/dss/dss_features.h | |||
diff --git a/drivers/video/omap2/dss/hdmi.h b/drivers/video/fbdev/omap2/dss/hdmi.h index e25681ff5a70..e25681ff5a70 100644 --- a/drivers/video/omap2/dss/hdmi.h +++ b/drivers/video/fbdev/omap2/dss/hdmi.h | |||
diff --git a/drivers/video/omap2/dss/hdmi4.c b/drivers/video/fbdev/omap2/dss/hdmi4.c index f5f7944a1fd1..f5f7944a1fd1 100644 --- a/drivers/video/omap2/dss/hdmi4.c +++ b/drivers/video/fbdev/omap2/dss/hdmi4.c | |||
diff --git a/drivers/video/omap2/dss/hdmi4_core.c b/drivers/video/fbdev/omap2/dss/hdmi4_core.c index 2eb04dcf807c..2eb04dcf807c 100644 --- a/drivers/video/omap2/dss/hdmi4_core.c +++ b/drivers/video/fbdev/omap2/dss/hdmi4_core.c | |||
diff --git a/drivers/video/omap2/dss/hdmi4_core.h b/drivers/video/fbdev/omap2/dss/hdmi4_core.h index bb646896fa82..bb646896fa82 100644 --- a/drivers/video/omap2/dss/hdmi4_core.h +++ b/drivers/video/fbdev/omap2/dss/hdmi4_core.h | |||
diff --git a/drivers/video/omap2/dss/hdmi_common.c b/drivers/video/fbdev/omap2/dss/hdmi_common.c index 0b12a3f62fe1..0b12a3f62fe1 100644 --- a/drivers/video/omap2/dss/hdmi_common.c +++ b/drivers/video/fbdev/omap2/dss/hdmi_common.c | |||
diff --git a/drivers/video/omap2/dss/hdmi_phy.c b/drivers/video/fbdev/omap2/dss/hdmi_phy.c index dd376ce8da01..dd376ce8da01 100644 --- a/drivers/video/omap2/dss/hdmi_phy.c +++ b/drivers/video/fbdev/omap2/dss/hdmi_phy.c | |||
diff --git a/drivers/video/omap2/dss/hdmi_pll.c b/drivers/video/fbdev/omap2/dss/hdmi_pll.c index 5fc71215c303..5fc71215c303 100644 --- a/drivers/video/omap2/dss/hdmi_pll.c +++ b/drivers/video/fbdev/omap2/dss/hdmi_pll.c | |||
diff --git a/drivers/video/omap2/dss/hdmi_wp.c b/drivers/video/fbdev/omap2/dss/hdmi_wp.c index f5f4ccf50d90..f5f4ccf50d90 100644 --- a/drivers/video/omap2/dss/hdmi_wp.c +++ b/drivers/video/fbdev/omap2/dss/hdmi_wp.c | |||
diff --git a/drivers/video/omap2/dss/manager-sysfs.c b/drivers/video/fbdev/omap2/dss/manager-sysfs.c index 37b59fe28dc8..37b59fe28dc8 100644 --- a/drivers/video/omap2/dss/manager-sysfs.c +++ b/drivers/video/fbdev/omap2/dss/manager-sysfs.c | |||
diff --git a/drivers/video/omap2/dss/manager.c b/drivers/video/fbdev/omap2/dss/manager.c index 1aac9b4191a9..1aac9b4191a9 100644 --- a/drivers/video/omap2/dss/manager.c +++ b/drivers/video/fbdev/omap2/dss/manager.c | |||
diff --git a/drivers/video/omap2/dss/output.c b/drivers/video/fbdev/omap2/dss/output.c index 2ab3afa615e8..2ab3afa615e8 100644 --- a/drivers/video/omap2/dss/output.c +++ b/drivers/video/fbdev/omap2/dss/output.c | |||
diff --git a/drivers/video/omap2/dss/overlay-sysfs.c b/drivers/video/fbdev/omap2/dss/overlay-sysfs.c index 4cc5ddebfb34..4cc5ddebfb34 100644 --- a/drivers/video/omap2/dss/overlay-sysfs.c +++ b/drivers/video/fbdev/omap2/dss/overlay-sysfs.c | |||
diff --git a/drivers/video/omap2/dss/overlay.c b/drivers/video/fbdev/omap2/dss/overlay.c index 2f7cee985cdd..2f7cee985cdd 100644 --- a/drivers/video/omap2/dss/overlay.c +++ b/drivers/video/fbdev/omap2/dss/overlay.c | |||
diff --git a/drivers/video/omap2/dss/rfbi.c b/drivers/video/fbdev/omap2/dss/rfbi.c index c8a81a2b879c..c8a81a2b879c 100644 --- a/drivers/video/omap2/dss/rfbi.c +++ b/drivers/video/fbdev/omap2/dss/rfbi.c | |||
diff --git a/drivers/video/omap2/dss/sdi.c b/drivers/video/fbdev/omap2/dss/sdi.c index 911dcc9173a6..911dcc9173a6 100644 --- a/drivers/video/omap2/dss/sdi.c +++ b/drivers/video/fbdev/omap2/dss/sdi.c | |||
diff --git a/drivers/video/omap2/dss/venc.c b/drivers/video/fbdev/omap2/dss/venc.c index 21d81113962b..21d81113962b 100644 --- a/drivers/video/omap2/dss/venc.c +++ b/drivers/video/fbdev/omap2/dss/venc.c | |||
diff --git a/drivers/video/omap2/dss/venc_panel.c b/drivers/video/fbdev/omap2/dss/venc_panel.c index af68cd444d7e..af68cd444d7e 100644 --- a/drivers/video/omap2/dss/venc_panel.c +++ b/drivers/video/fbdev/omap2/dss/venc_panel.c | |||
diff --git a/drivers/video/omap2/omapfb/Kconfig b/drivers/video/fbdev/omap2/omapfb/Kconfig index 4cb12ce68855..4cb12ce68855 100644 --- a/drivers/video/omap2/omapfb/Kconfig +++ b/drivers/video/fbdev/omap2/omapfb/Kconfig | |||
diff --git a/drivers/video/omap2/omapfb/Makefile b/drivers/video/fbdev/omap2/omapfb/Makefile index 51c2e00d9bf8..51c2e00d9bf8 100644 --- a/drivers/video/omap2/omapfb/Makefile +++ b/drivers/video/fbdev/omap2/omapfb/Makefile | |||
diff --git a/drivers/video/omap2/omapfb/omapfb-ioctl.c b/drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c index 146b6f5428db..146b6f5428db 100644 --- a/drivers/video/omap2/omapfb/omapfb-ioctl.c +++ b/drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c | |||
diff --git a/drivers/video/omap2/omapfb/omapfb-main.c b/drivers/video/fbdev/omap2/omapfb/omapfb-main.c index ec2d132c782d..ec2d132c782d 100644 --- a/drivers/video/omap2/omapfb/omapfb-main.c +++ b/drivers/video/fbdev/omap2/omapfb/omapfb-main.c | |||
diff --git a/drivers/video/omap2/omapfb/omapfb-sysfs.c b/drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c index 18fa9e1d0033..18fa9e1d0033 100644 --- a/drivers/video/omap2/omapfb/omapfb-sysfs.c +++ b/drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c | |||
diff --git a/drivers/video/omap2/omapfb/omapfb.h b/drivers/video/fbdev/omap2/omapfb/omapfb.h index 623cd872a367..623cd872a367 100644 --- a/drivers/video/omap2/omapfb/omapfb.h +++ b/drivers/video/fbdev/omap2/omapfb/omapfb.h | |||
diff --git a/drivers/video/omap2/vrfb.c b/drivers/video/fbdev/omap2/vrfb.c index f346b02eee1d..f346b02eee1d 100644 --- a/drivers/video/omap2/vrfb.c +++ b/drivers/video/fbdev/omap2/vrfb.c | |||
diff --git a/drivers/video/p9100.c b/drivers/video/fbdev/p9100.c index 367cea8f43f3..367cea8f43f3 100644 --- a/drivers/video/p9100.c +++ b/drivers/video/fbdev/p9100.c | |||
diff --git a/drivers/video/platinumfb.c b/drivers/video/fbdev/platinumfb.c index 4c9299576827..4c9299576827 100644 --- a/drivers/video/platinumfb.c +++ b/drivers/video/fbdev/platinumfb.c | |||
diff --git a/drivers/video/platinumfb.h b/drivers/video/fbdev/platinumfb.h index f6bd77cafd17..f6bd77cafd17 100644 --- a/drivers/video/platinumfb.h +++ b/drivers/video/fbdev/platinumfb.h | |||
diff --git a/drivers/video/pm2fb.c b/drivers/video/fbdev/pm2fb.c index 3b85b647bc10..3b85b647bc10 100644 --- a/drivers/video/pm2fb.c +++ b/drivers/video/fbdev/pm2fb.c | |||
diff --git a/drivers/video/pm3fb.c b/drivers/video/fbdev/pm3fb.c index 4bf3273d0433..4bf3273d0433 100644 --- a/drivers/video/pm3fb.c +++ b/drivers/video/fbdev/pm3fb.c | |||
diff --git a/drivers/video/pmag-aa-fb.c b/drivers/video/fbdev/pmag-aa-fb.c index 838424817de2..838424817de2 100644 --- a/drivers/video/pmag-aa-fb.c +++ b/drivers/video/fbdev/pmag-aa-fb.c | |||
diff --git a/drivers/video/pmag-ba-fb.c b/drivers/video/fbdev/pmag-ba-fb.c index 914a52ba8477..914a52ba8477 100644 --- a/drivers/video/pmag-ba-fb.c +++ b/drivers/video/fbdev/pmag-ba-fb.c | |||
diff --git a/drivers/video/pmagb-b-fb.c b/drivers/video/fbdev/pmagb-b-fb.c index 0822b6f8dddc..0822b6f8dddc 100644 --- a/drivers/video/pmagb-b-fb.c +++ b/drivers/video/fbdev/pmagb-b-fb.c | |||
diff --git a/drivers/video/ps3fb.c b/drivers/video/fbdev/ps3fb.c index b269abd932aa..b269abd932aa 100644 --- a/drivers/video/ps3fb.c +++ b/drivers/video/fbdev/ps3fb.c | |||
diff --git a/drivers/video/pvr2fb.c b/drivers/video/fbdev/pvr2fb.c index 167cffff3d4e..167cffff3d4e 100644 --- a/drivers/video/pvr2fb.c +++ b/drivers/video/fbdev/pvr2fb.c | |||
diff --git a/drivers/video/pxa168fb.c b/drivers/video/fbdev/pxa168fb.c index c95b9e46d48f..c95b9e46d48f 100644 --- a/drivers/video/pxa168fb.c +++ b/drivers/video/fbdev/pxa168fb.c | |||
diff --git a/drivers/video/pxa168fb.h b/drivers/video/fbdev/pxa168fb.h index eee09279c524..eee09279c524 100644 --- a/drivers/video/pxa168fb.h +++ b/drivers/video/fbdev/pxa168fb.h | |||
diff --git a/drivers/video/pxa3xx-gcu.c b/drivers/video/fbdev/pxa3xx-gcu.c index 417f9a27eb7d..417f9a27eb7d 100644 --- a/drivers/video/pxa3xx-gcu.c +++ b/drivers/video/fbdev/pxa3xx-gcu.c | |||
diff --git a/drivers/video/pxa3xx-gcu.h b/drivers/video/fbdev/pxa3xx-gcu.h index 0428ed03dc49..0428ed03dc49 100644 --- a/drivers/video/pxa3xx-gcu.h +++ b/drivers/video/fbdev/pxa3xx-gcu.h | |||
diff --git a/drivers/video/pxafb.c b/drivers/video/fbdev/pxafb.c index 1ecd9cec2921..1ecd9cec2921 100644 --- a/drivers/video/pxafb.c +++ b/drivers/video/fbdev/pxafb.c | |||
diff --git a/drivers/video/pxafb.h b/drivers/video/fbdev/pxafb.h index 26ba9fa3f737..26ba9fa3f737 100644 --- a/drivers/video/pxafb.h +++ b/drivers/video/fbdev/pxafb.h | |||
diff --git a/drivers/video/q40fb.c b/drivers/video/fbdev/q40fb.c index 7487f76f6275..7487f76f6275 100644 --- a/drivers/video/q40fb.c +++ b/drivers/video/fbdev/q40fb.c | |||
diff --git a/drivers/video/riva/Makefile b/drivers/video/fbdev/riva/Makefile index 8898c9915b02..8898c9915b02 100644 --- a/drivers/video/riva/Makefile +++ b/drivers/video/fbdev/riva/Makefile | |||
diff --git a/drivers/video/riva/fbdev.c b/drivers/video/fbdev/riva/fbdev.c index 8a8d7f060784..8a8d7f060784 100644 --- a/drivers/video/riva/fbdev.c +++ b/drivers/video/fbdev/riva/fbdev.c | |||
diff --git a/drivers/video/riva/nv_driver.c b/drivers/video/fbdev/riva/nv_driver.c index f3694cf17e58..f3694cf17e58 100644 --- a/drivers/video/riva/nv_driver.c +++ b/drivers/video/fbdev/riva/nv_driver.c | |||
diff --git a/drivers/video/riva/nv_type.h b/drivers/video/fbdev/riva/nv_type.h index a69480c9a67c..a69480c9a67c 100644 --- a/drivers/video/riva/nv_type.h +++ b/drivers/video/fbdev/riva/nv_type.h | |||
diff --git a/drivers/video/riva/nvreg.h b/drivers/video/fbdev/riva/nvreg.h index abfc167ae8d8..abfc167ae8d8 100644 --- a/drivers/video/riva/nvreg.h +++ b/drivers/video/fbdev/riva/nvreg.h | |||
diff --git a/drivers/video/riva/riva_hw.c b/drivers/video/fbdev/riva/riva_hw.c index 78fdbf5178d7..78fdbf5178d7 100644 --- a/drivers/video/riva/riva_hw.c +++ b/drivers/video/fbdev/riva/riva_hw.c | |||
diff --git a/drivers/video/riva/riva_hw.h b/drivers/video/fbdev/riva/riva_hw.h index c2769f73e0b2..c2769f73e0b2 100644 --- a/drivers/video/riva/riva_hw.h +++ b/drivers/video/fbdev/riva/riva_hw.h | |||
diff --git a/drivers/video/riva/riva_tbl.h b/drivers/video/fbdev/riva/riva_tbl.h index 7ee7d72932d4..7ee7d72932d4 100644 --- a/drivers/video/riva/riva_tbl.h +++ b/drivers/video/fbdev/riva/riva_tbl.h | |||
diff --git a/drivers/video/riva/rivafb-i2c.c b/drivers/video/fbdev/riva/rivafb-i2c.c index 6a183375ced1..6a183375ced1 100644 --- a/drivers/video/riva/rivafb-i2c.c +++ b/drivers/video/fbdev/riva/rivafb-i2c.c | |||
diff --git a/drivers/video/riva/rivafb.h b/drivers/video/fbdev/riva/rivafb.h index d9f107b704c6..d9f107b704c6 100644 --- a/drivers/video/riva/rivafb.h +++ b/drivers/video/fbdev/riva/rivafb.h | |||
diff --git a/drivers/video/s1d13xxxfb.c b/drivers/video/fbdev/s1d13xxxfb.c index 83433cb0dfba..83433cb0dfba 100644 --- a/drivers/video/s1d13xxxfb.c +++ b/drivers/video/fbdev/s1d13xxxfb.c | |||
diff --git a/drivers/video/s3c-fb.c b/drivers/video/fbdev/s3c-fb.c index 62acae2694a9..62acae2694a9 100644 --- a/drivers/video/s3c-fb.c +++ b/drivers/video/fbdev/s3c-fb.c | |||
diff --git a/drivers/video/s3c2410fb.c b/drivers/video/fbdev/s3c2410fb.c index 81af5a63e9e1..81af5a63e9e1 100644 --- a/drivers/video/s3c2410fb.c +++ b/drivers/video/fbdev/s3c2410fb.c | |||
diff --git a/drivers/video/s3c2410fb.h b/drivers/video/fbdev/s3c2410fb.h index 47a17bd23011..47a17bd23011 100644 --- a/drivers/video/s3c2410fb.h +++ b/drivers/video/fbdev/s3c2410fb.h | |||
diff --git a/drivers/video/s3fb.c b/drivers/video/fbdev/s3fb.c index 9a3f8f1c6aab..9a3f8f1c6aab 100644 --- a/drivers/video/s3fb.c +++ b/drivers/video/fbdev/s3fb.c | |||
diff --git a/drivers/video/sa1100fb.c b/drivers/video/fbdev/sa1100fb.c index 580c444ec301..580c444ec301 100644 --- a/drivers/video/sa1100fb.c +++ b/drivers/video/fbdev/sa1100fb.c | |||
diff --git a/drivers/video/sa1100fb.h b/drivers/video/fbdev/sa1100fb.h index fc5d4292fad6..fc5d4292fad6 100644 --- a/drivers/video/sa1100fb.h +++ b/drivers/video/fbdev/sa1100fb.h | |||
diff --git a/drivers/video/savage/Makefile b/drivers/video/fbdev/savage/Makefile index e09770fff8ea..e09770fff8ea 100644 --- a/drivers/video/savage/Makefile +++ b/drivers/video/fbdev/savage/Makefile | |||
diff --git a/drivers/video/savage/savagefb-i2c.c b/drivers/video/fbdev/savage/savagefb-i2c.c index 80fa87e2ae2f..80fa87e2ae2f 100644 --- a/drivers/video/savage/savagefb-i2c.c +++ b/drivers/video/fbdev/savage/savagefb-i2c.c | |||
diff --git a/drivers/video/savage/savagefb.h b/drivers/video/fbdev/savage/savagefb.h index dcaab9012ca2..dcaab9012ca2 100644 --- a/drivers/video/savage/savagefb.h +++ b/drivers/video/fbdev/savage/savagefb.h | |||
diff --git a/drivers/video/savage/savagefb_accel.c b/drivers/video/fbdev/savage/savagefb_accel.c index bfefa6234cf0..bfefa6234cf0 100644 --- a/drivers/video/savage/savagefb_accel.c +++ b/drivers/video/fbdev/savage/savagefb_accel.c | |||
diff --git a/drivers/video/savage/savagefb_driver.c b/drivers/video/fbdev/savage/savagefb_driver.c index 4dbf45f3b21a..4dbf45f3b21a 100644 --- a/drivers/video/savage/savagefb_driver.c +++ b/drivers/video/fbdev/savage/savagefb_driver.c | |||
diff --git a/drivers/video/sbuslib.c b/drivers/video/fbdev/sbuslib.c index a350209ffbd3..a350209ffbd3 100644 --- a/drivers/video/sbuslib.c +++ b/drivers/video/fbdev/sbuslib.c | |||
diff --git a/drivers/video/sbuslib.h b/drivers/video/fbdev/sbuslib.h index 7ba3250236bd..7ba3250236bd 100644 --- a/drivers/video/sbuslib.h +++ b/drivers/video/fbdev/sbuslib.h | |||
diff --git a/drivers/video/sh7760fb.c b/drivers/video/fbdev/sh7760fb.c index 1265b25f9f99..1265b25f9f99 100644 --- a/drivers/video/sh7760fb.c +++ b/drivers/video/fbdev/sh7760fb.c | |||
diff --git a/drivers/video/sh_mipi_dsi.c b/drivers/video/fbdev/sh_mipi_dsi.c index 8f6e8ff620d4..8f6e8ff620d4 100644 --- a/drivers/video/sh_mipi_dsi.c +++ b/drivers/video/fbdev/sh_mipi_dsi.c | |||
diff --git a/drivers/video/sh_mobile_hdmi.c b/drivers/video/fbdev/sh_mobile_hdmi.c index 9a33ee0413fb..9a33ee0413fb 100644 --- a/drivers/video/sh_mobile_hdmi.c +++ b/drivers/video/fbdev/sh_mobile_hdmi.c | |||
diff --git a/drivers/video/sh_mobile_lcdcfb.c b/drivers/video/fbdev/sh_mobile_lcdcfb.c index 2bcc84ac18c7..2bcc84ac18c7 100644 --- a/drivers/video/sh_mobile_lcdcfb.c +++ b/drivers/video/fbdev/sh_mobile_lcdcfb.c | |||
diff --git a/drivers/video/sh_mobile_lcdcfb.h b/drivers/video/fbdev/sh_mobile_lcdcfb.h index f839adef1d90..f839adef1d90 100644 --- a/drivers/video/sh_mobile_lcdcfb.h +++ b/drivers/video/fbdev/sh_mobile_lcdcfb.h | |||
diff --git a/drivers/video/sh_mobile_meram.c b/drivers/video/fbdev/sh_mobile_meram.c index a297de5cc859..a297de5cc859 100644 --- a/drivers/video/sh_mobile_meram.c +++ b/drivers/video/fbdev/sh_mobile_meram.c | |||
diff --git a/drivers/video/simplefb.c b/drivers/video/fbdev/simplefb.c index 210f3a02121a..210f3a02121a 100644 --- a/drivers/video/simplefb.c +++ b/drivers/video/fbdev/simplefb.c | |||
diff --git a/drivers/video/sis/300vtbl.h b/drivers/video/fbdev/sis/300vtbl.h index e4b4a2626da4..e4b4a2626da4 100644 --- a/drivers/video/sis/300vtbl.h +++ b/drivers/video/fbdev/sis/300vtbl.h | |||
diff --git a/drivers/video/sis/310vtbl.h b/drivers/video/fbdev/sis/310vtbl.h index 54fcbbf4ef63..54fcbbf4ef63 100644 --- a/drivers/video/sis/310vtbl.h +++ b/drivers/video/fbdev/sis/310vtbl.h | |||
diff --git a/drivers/video/sis/Makefile b/drivers/video/fbdev/sis/Makefile index f7c0046e5b1d..f7c0046e5b1d 100644 --- a/drivers/video/sis/Makefile +++ b/drivers/video/fbdev/sis/Makefile | |||
diff --git a/drivers/video/sis/init.c b/drivers/video/fbdev/sis/init.c index bd40f5ecd901..bd40f5ecd901 100644 --- a/drivers/video/sis/init.c +++ b/drivers/video/fbdev/sis/init.c | |||
diff --git a/drivers/video/sis/init.h b/drivers/video/fbdev/sis/init.h index 85d6738b6c64..85d6738b6c64 100644 --- a/drivers/video/sis/init.h +++ b/drivers/video/fbdev/sis/init.h | |||
diff --git a/drivers/video/sis/init301.c b/drivers/video/fbdev/sis/init301.c index a89e3cafd5ad..a89e3cafd5ad 100644 --- a/drivers/video/sis/init301.c +++ b/drivers/video/fbdev/sis/init301.c | |||
diff --git a/drivers/video/sis/init301.h b/drivers/video/fbdev/sis/init301.h index 2112d6d7feda..2112d6d7feda 100644 --- a/drivers/video/sis/init301.h +++ b/drivers/video/fbdev/sis/init301.h | |||
diff --git a/drivers/video/sis/initdef.h b/drivers/video/fbdev/sis/initdef.h index 264b55a5947b..264b55a5947b 100644 --- a/drivers/video/sis/initdef.h +++ b/drivers/video/fbdev/sis/initdef.h | |||
diff --git a/drivers/video/sis/initextlfb.c b/drivers/video/fbdev/sis/initextlfb.c index 3ab18f5a3759..3ab18f5a3759 100644 --- a/drivers/video/sis/initextlfb.c +++ b/drivers/video/fbdev/sis/initextlfb.c | |||
diff --git a/drivers/video/sis/oem300.h b/drivers/video/fbdev/sis/oem300.h index b73f26840143..b73f26840143 100644 --- a/drivers/video/sis/oem300.h +++ b/drivers/video/fbdev/sis/oem300.h | |||
diff --git a/drivers/video/sis/oem310.h b/drivers/video/fbdev/sis/oem310.h index 8fce56e4482c..8fce56e4482c 100644 --- a/drivers/video/sis/oem310.h +++ b/drivers/video/fbdev/sis/oem310.h | |||
diff --git a/drivers/video/sis/sis.h b/drivers/video/fbdev/sis/sis.h index 1987f1b7212f..1987f1b7212f 100644 --- a/drivers/video/sis/sis.h +++ b/drivers/video/fbdev/sis/sis.h | |||
diff --git a/drivers/video/sis/sis_accel.c b/drivers/video/fbdev/sis/sis_accel.c index ceb434c95c0d..ceb434c95c0d 100644 --- a/drivers/video/sis/sis_accel.c +++ b/drivers/video/fbdev/sis/sis_accel.c | |||
diff --git a/drivers/video/sis/sis_accel.h b/drivers/video/fbdev/sis/sis_accel.h index 30e03cdf6b85..30e03cdf6b85 100644 --- a/drivers/video/sis/sis_accel.h +++ b/drivers/video/fbdev/sis/sis_accel.h | |||
diff --git a/drivers/video/sis/sis_main.c b/drivers/video/fbdev/sis/sis_main.c index 22ad028bf123..22ad028bf123 100644 --- a/drivers/video/sis/sis_main.c +++ b/drivers/video/fbdev/sis/sis_main.c | |||
diff --git a/drivers/video/sis/sis_main.h b/drivers/video/fbdev/sis/sis_main.h index 32e23c209430..32e23c209430 100644 --- a/drivers/video/sis/sis_main.h +++ b/drivers/video/fbdev/sis/sis_main.h | |||
diff --git a/drivers/video/sis/vgatypes.h b/drivers/video/fbdev/sis/vgatypes.h index e3f9976cfef0..e3f9976cfef0 100644 --- a/drivers/video/sis/vgatypes.h +++ b/drivers/video/fbdev/sis/vgatypes.h | |||
diff --git a/drivers/video/sis/vstruct.h b/drivers/video/fbdev/sis/vstruct.h index ea94d214dcff..ea94d214dcff 100644 --- a/drivers/video/sis/vstruct.h +++ b/drivers/video/fbdev/sis/vstruct.h | |||
diff --git a/drivers/video/skeletonfb.c b/drivers/video/fbdev/skeletonfb.c index fefde7c6add7..fefde7c6add7 100644 --- a/drivers/video/skeletonfb.c +++ b/drivers/video/fbdev/skeletonfb.c | |||
diff --git a/drivers/video/sm501fb.c b/drivers/video/fbdev/sm501fb.c index 1501979099dc..1501979099dc 100644 --- a/drivers/video/sm501fb.c +++ b/drivers/video/fbdev/sm501fb.c | |||
diff --git a/drivers/video/smscufx.c b/drivers/video/fbdev/smscufx.c index d513ed6a49f2..d513ed6a49f2 100644 --- a/drivers/video/smscufx.c +++ b/drivers/video/fbdev/smscufx.c | |||
diff --git a/drivers/video/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c index f4daa59f0a80..f4daa59f0a80 100644 --- a/drivers/video/ssd1307fb.c +++ b/drivers/video/fbdev/ssd1307fb.c | |||
diff --git a/drivers/video/sstfb.c b/drivers/video/fbdev/sstfb.c index f0cb279ef333..f0cb279ef333 100644 --- a/drivers/video/sstfb.c +++ b/drivers/video/fbdev/sstfb.c | |||
diff --git a/drivers/video/sticore.h b/drivers/video/fbdev/sticore.h index af1619536ac8..af1619536ac8 100644 --- a/drivers/video/sticore.h +++ b/drivers/video/fbdev/sticore.h | |||
diff --git a/drivers/video/stifb.c b/drivers/video/fbdev/stifb.c index cfe8a2f905c5..cfe8a2f905c5 100644 --- a/drivers/video/stifb.c +++ b/drivers/video/fbdev/stifb.c | |||
diff --git a/drivers/video/sunxvr1000.c b/drivers/video/fbdev/sunxvr1000.c index 58241b47a96d..58241b47a96d 100644 --- a/drivers/video/sunxvr1000.c +++ b/drivers/video/fbdev/sunxvr1000.c | |||
diff --git a/drivers/video/sunxvr2500.c b/drivers/video/fbdev/sunxvr2500.c index 843b6bab0483..843b6bab0483 100644 --- a/drivers/video/sunxvr2500.c +++ b/drivers/video/fbdev/sunxvr2500.c | |||
diff --git a/drivers/video/sunxvr500.c b/drivers/video/fbdev/sunxvr500.c index 387350d004df..387350d004df 100644 --- a/drivers/video/sunxvr500.c +++ b/drivers/video/fbdev/sunxvr500.c | |||
diff --git a/drivers/video/svgalib.c b/drivers/video/fbdev/svgalib.c index 9e01322fabe3..9e01322fabe3 100644 --- a/drivers/video/svgalib.c +++ b/drivers/video/fbdev/svgalib.c | |||
diff --git a/drivers/video/syscopyarea.c b/drivers/video/fbdev/syscopyarea.c index 844a32fd38ed..844a32fd38ed 100644 --- a/drivers/video/syscopyarea.c +++ b/drivers/video/fbdev/syscopyarea.c | |||
diff --git a/drivers/video/sysfillrect.c b/drivers/video/fbdev/sysfillrect.c index 33ee3d34f9d2..33ee3d34f9d2 100644 --- a/drivers/video/sysfillrect.c +++ b/drivers/video/fbdev/sysfillrect.c | |||
diff --git a/drivers/video/sysimgblt.c b/drivers/video/fbdev/sysimgblt.c index a4d05b1b17d7..a4d05b1b17d7 100644 --- a/drivers/video/sysimgblt.c +++ b/drivers/video/fbdev/sysimgblt.c | |||
diff --git a/drivers/video/tcx.c b/drivers/video/fbdev/tcx.c index 7fb2d696fac7..7fb2d696fac7 100644 --- a/drivers/video/tcx.c +++ b/drivers/video/fbdev/tcx.c | |||
diff --git a/drivers/video/tdfxfb.c b/drivers/video/fbdev/tdfxfb.c index f761fe375f5b..f761fe375f5b 100644 --- a/drivers/video/tdfxfb.c +++ b/drivers/video/fbdev/tdfxfb.c | |||
diff --git a/drivers/video/tgafb.c b/drivers/video/fbdev/tgafb.c index 65ba9921506e..65ba9921506e 100644 --- a/drivers/video/tgafb.c +++ b/drivers/video/fbdev/tgafb.c | |||
diff --git a/drivers/video/tmiofb.c b/drivers/video/fbdev/tmiofb.c index 7fb4e321a431..7fb4e321a431 100644 --- a/drivers/video/tmiofb.c +++ b/drivers/video/fbdev/tmiofb.c | |||
diff --git a/drivers/video/tridentfb.c b/drivers/video/fbdev/tridentfb.c index 7ed9a227f5ea..7ed9a227f5ea 100644 --- a/drivers/video/tridentfb.c +++ b/drivers/video/fbdev/tridentfb.c | |||
diff --git a/drivers/video/udlfb.c b/drivers/video/fbdev/udlfb.c index 77b890e4d296..77b890e4d296 100644 --- a/drivers/video/udlfb.c +++ b/drivers/video/fbdev/udlfb.c | |||
diff --git a/drivers/video/uvesafb.c b/drivers/video/fbdev/uvesafb.c index 509d452e8f91..509d452e8f91 100644 --- a/drivers/video/uvesafb.c +++ b/drivers/video/fbdev/uvesafb.c | |||
diff --git a/drivers/video/valkyriefb.c b/drivers/video/fbdev/valkyriefb.c index 97cb9bd1d1dd..97cb9bd1d1dd 100644 --- a/drivers/video/valkyriefb.c +++ b/drivers/video/fbdev/valkyriefb.c | |||
diff --git a/drivers/video/valkyriefb.h b/drivers/video/fbdev/valkyriefb.h index d787441e5a42..d787441e5a42 100644 --- a/drivers/video/valkyriefb.h +++ b/drivers/video/fbdev/valkyriefb.h | |||
diff --git a/drivers/video/vermilion/Makefile b/drivers/video/fbdev/vermilion/Makefile index cc21a656153d..cc21a656153d 100644 --- a/drivers/video/vermilion/Makefile +++ b/drivers/video/fbdev/vermilion/Makefile | |||
diff --git a/drivers/video/vermilion/cr_pll.c b/drivers/video/fbdev/vermilion/cr_pll.c index ebc6e6e0dd0f..ebc6e6e0dd0f 100644 --- a/drivers/video/vermilion/cr_pll.c +++ b/drivers/video/fbdev/vermilion/cr_pll.c | |||
diff --git a/drivers/video/vermilion/vermilion.c b/drivers/video/fbdev/vermilion/vermilion.c index 048a66640b03..048a66640b03 100644 --- a/drivers/video/vermilion/vermilion.c +++ b/drivers/video/fbdev/vermilion/vermilion.c | |||
diff --git a/drivers/video/vermilion/vermilion.h b/drivers/video/fbdev/vermilion/vermilion.h index 43d11ec197fc..43d11ec197fc 100644 --- a/drivers/video/vermilion/vermilion.h +++ b/drivers/video/fbdev/vermilion/vermilion.h | |||
diff --git a/drivers/video/vesafb.c b/drivers/video/fbdev/vesafb.c index 6170e7f58640..6170e7f58640 100644 --- a/drivers/video/vesafb.c +++ b/drivers/video/fbdev/vesafb.c | |||
diff --git a/drivers/video/vfb.c b/drivers/video/fbdev/vfb.c index 70a897b1e458..70a897b1e458 100644 --- a/drivers/video/vfb.c +++ b/drivers/video/fbdev/vfb.c | |||
diff --git a/drivers/video/vga16fb.c b/drivers/video/fbdev/vga16fb.c index 283d335a759f..283d335a759f 100644 --- a/drivers/video/vga16fb.c +++ b/drivers/video/fbdev/vga16fb.c | |||
diff --git a/drivers/video/via/Makefile b/drivers/video/fbdev/via/Makefile index 159f26e6adb5..159f26e6adb5 100644 --- a/drivers/video/via/Makefile +++ b/drivers/video/fbdev/via/Makefile | |||
diff --git a/drivers/video/via/accel.c b/drivers/video/fbdev/via/accel.c index 4b67b8e6030a..4b67b8e6030a 100644 --- a/drivers/video/via/accel.c +++ b/drivers/video/fbdev/via/accel.c | |||
diff --git a/drivers/video/via/accel.h b/drivers/video/fbdev/via/accel.h index 79d5e10cc835..79d5e10cc835 100644 --- a/drivers/video/via/accel.h +++ b/drivers/video/fbdev/via/accel.h | |||
diff --git a/drivers/video/via/chip.h b/drivers/video/fbdev/via/chip.h index d32a5076c20f..d32a5076c20f 100644 --- a/drivers/video/via/chip.h +++ b/drivers/video/fbdev/via/chip.h | |||
diff --git a/drivers/video/via/debug.h b/drivers/video/fbdev/via/debug.h index 86eacc2017f3..86eacc2017f3 100644 --- a/drivers/video/via/debug.h +++ b/drivers/video/fbdev/via/debug.h | |||
diff --git a/drivers/video/via/dvi.c b/drivers/video/fbdev/via/dvi.c index 7789553952d3..7789553952d3 100644 --- a/drivers/video/via/dvi.c +++ b/drivers/video/fbdev/via/dvi.c | |||
diff --git a/drivers/video/via/dvi.h b/drivers/video/fbdev/via/dvi.h index 4c6bfba57d11..4c6bfba57d11 100644 --- a/drivers/video/via/dvi.h +++ b/drivers/video/fbdev/via/dvi.h | |||
diff --git a/drivers/video/via/global.c b/drivers/video/fbdev/via/global.c index 3102171c1674..3102171c1674 100644 --- a/drivers/video/via/global.c +++ b/drivers/video/fbdev/via/global.c | |||
diff --git a/drivers/video/via/global.h b/drivers/video/fbdev/via/global.h index 275dbbbd6b81..275dbbbd6b81 100644 --- a/drivers/video/via/global.h +++ b/drivers/video/fbdev/via/global.h | |||
diff --git a/drivers/video/via/hw.c b/drivers/video/fbdev/via/hw.c index 22450908306c..22450908306c 100644 --- a/drivers/video/via/hw.c +++ b/drivers/video/fbdev/via/hw.c | |||
diff --git a/drivers/video/via/hw.h b/drivers/video/fbdev/via/hw.h index 3be073c58b03..3be073c58b03 100644 --- a/drivers/video/via/hw.h +++ b/drivers/video/fbdev/via/hw.h | |||
diff --git a/drivers/video/via/ioctl.c b/drivers/video/fbdev/via/ioctl.c index ea1c51428823..ea1c51428823 100644 --- a/drivers/video/via/ioctl.c +++ b/drivers/video/fbdev/via/ioctl.c | |||
diff --git a/drivers/video/via/ioctl.h b/drivers/video/fbdev/via/ioctl.h index 6010d10b59e8..6010d10b59e8 100644 --- a/drivers/video/via/ioctl.h +++ b/drivers/video/fbdev/via/ioctl.h | |||
diff --git a/drivers/video/via/lcd.c b/drivers/video/fbdev/via/lcd.c index 5d21ff436ec8..5d21ff436ec8 100644 --- a/drivers/video/via/lcd.c +++ b/drivers/video/fbdev/via/lcd.c | |||
diff --git a/drivers/video/via/lcd.h b/drivers/video/fbdev/via/lcd.h index 5c988a063ad5..5c988a063ad5 100644 --- a/drivers/video/via/lcd.h +++ b/drivers/video/fbdev/via/lcd.h | |||
diff --git a/drivers/video/via/share.h b/drivers/video/fbdev/via/share.h index 65c65c611e0a..65c65c611e0a 100644 --- a/drivers/video/via/share.h +++ b/drivers/video/fbdev/via/share.h | |||
diff --git a/drivers/video/via/tblDPASetting.c b/drivers/video/fbdev/via/tblDPASetting.c index 73bb554e7c1e..73bb554e7c1e 100644 --- a/drivers/video/via/tblDPASetting.c +++ b/drivers/video/fbdev/via/tblDPASetting.c | |||
diff --git a/drivers/video/via/tblDPASetting.h b/drivers/video/fbdev/via/tblDPASetting.h index 6db61519cb5d..6db61519cb5d 100644 --- a/drivers/video/via/tblDPASetting.h +++ b/drivers/video/fbdev/via/tblDPASetting.h | |||
diff --git a/drivers/video/via/via-core.c b/drivers/video/fbdev/via/via-core.c index 6e274825fb31..6e274825fb31 100644 --- a/drivers/video/via/via-core.c +++ b/drivers/video/fbdev/via/via-core.c | |||
diff --git a/drivers/video/via/via-gpio.c b/drivers/video/fbdev/via/via-gpio.c index e408679081ab..e408679081ab 100644 --- a/drivers/video/via/via-gpio.c +++ b/drivers/video/fbdev/via/via-gpio.c | |||
diff --git a/drivers/video/via/via_aux.c b/drivers/video/fbdev/via/via_aux.c index 4a0a55cdac3d..4a0a55cdac3d 100644 --- a/drivers/video/via/via_aux.c +++ b/drivers/video/fbdev/via/via_aux.c | |||
diff --git a/drivers/video/via/via_aux.h b/drivers/video/fbdev/via/via_aux.h index a8de3f038cea..a8de3f038cea 100644 --- a/drivers/video/via/via_aux.h +++ b/drivers/video/fbdev/via/via_aux.h | |||
diff --git a/drivers/video/via/via_aux_ch7301.c b/drivers/video/fbdev/via/via_aux_ch7301.c index 1cbe5037a6b0..1cbe5037a6b0 100644 --- a/drivers/video/via/via_aux_ch7301.c +++ b/drivers/video/fbdev/via/via_aux_ch7301.c | |||
diff --git a/drivers/video/via/via_aux_edid.c b/drivers/video/fbdev/via/via_aux_edid.c index 754d4509033f..754d4509033f 100644 --- a/drivers/video/via/via_aux_edid.c +++ b/drivers/video/fbdev/via/via_aux_edid.c | |||
diff --git a/drivers/video/via/via_aux_sii164.c b/drivers/video/fbdev/via/via_aux_sii164.c index ca1b35f033b1..ca1b35f033b1 100644 --- a/drivers/video/via/via_aux_sii164.c +++ b/drivers/video/fbdev/via/via_aux_sii164.c | |||
diff --git a/drivers/video/via/via_aux_vt1621.c b/drivers/video/fbdev/via/via_aux_vt1621.c index 38eca8479898..38eca8479898 100644 --- a/drivers/video/via/via_aux_vt1621.c +++ b/drivers/video/fbdev/via/via_aux_vt1621.c | |||
diff --git a/drivers/video/via/via_aux_vt1622.c b/drivers/video/fbdev/via/via_aux_vt1622.c index 8c79c68ba683..8c79c68ba683 100644 --- a/drivers/video/via/via_aux_vt1622.c +++ b/drivers/video/fbdev/via/via_aux_vt1622.c | |||
diff --git a/drivers/video/via/via_aux_vt1625.c b/drivers/video/fbdev/via/via_aux_vt1625.c index 03eb30165d36..03eb30165d36 100644 --- a/drivers/video/via/via_aux_vt1625.c +++ b/drivers/video/fbdev/via/via_aux_vt1625.c | |||
diff --git a/drivers/video/via/via_aux_vt1631.c b/drivers/video/fbdev/via/via_aux_vt1631.c index 06e742f1f723..06e742f1f723 100644 --- a/drivers/video/via/via_aux_vt1631.c +++ b/drivers/video/fbdev/via/via_aux_vt1631.c | |||
diff --git a/drivers/video/via/via_aux_vt1632.c b/drivers/video/fbdev/via/via_aux_vt1632.c index d24f4cd97401..d24f4cd97401 100644 --- a/drivers/video/via/via_aux_vt1632.c +++ b/drivers/video/fbdev/via/via_aux_vt1632.c | |||
diff --git a/drivers/video/via/via_aux_vt1636.c b/drivers/video/fbdev/via/via_aux_vt1636.c index 9e015c101d4d..9e015c101d4d 100644 --- a/drivers/video/via/via_aux_vt1636.c +++ b/drivers/video/fbdev/via/via_aux_vt1636.c | |||
diff --git a/drivers/video/via/via_clock.c b/drivers/video/fbdev/via/via_clock.c index db1e39277e32..db1e39277e32 100644 --- a/drivers/video/via/via_clock.c +++ b/drivers/video/fbdev/via/via_clock.c | |||
diff --git a/drivers/video/via/via_clock.h b/drivers/video/fbdev/via/via_clock.h index 88714ae0d157..88714ae0d157 100644 --- a/drivers/video/via/via_clock.h +++ b/drivers/video/fbdev/via/via_clock.h | |||
diff --git a/drivers/video/via/via_i2c.c b/drivers/video/fbdev/via/via_i2c.c index dd53058bbbb7..dd53058bbbb7 100644 --- a/drivers/video/via/via_i2c.c +++ b/drivers/video/fbdev/via/via_i2c.c | |||
diff --git a/drivers/video/via/via_modesetting.c b/drivers/video/fbdev/via/via_modesetting.c index 0b414b09b9b4..0b414b09b9b4 100644 --- a/drivers/video/via/via_modesetting.c +++ b/drivers/video/fbdev/via/via_modesetting.c | |||
diff --git a/drivers/video/via/via_modesetting.h b/drivers/video/fbdev/via/via_modesetting.h index f6a6503da3b3..f6a6503da3b3 100644 --- a/drivers/video/via/via_modesetting.h +++ b/drivers/video/fbdev/via/via_modesetting.h | |||
diff --git a/drivers/video/via/via_utility.c b/drivers/video/fbdev/via/via_utility.c index 35458a5eadc8..35458a5eadc8 100644 --- a/drivers/video/via/via_utility.c +++ b/drivers/video/fbdev/via/via_utility.c | |||
diff --git a/drivers/video/via/via_utility.h b/drivers/video/fbdev/via/via_utility.h index f23be1708c14..f23be1708c14 100644 --- a/drivers/video/via/via_utility.h +++ b/drivers/video/fbdev/via/via_utility.h | |||
diff --git a/drivers/video/via/viafbdev.c b/drivers/video/fbdev/via/viafbdev.c index 325c43c6ff97..325c43c6ff97 100644 --- a/drivers/video/via/viafbdev.c +++ b/drivers/video/fbdev/via/viafbdev.c | |||
diff --git a/drivers/video/via/viafbdev.h b/drivers/video/fbdev/via/viafbdev.h index f6b2ddf56e94..f6b2ddf56e94 100644 --- a/drivers/video/via/viafbdev.h +++ b/drivers/video/fbdev/via/viafbdev.h | |||
diff --git a/drivers/video/via/viamode.c b/drivers/video/fbdev/via/viamode.c index 0666ab01cf4a..0666ab01cf4a 100644 --- a/drivers/video/via/viamode.c +++ b/drivers/video/fbdev/via/viamode.c | |||
diff --git a/drivers/video/via/viamode.h b/drivers/video/fbdev/via/viamode.h index dd19106698e7..dd19106698e7 100644 --- a/drivers/video/via/viamode.h +++ b/drivers/video/fbdev/via/viamode.h | |||
diff --git a/drivers/video/via/vt1636.c b/drivers/video/fbdev/via/vt1636.c index ee2903b472cf..ee2903b472cf 100644 --- a/drivers/video/via/vt1636.c +++ b/drivers/video/fbdev/via/vt1636.c | |||
diff --git a/drivers/video/via/vt1636.h b/drivers/video/fbdev/via/vt1636.h index 4c1314e57468..4c1314e57468 100644 --- a/drivers/video/via/vt1636.h +++ b/drivers/video/fbdev/via/vt1636.h | |||
diff --git a/drivers/video/vt8500lcdfb.c b/drivers/video/fbdev/vt8500lcdfb.c index a8f2b280f796..a8f2b280f796 100644 --- a/drivers/video/vt8500lcdfb.c +++ b/drivers/video/fbdev/vt8500lcdfb.c | |||
diff --git a/drivers/video/vt8500lcdfb.h b/drivers/video/fbdev/vt8500lcdfb.h index 36ca3ca09d83..36ca3ca09d83 100644 --- a/drivers/video/vt8500lcdfb.h +++ b/drivers/video/fbdev/vt8500lcdfb.h | |||
diff --git a/drivers/video/vt8623fb.c b/drivers/video/fbdev/vt8623fb.c index 5c7cbc6c6236..5c7cbc6c6236 100644 --- a/drivers/video/vt8623fb.c +++ b/drivers/video/fbdev/vt8623fb.c | |||
diff --git a/drivers/video/w100fb.c b/drivers/video/fbdev/w100fb.c index 10951c82f6ed..10951c82f6ed 100644 --- a/drivers/video/w100fb.c +++ b/drivers/video/fbdev/w100fb.c | |||
diff --git a/drivers/video/w100fb.h b/drivers/video/fbdev/w100fb.h index fffae7b4f6e9..fffae7b4f6e9 100644 --- a/drivers/video/w100fb.h +++ b/drivers/video/fbdev/w100fb.h | |||
diff --git a/drivers/video/wm8505fb.c b/drivers/video/fbdev/wm8505fb.c index 537d199612af..537d199612af 100644 --- a/drivers/video/wm8505fb.c +++ b/drivers/video/fbdev/wm8505fb.c | |||
diff --git a/drivers/video/wm8505fb_regs.h b/drivers/video/fbdev/wm8505fb_regs.h index 4dd41668c6d1..4dd41668c6d1 100644 --- a/drivers/video/wm8505fb_regs.h +++ b/drivers/video/fbdev/wm8505fb_regs.h | |||
diff --git a/drivers/video/wmt_ge_rops.c b/drivers/video/fbdev/wmt_ge_rops.c index b0a9f34b2e01..b0a9f34b2e01 100644 --- a/drivers/video/wmt_ge_rops.c +++ b/drivers/video/fbdev/wmt_ge_rops.c | |||
diff --git a/drivers/video/wmt_ge_rops.h b/drivers/video/fbdev/wmt_ge_rops.h index f73ec6377a46..f73ec6377a46 100644 --- a/drivers/video/wmt_ge_rops.h +++ b/drivers/video/fbdev/wmt_ge_rops.h | |||
diff --git a/drivers/video/xen-fbfront.c b/drivers/video/fbdev/xen-fbfront.c index 901014bbc821..901014bbc821 100644 --- a/drivers/video/xen-fbfront.c +++ b/drivers/video/fbdev/xen-fbfront.c | |||
diff --git a/drivers/video/xilinxfb.c b/drivers/video/fbdev/xilinxfb.c index 553cff2f3f4c..553cff2f3f4c 100644 --- a/drivers/video/xilinxfb.c +++ b/drivers/video/fbdev/xilinxfb.c | |||
diff --git a/drivers/video/omap2/Kconfig b/drivers/video/omap2/Kconfig deleted file mode 100644 index 63b23f87081d..000000000000 --- a/drivers/video/omap2/Kconfig +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | config OMAP2_VRFB | ||
| 2 | bool | ||
| 3 | |||
| 4 | if ARCH_OMAP2PLUS | ||
| 5 | |||
| 6 | source "drivers/video/omap2/dss/Kconfig" | ||
| 7 | source "drivers/video/omap2/omapfb/Kconfig" | ||
| 8 | source "drivers/video/omap2/displays-new/Kconfig" | ||
| 9 | |||
| 10 | endif | ||
