diff options
author | Kevin Huang <kevinh@nvidia.com> | 2012-05-07 04:47:52 -0400 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2015-03-18 15:02:20 -0400 |
commit | bec01ff82268205dae71417bb60f8fd45ca4b3c4 (patch) | |
tree | 37673db1ff83d3f4d63fdf55f9e898940d095a89 /drivers/video/tegra/dc/Makefile | |
parent | d865c5618e070a9ecc00cd6433edc2d4273535cb (diff) |
video: tegra: dc: Add display feature table support.
Add display feature table so that user and kernel could set and
update window attributes properly.
Bug 962353
Change-Id: I08490a225892660126f3eefe4d5b7a4bb61d9bf7
Signed-off-by: Kevin Huang <kevinh@nvidia.com>
Reviewed-on: http://git-master/r/101078
Reviewed-by: Simone Willett <swillett@nvidia.com>
Tested-by: Simone Willett <swillett@nvidia.com>
Rebase-Id: Rcb2df6e6e059ab289531451c25da384bd9169f4e
Diffstat (limited to 'drivers/video/tegra/dc/Makefile')
-rw-r--r-- | drivers/video/tegra/dc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/tegra/dc/Makefile b/drivers/video/tegra/dc/Makefile index f0a59053b..fa46a0e0d 100644 --- a/drivers/video/tegra/dc/Makefile +++ b/drivers/video/tegra/dc/Makefile | |||
@@ -6,4 +6,5 @@ obj-y += edid.o | |||
6 | obj-y += nvsd.o | 6 | obj-y += nvsd.o |
7 | obj-y += dsi.o | 7 | obj-y += dsi.o |
8 | obj-y += dc_sysfs.o | 8 | obj-y += dc_sysfs.o |
9 | obj-y += dc_config.o | ||
9 | obj-$(CONFIG_TEGRA_DC_EXTENSIONS) += ext/ | 10 | obj-$(CONFIG_TEGRA_DC_EXTENSIONS) += ext/ |