commit | 17ec91522fc7a2f65374e31b9969e6897f9b7512 | [log] [tgz] |
---|---|---|
author | Dhaval Patel <pdhaval@codeaurora.org> | Tue Aug 30 17:49:07 2016 -0700 |
committer | Narendra Muppalla <NarendraM@codeaurora.org> | Mon Jan 09 15:39:45 2017 -0800 |
tree | 02c775e18059f77bb2865fbd28f48ece38ee095e | |
parent | 1be10b625ab36dd5f6c9e76674e23d01292bb00c [diff] |
drm/msm/sde: fix color component order SDE hardware handles the color component without endianness. So, RGBA component keeps the "A" component on the lowest memory address that is LSB + lower address = Little endian format. The same applies to UBWC formats also. This patch fixes the color component order based on above requirement. Change-Id: I8cc03acef97f9777244bb3cad68e9992e22c3dd4 Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org>