]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/exynos: mixer: remove src offset from mixer_graph_buffer()
authorTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Tue, 22 Aug 2017 14:19:40 +0000 (16:19 +0200)
committerInki Dae <inki.dae@samsung.com>
Fri, 25 Aug 2017 03:10:33 +0000 (12:10 +0900)
commit5dff6905293123a6a2e280ef9eaa00dd59064f53
tree2debf45f17d95baad86a832bc4eef05e5da6cec9
parent1e60d62f3811e5c446738a85f61bed5d84de113b
drm/exynos: mixer: remove src offset from mixer_graph_buffer()

We always translate the dma address such that the offsets of
the source image are zero. Hence we can remove manipulation of
the MXR_GRAPHIC_SXY(win) register and just zero them once
in mixer_win_reset().

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