Re: Converting vrfb.c

2012-10-04 Thread Tomi Valkeinen
On Wed, 2012-10-03 at 11:41 -0700, Tony Lindgren wrote: Hi, * Tony Lindgren t...@atomide.com [120928 08:02]: * Tomi Valkeinen tomi.valkei...@ti.com [120928 05:05]: Hi, I'm a bit at loss how to deal with drivers/video/omap2/vrfb.c. VRFB is part of the SDRAM controller on

Re: Converting vrfb.c

2012-10-04 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [121004 03:20]: On Wed, 2012-10-03 at 11:41 -0700, Tony Lindgren wrote: Hi, * Tony Lindgren t...@atomide.com [120928 08:02]: * Tomi Valkeinen tomi.valkei...@ti.com [120928 05:05]: Hi, I'm a bit at loss how to deal with

Re: Converting vrfb.c

2012-10-03 Thread Tony Lindgren
Hi, * Tony Lindgren t...@atomide.com [120928 08:02]: * Tomi Valkeinen tomi.valkei...@ti.com [120928 05:05]: Hi, I'm a bit at loss how to deal with drivers/video/omap2/vrfb.c. VRFB is part of the SDRAM controller on OMAP2 and OMAP3. vrfb.c uses the following functions from sdrc.h:

Converting vrfb.c

2012-09-28 Thread Tomi Valkeinen
Hi, I'm a bit at loss how to deal with drivers/video/omap2/vrfb.c. VRFB is part of the SDRAM controller on OMAP2 and OMAP3. vrfb.c uses the following functions from sdrc.h: omap2_sms_write_rot_control(); omap2_sms_write_rot_size(); omap2_sms_write_rot_physical_ba(); There are no other

Re: Converting vrfb.c

2012-09-28 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [120928 05:05]: Hi, I'm a bit at loss how to deal with drivers/video/omap2/vrfb.c. VRFB is part of the SDRAM controller on OMAP2 and OMAP3. vrfb.c uses the following functions from sdrc.h: omap2_sms_write_rot_control(); omap2_sms_write_rot_size();