diff options
author | Hyungwon Hwang <human.hwang@samsung.com> | 2015-07-01 13:09:24 +0300 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2015-08-11 11:21:34 +0300 |
commit | f2d016011c04fc36580a3efeeee9217fd80298f8 (patch) | |
tree | 49c08cde055b4d3045141282cb0852fb610ee79d /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | bdce3e7c729907e303396690b2b23b972c6717be (diff) | |
download | linux-f2d016011c04fc36580a3efeeee9217fd80298f8.tar.xz |
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 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions