commit | dbec6bb5edf8a2588945bc13f23f3a43fa1e425d | [log] [tgz] |
---|---|---|
author | Alan Kwong <akwong@codeaurora.org> | Wed Sep 21 20:28:46 2016 -0400 |
committer | Narendra Muppalla <NarendraM@codeaurora.org> | Tue Feb 21 11:11:00 2017 -0800 |
tree | e10c19372c3262bb4361088baca1b77e2d7cffde | |
parent | dbe13111165a3e2e883271593352f42a1c0c5d0a [diff] |
msm: sde: fix wrong chroma stride for h2v1/h1v2 formats Current driver is swapping the chroma subsample for the read pipe when rotation is in place, this configuration is already taken care by the rotator, and it is not needed to swap the chroma sampling for the rotator pipes. This fixes wrong stride calculations, causing wrong colors shown in h2v1/h1v2 tests. CRs-Fixed: 1069748 Change-Id: Idfbe229a39bda728aebbdecd45e468b808026ff8 Signed-off-by: Alan Kwong <akwong@codeaurora.org>