Commits

wu guoxing committed ce75a3ffeb2
ENGR00170452: gpu-viv: change from dma_sync_single_for_device to outer_clean_range dma_sync_single_for_device can only used for kernel physical memory, while in gpu, we will also clean user physical memory for pixmap, direct texture, etc. outer_clean_range can operate on both. Signed-off-by: Wu Guoxing <b39297@freescale.com> Acked-by: Lily Zhang <r58066@freescale.com>