diff options
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r-- | include/video/omapdss.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 2123fb2d51cb..3db8b4c4d6ed 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -179,6 +179,7 @@ enum omap_overlay_caps { | |||
179 | OMAP_DSS_OVL_CAP_SCALE = 1 << 0, | 179 | OMAP_DSS_OVL_CAP_SCALE = 1 << 0, |
180 | OMAP_DSS_OVL_CAP_GLOBAL_ALPHA = 1 << 1, | 180 | OMAP_DSS_OVL_CAP_GLOBAL_ALPHA = 1 << 1, |
181 | OMAP_DSS_OVL_CAP_PRE_MULT_ALPHA = 1 << 2, | 181 | OMAP_DSS_OVL_CAP_PRE_MULT_ALPHA = 1 << 2, |
182 | OMAP_DSS_OVL_CAP_ZORDER = 1 << 3, | ||
182 | }; | 183 | }; |
183 | 184 | ||
184 | enum omap_overlay_manager_caps { | 185 | enum omap_overlay_manager_caps { |
@@ -412,7 +413,7 @@ struct omap_overlay_manager_info { | |||
412 | u32 trans_key; | 413 | u32 trans_key; |
413 | bool trans_enabled; | 414 | bool trans_enabled; |
414 | 415 | ||
415 | bool alpha_enabled; | 416 | bool partial_alpha_enabled; |
416 | 417 | ||
417 | bool cpr_enable; | 418 | bool cpr_enable; |
418 | struct omap_dss_cpr_coefs cpr_coefs; | 419 | struct omap_dss_cpr_coefs cpr_coefs; |