diff options
Diffstat (limited to 'drivers/video/omap2/dss/dss_features.h')
-rw-r--r-- | drivers/video/omap2/dss/dss_features.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dss_features.h b/drivers/video/omap2/dss/dss_features.h index b9c70be92588..b3f81415507c 100644 --- a/drivers/video/omap2/dss/dss_features.h +++ b/drivers/video/omap2/dss/dss_features.h | |||
@@ -33,6 +33,9 @@ enum dss_feat_id { | |||
33 | FEAT_PCKFREEENABLE = 1 << 5, | 33 | FEAT_PCKFREEENABLE = 1 << 5, |
34 | FEAT_FUNCGATED = 1 << 6, | 34 | FEAT_FUNCGATED = 1 << 6, |
35 | FEAT_MGR_LCD2 = 1 << 7, | 35 | FEAT_MGR_LCD2 = 1 << 7, |
36 | FEAT_LINEBUFFERSPLIT = 1 << 8, | ||
37 | FEAT_ROWREPEATENABLE = 1 << 9, | ||
38 | FEAT_RESIZECONF = 1 << 10, | ||
36 | }; | 39 | }; |
37 | 40 | ||
38 | /* DSS register field id */ | 41 | /* DSS register field id */ |
@@ -42,6 +45,8 @@ enum dss_feat_reg_field { | |||
42 | FEAT_REG_FIFOHIGHTHRESHOLD, | 45 | FEAT_REG_FIFOHIGHTHRESHOLD, |
43 | FEAT_REG_FIFOLOWTHRESHOLD, | 46 | FEAT_REG_FIFOLOWTHRESHOLD, |
44 | FEAT_REG_FIFOSIZE, | 47 | FEAT_REG_FIFOSIZE, |
48 | FEAT_REG_HORIZONTALACCU, | ||
49 | FEAT_REG_VERTICALACCU, | ||
45 | }; | 50 | }; |
46 | 51 | ||
47 | /* DSS Feature Functions */ | 52 | /* DSS Feature Functions */ |