commit | c3585da2e86985753e9b32bcf5b661707bd3d08d | [log] [tgz] |
---|---|---|
author | Sushil Chauhan <sushilchauhan@codeaurora.org> | Wed Sep 02 17:04:50 2015 -0700 |
committer | Sushil Chauhan <sushilchauhan@codeaurora.org> | Thu Sep 10 10:41:34 2015 -0700 |
tree | de59d77765085dc6dff3cdb0819d843a733e1dcc | |
parent | 5ea144d2235971be9ffda5989e2a1b999cf04d37 [diff] |
sdm: Add support for HAL_PIXEL_FORMAT_BGR_565 1. HAL_PIXEL_FORMAT_RGB_565 has BGR ordering, so it cannot be macro tiled as per UBWC specifications. HAL_PIXEL_FORMAT_BGR_565 has been defined to enable RGB_565 UBWC rendering. 2. Define kFormatBGR565 to support HAL_PIXEL_FORMAT_BGR_565 in SDM. 3. Replace kFormatRGB565Ubwc with kFormatBGR565Ubwc format. CRs-Fixed: 904907 Change-Id: Iade48cae51087424c3d8ecb3c39285448aad5151