commit | a33c7e496a57ba6bb8b8960715ddbee559908a36 | [log] [tgz] |
---|---|---|
author | Fabien Sanglard <sanglardf@google.com> | Fri Mar 10 10:31:14 2017 -0800 |
committer | Fabien Sanglard <sanglardf@google.com> | Thu Mar 16 17:19:02 2017 -0700 |
tree | 840ab477f380338dcb24409a8adf16ef0835014e | |
parent | 049331f6f7056c9ed291cf0d1fdaeddf2031c52b [diff] [blame] |
Add maxVirtualDisplaySize to configStore Change-Id: I2c97995edda77b0044d3eaf394080bf7be6c0d77
diff --git a/configstore/1.0/ISurfaceFlingerConfigs.hal b/configstore/1.0/ISurfaceFlingerConfigs.hal index ce967ee..1eaa4e9 100644 --- a/configstore/1.0/ISurfaceFlingerConfigs.hal +++ b/configstore/1.0/ISurfaceFlingerConfigs.hal
@@ -84,4 +84,10 @@ * GL composition. */ useHwcForRGBtoYUV() generates(OptionalBool value); + + /* + * Maximum dimension supported by HWC for virtual display. + * Must be equals to min(max_width, max_height). + */ + maxVirtualDisplaySize() generates (OptionalUInt64 value); };