Directory Files
.. 2
File Size
Kconfig 559 B
Makefile 280 B
TODO 784 B
ddk750.h 466 B
ddk750_chip.c 9.8 kB
ddk750_chip.h 2.3 kB
ddk750_display.c 4.2 kB
ddk750_display.h 2.9 kB
ddk750_dvi.c 1.7 kB
ddk750_dvi.h 2.0 kB
ddk750_hwi2c.c 5.7 kB
ddk750_hwi2c.h 373 B
ddk750_mode.c 6.9 kB
ddk750_mode.h 939 B
ddk750_power.c 2.9 kB
ddk750_power.h 865 B
ddk750_reg.h 80 kB
ddk750_sii164.c 11 kB
ddk750_sii164.h 5.6 kB
ddk750_swi2c.c 13 kB
ddk750_swi2c.h 1.6 kB
readme 1.5 kB
sm750.c 30 kB
sm750.h 5.7 kB
sm750_accel.c 12 kB
sm750_accel.h 12 kB
sm750_cursor.c 4.1 kB
sm750_cursor.h 694 B
sm750_hw.c 14 kB
sm750fb.mod.c 0 B

Linux v6.6.1 - sm750fb

# SPDX-License-Identifier: GPL-2.0
config FB_SM750
	tristate "Silicon Motion SM750 framebuffer support"
	depends on FB && PCI && HAS_IOPORT
	select FB_MODE_HELPERS
	select FB_CFB_FILLRECT
	select FB_CFB_COPYAREA
	select FB_CFB_IMAGEBLIT
	select VIDEO_NOMODESET
	help
	  Frame buffer driver for the Silicon Motion SM750 chip
	  with 2D acceleration and dual head support.

	  This driver is also available as a module. The module will be
	  called sm750fb. If you want to compile it as a module, say M
	  here and read <file:Documentation/kbuild/modules.rst>.