summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_hdmi.c
diff options
context:
space:
mode:
authorHyungwon Hwang2015-07-01 12:09:24 +0200
committerInki Dae2015-08-16 03:23:29 +0200
commit988a47311952db42b3bf84be0dd515ca7d86aaa3 (patch)
tree79237ff82c7087a9bd484b223ff9d9b8df4ee8c4 /drivers/gpu/drm/exynos/exynos_hdmi.c
parentMerge tag 'drm-amdkfd-next-fixes-2015-08-05' of git://people.freedesktop.org/... (diff)
downloadkernel-qcow2-linux-988a47311952db42b3bf84be0dd515ca7d86aaa3.tar.gz
kernel-qcow2-linux-988a47311952db42b3bf84be0dd515ca7d86aaa3.tar.xz
kernel-qcow2-linux-988a47311952db42b3bf84be0dd515ca7d86aaa3.zip
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>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_hdmi.c')
0 files changed, 0 insertions, 0 deletions