commit | 988a47311952db42b3bf84be0dd515ca7d86aaa3 | [log] [tgz] |
---|---|---|
author | Hyungwon Hwang <human.hwang@samsung.com> | Wed Jul 01 19:09:24 2015 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Sun Aug 16 10:23:29 2015 +0900 |
tree | 79237ff82c7087a9bd484b223ff9d9b8df4ee8c4 | |
parent | 8f9cb50789e76f3e224e8861adf650e55c747af4 [diff] |
drm/exynos: gsc: fix wrong bitwise operation for swap detection The bits for rotation are not used as exclusively. So GSC_IN_ROT_270 can not be used for swap detection. The definition of it is same with GSC_IN_ROT_MASK. It is enough to check GSC_IN_ROT_90 bit is set or not to check whether width / height size swapping is needed. Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>