MA-7715 fix GPU kernel panic reported by android CTS
authorRichard Liu <r66033@freescale.com>
Thu, 10 Mar 2016 09:53:59 +0000 (17:53 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:51:45 +0000 (14:51 -0500)
commit0497c2e4f6fae17b446e7c931b5561dccaf6a67f
treee1bdadfb1ffda1577f518c2c578e6d1f6ceb1134
parent5c2eb7f03ffd864e23edc8769c7c8b0ee9411751
MA-7715 fix GPU kernel panic reported by android CTS

The patch removes the dependence between cache flush operation and node.
Node is not used anymore when flush cache. Cache flush can work with only
logical address passed into underlying functions does not need physical
address.

Signed-off-by: Richard Liu <r66033@freescale.com>
(cherry picked from commit ad65770512d2baeb45f5d0622d985f9856b7cc1e)
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c