g2d: remove redundant cache flush
authorCho KyongHo <pullip.cho@samsung.com>
Mon, 5 Mar 2018 07:03:39 +0000 (16:03 +0900)
committerSeungchul Kim <sc377.kim@samsung.com>
Mon, 28 May 2018 05:28:04 +0000 (14:28 +0900)
commit9320fd771c906b17cafc27f35dfde2c03f8be4ec
treeb464936433d36b07d57bcfad9673da1c81a35e86
parentdbedcbaf954918cc55d6b945c1347009be463a33
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