g2d: remove redundant cache flush
authorCho KyongHo <pullip.cho@samsung.com>
Mon, 5 Mar 2018 07:03:39 +0000 (16:03 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:15 +0000 (20:22 +0300)
commit7d7f3f780e1c7f9c1c01792ad87b3a8210f3d9e7
tree3b24a4f618987be6a592e954a6e4d016742c6d95
parentbb415e24d914d67b2867045b68c99e9801e34b59
g2d: remove redundant cache flush

g2d_flush_command_page() cleans the command list for the secure world
to update the commands in the list correctly. But it is also done in
g2d_hw_push_task().

Change-Id: Ic69c0d8cbb11fecd673411f1aa6d2ed19f3bd493
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
drivers/gpu/exynos/g2d/g2d_task.c