]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: mixer: fix chroma comment in vp_video_buffer()
authorTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Tue, 22 Aug 2017 14:19:36 +0000 (16:19 +0200)
committerInki Dae <inki.dae@samsung.com>
Fri, 25 Aug 2017 03:03:52 +0000 (12:03 +0900)
commit4e7bc3b1329049358f20e960a2aebcce40520327
treedb3f043ae8f41350a75090ea350e67c212c74634
parent95e01077eddab3973c3e1313ffc3dfab9e3f6fc4
drm/exynos: mixer: fix chroma comment in vp_video_buffer()

The current comment sounds like the division op is done to
compensate for some hardware erratum. But the chroma plane
having half the height of the luma plane is just the way
NV12/NV21 is defined, so clarify this behaviour.

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_mixer.c