Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8e8f89d authored by Sudip Mukherjee's avatar Sudip Mukherjee Committed by Greg Kroah-Hartman
Browse files

Revert "staging: sm7xxfb: remove driver"



This reverts commit "dc93c852"

Signed-off-by: default avatarSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5da41e92
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -58,6 +58,8 @@ source "drivers/staging/vt6656/Kconfig"

source "drivers/staging/iio/Kconfig"

source "drivers/staging/sm7xxfb/Kconfig"

source "drivers/staging/xgifb/Kconfig"

source "drivers/staging/emxx_udc/Kconfig"
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ obj-$(CONFIG_VT6655) += vt6655/
obj-$(CONFIG_VT6656)		+= vt6656/
obj-$(CONFIG_VME_BUS)		+= vme/
obj-$(CONFIG_IIO)		+= iio/
obj-$(CONFIG_FB_SM7XX)		+= sm7xxfb/
obj-$(CONFIG_FB_XGI)		+= xgifb/
obj-$(CONFIG_USB_EMXX)		+= emxx_udc/
obj-$(CONFIG_FT1000)		+= ft1000/
+13 −0
Original line number Diff line number Diff line
config FB_SM7XX
	tristate "Silicon Motion SM7XX framebuffer support"
	depends on FB && PCI
	select FB_CFB_FILLRECT
	select FB_CFB_COPYAREA
	select FB_CFB_IMAGEBLIT
	help
	  Frame buffer driver for the Silicon Motion SM710, SM712, SM721
	  and SM722 chips.

	  This driver is also available as a module. The module will be
	  called sm7xxfb. If you want to compile it as a module, say M
	  here and read <file:Documentation/kbuild/modules.txt>.
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_FB_SM7XX) += sm7xxfb.o
+9 −0
Original line number Diff line number Diff line
TODO:
- Dual head support
- 2D acceleration support
- use kernel coding style
- refine the code and remove unused code
- move it to drivers/video/sm7xxfb.c

Please send any patches to Greg Kroah-Hartman <greg@kroah.com> and
Teddy Wang <teddy.wang@siliconmotion.com.cn>.
Loading