diff options
author | Erik Gilling <konkers@android.com> | 2010-07-11 17:06:28 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:35:02 -0800 |
commit | 7dc7d25e524e79700261534d084033e26ed94eeb (patch) | |
tree | 416905957f45754c9d006ddf315fae77b2c533f0 /drivers/video/Makefile | |
parent | c9b27df803a98d6f9a2d535ee2fb53dbec116ea7 (diff) |
video: tegra: add tegra display controller driver
Notable ommisions:
* support for anything but lvds panels
* inegration with nvhost driver to sync updates with 3D
* FB physical geometry is not set
* lacks interface to set overlay/window x,y offset
v2 changes:
* suspend/resume support
* move code into drivers/video/tegra/dc
* modularize output support
* clean register dumping, add debugfs register file
* code review feedback
* make the display controller register the framebuffer devices
Signed-off-by: Erik Gilling <konkers@android.com>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r-- | drivers/video/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 8b83129e209c..6ba964094fd4 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -141,6 +141,7 @@ obj-$(CONFIG_FB_MSM) += msm/ obj-$(CONFIG_FB_NUC900) += nuc900fb.o obj-$(CONFIG_FB_JZ4740) += jz4740_fb.o obj-$(CONFIG_FB_PUV3_UNIGFX) += fb-puv3.o +obj-y += tegra/ # Platform or fallback drivers go here obj-$(CONFIG_FB_UVESA) += uvesafb.o |