rk29 IPP:IPP driver provides synchronous and asynchronous call interfaces.
authorchenli <chenli@rockchip.com>
Tue, 28 Jun 2011 06:39:32 +0000 (14:39 +0800)
committerchenli <chenli@rockchip.com>
Tue, 28 Jun 2011 06:44:15 +0000 (14:44 +0800)
commit2abd490402001c5fc1d3d45ace3244c7b86e8f92
tree4e5dc184eda2784609788d15b468d82345203c21
parentfa1654666c26beeac0e96fb2a4420dd1d29e7e72
rk29 IPP:IPP driver provides synchronous and asynchronous call interfaces.

1.In the case of synchronous call please use ipp_blit_sync function.
  In the case of asynchronous call please use ipp_blit_async function.
  The old interface ipp_do_blit is obsolete!
2.Use ipp_blit_sync instead of ipp_do_blit in rk29_fb.c and rk29_camera_oneframe.c.
3.Translate the Chinese commets into English.
arch/arm/mach-rk29/include/mach/rk29-ipp.h
drivers/media/video/rk29_camera_oneframe.c
drivers/staging/rk29/ipp/rk29-ipp.c