diff options
| -rw-r--r-- | Documentation/fb/udlfb.txt (renamed from drivers/staging/udlfb/udlfb.txt) | 0 | ||||
| -rw-r--r-- | drivers/staging/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/staging/Makefile | 1 | ||||
| -rw-r--r-- | drivers/staging/udlfb/Kconfig | 14 | ||||
| -rw-r--r-- | drivers/staging/udlfb/Makefile | 1 | ||||
| -rw-r--r-- | drivers/video/Kconfig | 14 | ||||
| -rw-r--r-- | drivers/video/Makefile | 1 | ||||
| -rw-r--r-- | drivers/video/udlfb.c (renamed from drivers/staging/udlfb/udlfb.c) | 3 | ||||
| -rw-r--r-- | include/video/udlfb.h (renamed from drivers/staging/udlfb/udlfb.h) | 0 |
9 files changed, 16 insertions, 20 deletions
diff --git a/drivers/staging/udlfb/udlfb.txt b/Documentation/fb/udlfb.txt index 7fdde2a02a27..7fdde2a02a27 100644 --- a/drivers/staging/udlfb/udlfb.txt +++ b/Documentation/fb/udlfb.txt | |||
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 5eafdf435550..df31a7228079 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig | |||
| @@ -111,8 +111,6 @@ source "drivers/staging/vt6655/Kconfig" | |||
| 111 | 111 | ||
| 112 | source "drivers/staging/vt6656/Kconfig" | 112 | source "drivers/staging/vt6656/Kconfig" |
| 113 | 113 | ||
| 114 | source "drivers/staging/udlfb/Kconfig" | ||
| 115 | |||
| 116 | source "drivers/staging/hv/Kconfig" | 114 | source "drivers/staging/hv/Kconfig" |
| 117 | 115 | ||
| 118 | source "drivers/staging/vme/Kconfig" | 116 | source "drivers/staging/vme/Kconfig" |
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index a97a955c094b..7a15c0c82b69 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile | |||
| @@ -38,7 +38,6 @@ obj-$(CONFIG_USB_SERIAL_QUATECH_USB2) += quatech_usb2/ | |||
| 38 | obj-$(CONFIG_OCTEON_ETHERNET) += octeon/ | 38 | obj-$(CONFIG_OCTEON_ETHERNET) += octeon/ |
| 39 | obj-$(CONFIG_VT6655) += vt6655/ | 39 | obj-$(CONFIG_VT6655) += vt6655/ |
| 40 | obj-$(CONFIG_VT6656) += vt6656/ | 40 | obj-$(CONFIG_VT6656) += vt6656/ |
| 41 | obj-$(CONFIG_FB_UDL) += udlfb/ | ||
| 42 | obj-$(CONFIG_HYPERV) += hv/ | 41 | obj-$(CONFIG_HYPERV) += hv/ |
| 43 | obj-$(CONFIG_VME_BUS) += vme/ | 42 | obj-$(CONFIG_VME_BUS) += vme/ |
| 44 | obj-$(CONFIG_MRST_RAR_HANDLER) += memrar/ | 43 | obj-$(CONFIG_MRST_RAR_HANDLER) += memrar/ |
diff --git a/drivers/staging/udlfb/Kconfig b/drivers/staging/udlfb/Kconfig deleted file mode 100644 index 65bd5db4ca56..000000000000 --- a/drivers/staging/udlfb/Kconfig +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | config FB_UDL | ||
| 2 | tristate "Displaylink USB Framebuffer support" | ||
| 3 | depends on FB && USB | ||
| 4 | select FB_MODE_HELPERS | ||
| 5 | select FB_SYS_FILLRECT | ||
| 6 | select FB_SYS_COPYAREA | ||
| 7 | select FB_SYS_IMAGEBLIT | ||
| 8 | select FB_SYS_FOPS | ||
| 9 | select FB_DEFERRED_IO | ||
| 10 | ---help--- | ||
| 11 | This is a kernel framebuffer driver for DisplayLink USB devices. | ||
| 12 | Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and | ||
| 13 | mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices. | ||
| 14 | To compile as a module, choose M here: the module name is udlfb. | ||
diff --git a/drivers/staging/udlfb/Makefile b/drivers/staging/udlfb/Makefile deleted file mode 100644 index 30d9e675b10f..000000000000 --- a/drivers/staging/udlfb/Makefile +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | obj-$(CONFIG_FB_UDL) += udlfb.o | ||
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 27c1fb4b1e0d..37771d0916ef 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
| @@ -2034,6 +2034,20 @@ config FB_SM501 | |||
| 2034 | 2034 | ||
| 2035 | If unsure, say N. | 2035 | If unsure, say N. |
| 2036 | 2036 | ||
| 2037 | config FB_UDL | ||
| 2038 | tristate "Displaylink USB Framebuffer support" | ||
| 2039 | depends on FB && USB | ||
| 2040 | select FB_MODE_HELPERS | ||
| 2041 | select FB_SYS_FILLRECT | ||
| 2042 | select FB_SYS_COPYAREA | ||
| 2043 | select FB_SYS_IMAGEBLIT | ||
| 2044 | select FB_SYS_FOPS | ||
| 2045 | select FB_DEFERRED_IO | ||
| 2046 | ---help--- | ||
| 2047 | This is a kernel framebuffer driver for DisplayLink USB devices. | ||
| 2048 | Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and | ||
| 2049 | mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices. | ||
| 2050 | To compile as a module, choose M here: the module name is udlfb. | ||
| 2037 | 2051 | ||
| 2038 | config FB_PNX4008_DUM | 2052 | config FB_PNX4008_DUM |
| 2039 | tristate "Display Update Module support on Philips PNX4008 board" | 2053 | tristate "Display Update Module support on Philips PNX4008 board" |
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 485e8ed1318c..03678e3021ab 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile | |||
| @@ -122,6 +122,7 @@ obj-$(CONFIG_FB_PNX4008_DUM_RGB) += pnx4008/ | |||
| 122 | obj-$(CONFIG_FB_IBM_GXT4500) += gxt4500.o | 122 | obj-$(CONFIG_FB_IBM_GXT4500) += gxt4500.o |
| 123 | obj-$(CONFIG_FB_PS3) += ps3fb.o | 123 | obj-$(CONFIG_FB_PS3) += ps3fb.o |
| 124 | obj-$(CONFIG_FB_SM501) += sm501fb.o | 124 | obj-$(CONFIG_FB_SM501) += sm501fb.o |
| 125 | obj-$(CONFIG_FB_UDL) += udlfb.o | ||
| 125 | obj-$(CONFIG_FB_XILINX) += xilinxfb.o | 126 | obj-$(CONFIG_FB_XILINX) += xilinxfb.o |
| 126 | obj-$(CONFIG_SH_MIPI_DSI) += sh_mipi_dsi.o | 127 | obj-$(CONFIG_SH_MIPI_DSI) += sh_mipi_dsi.o |
| 127 | obj-$(CONFIG_FB_SH_MOBILE_HDMI) += sh_mobile_hdmi.o | 128 | obj-$(CONFIG_FB_SH_MOBILE_HDMI) += sh_mobile_hdmi.o |
diff --git a/drivers/staging/udlfb/udlfb.c b/drivers/video/udlfb.c index fed25105970a..0cca4873d490 100644 --- a/drivers/staging/udlfb/udlfb.c +++ b/drivers/video/udlfb.c | |||
| @@ -26,8 +26,7 @@ | |||
| 26 | #include <linux/vmalloc.h> | 26 | #include <linux/vmalloc.h> |
| 27 | #include <linux/slab.h> | 27 | #include <linux/slab.h> |
| 28 | #include <linux/delay.h> | 28 | #include <linux/delay.h> |
| 29 | 29 | #include <video/udlfb.h> | |
| 30 | #include "udlfb.h" | ||
| 31 | 30 | ||
| 32 | static struct fb_fix_screeninfo dlfb_fix = { | 31 | static struct fb_fix_screeninfo dlfb_fix = { |
| 33 | .id = "udlfb", | 32 | .id = "udlfb", |
diff --git a/drivers/staging/udlfb/udlfb.h b/include/video/udlfb.h index 6f9785e9d62e..6f9785e9d62e 100644 --- a/drivers/staging/udlfb/udlfb.h +++ b/include/video/udlfb.h | |||
