diff options
| author | Sree Sesha Aravind Vadrevu <svadrevu@codeaurora.org> | 2013-03-28 13:11:12 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:16:09 -0700 |
| commit | b3663936b1555fbc2e2f7249e81b51712187f120 (patch) | |
| tree | 5277b23226955ba6a92ee4647d4a2c3672d9a752 /include/uapi/linux | |
| parent | 95eba1e8c6cbdef9013a340da7fb0e9b7dc6bed6 (diff) | |
msm: mdss: Expose bandwidth compression capability to user
The userspace needs to be aware of the presence of bandwidth
compression use case which is a new hardware feature
Change-Id: I02ec320a2ab9add78000df0459c8095c8f8505fb
Signed-off-by: Sree Sesha Aravind Vadrevu <svadrevu@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 00e7d771d1a1..5a767754a114 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -686,6 +686,7 @@ struct mdss_hw_caps { uint8_t rgb_pipes; uint8_t vig_pipes; uint8_t dma_pipes; + uint32_t features; }; struct msmfb_metadata { |
