summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2015-12-29 12:09:13 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2015-12-29 12:09:13 +0300
commitcaf05780f6ed5eb7fe168dbabd9a8d7cfb45d89b (patch)
tree29df67a840f9d6bdf50192afadccadfb0a0506b3 /include
parentef1ea03d7574273d39b6af49494b02e337992a62 (diff)
parent5b63aa3feca79aebf14bc266690fd1d4a9ce4f2d (diff)
downloadlinux-caf05780f6ed5eb7fe168dbabd9a8d7cfb45d89b.tar.xz
Merge omapdss split between omapdrm and omapfb
Merge changes to create a separate copy of omapdss for omapdrm and omapfb.
Diffstat (limited to 'include')
-rw-r--r--include/video/omapdss.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index bbf942ebdd28..295b41e20d8e 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -368,14 +368,12 @@ struct omap_video_timings {
enum omap_dss_signal_edge sync_pclk_edge;
};
-#ifdef CONFIG_OMAP2_DSS_VENC
/* Hardcoded timings for tv modes. Venc only uses these to
* identify the mode, and does not actually use the configs
* itself. However, the configs should be something that
* a normal monitor can also show */
extern const struct omap_video_timings omap_dss_pal_timings;
extern const struct omap_video_timings omap_dss_ntsc_timings;
-#endif
struct omap_dss_cpr_coefs {
s16 rr, rg, rb;