RE: [PATCH v3 2/3] V4L/DVB: OMAP_VOUT: Create a seperate vrfb functions library

2010-12-07 Thread Hiremath, Vaibhav
-Original Message- From: Taneja, Archit Sent: Thursday, November 04, 2010 1:26 PM To: Hiremath, Vaibhav Cc: linux-me...@vger.kernel.org; linux-omap@vger.kernel.org; Taneja, Archit Subject: [PATCH v3 2/3] V4L/DVB: OMAP_VOUT: Create a seperate vrfb [Hiremath, Vaibhav] Spelling

[PATCH v3 2/3] V4L/DVB: OMAP_VOUT: Create a seperate vrfb functions library

2010-11-04 Thread Archit Taneja
Create omap_vout_vrfb.c and omap_vout_vrfb.h, these contain functions which omap_vout will call if the rotation type is set to VRFB rotation. It is essentialy the code in omap_vout which is used for vrfb specific tasks. Signed-off-by: Archit Taneja arc...@ti.com ---