rk29 IPP:IPP driver provides synchronous and asynchronous call interfaces.
authorchenli <chenli@rockchip.com>
Tue, 28 Jun 2011 01:58:29 +0000 (09:58 +0800)
committerchenli <chenli@rockchip.com>
Tue, 28 Jun 2011 02:14:00 +0000 (10:14 +0800)
commitd9dced963e481235b1e219990783ef4c644d7a28
treebf8815cece0db2da3a0e91ffa30d374122ca9000
parent2caa51d22aaf6dd05475ebb7b67bf0de29cbb9af
rk29 IPP:IPP driver provides synchronous and asynchronous call interfaces.

1.In case of synchronous call please use ipp_blit_sync function.
  In case of asynchronous call please use ipp_blit_async function.
  The old interface ipp_do_blit is not recommended from now on.
2.Use ipp_blit_sync instead of ipp_do_blit in rk29_fb.c
arch/arm/mach-rk29/include/mach/rk29-ipp.h
drivers/staging/rk29/ipp/rk29-ipp.c
drivers/video/rk29_fb.c