Re: [PATCH 05/18] fbdev: initialize yoffset of varinfo

2013-06-21 Thread Marc Chalain
2013/6/21 David Herrmann > Hi Marc > > On Fri, Jun 21, 2013 at 2:17 PM, Marc Chalain > wrote: > > > > > > 2013/6/21 David Herrmann > >> > >> Hi > >> > >> On Fri, Jun 21, 2013 at 12:05 PM, Marc Chalain > >> wrote: > >> > > >> > > >> > 2013/6/21 David Herrmann > >> >> > >> >> Hi > >> >> > >> >>

Re: [PATCH 05/18] fbdev: initialize yoffset of varinfo

2013-06-21 Thread David Herrmann
Hi Marc On Fri, Jun 21, 2013 at 2:17 PM, Marc Chalain wrote: > > > 2013/6/21 David Herrmann >> >> Hi >> >> On Fri, Jun 21, 2013 at 12:05 PM, Marc Chalain >> wrote: >> > >> > >> > 2013/6/21 David Herrmann >> >> >> >> Hi >> >> >> >> On Fri, Jun 21, 2013 at 11:43 AM, Marc Chalain >> >> wrote: >>

Re: [PATCH 05/18] fbdev: initialize yoffset of varinfo

2013-06-21 Thread Marc Chalain
2013/6/21 David Herrmann > Hi > > On Fri, Jun 21, 2013 at 12:05 PM, Marc Chalain > wrote: > > > > > > 2013/6/21 David Herrmann > >> > >> Hi > >> > >> On Fri, Jun 21, 2013 at 11:43 AM, Marc Chalain > >> wrote: > >> > > >> > 2013/6/21 David Herrmann > >> >> > >> >> Hi > >> >> > >> >> On Fri, Ju

Re: [PATCH 05/18] fbdev: initialize yoffset of varinfo

2013-06-21 Thread David Herrmann
Hi On Fri, Jun 21, 2013 at 12:05 PM, Marc Chalain wrote: > > > 2013/6/21 David Herrmann >> >> Hi >> >> On Fri, Jun 21, 2013 at 11:43 AM, Marc Chalain >> wrote: >> > >> > 2013/6/21 David Herrmann >> >> >> >> Hi >> >> >> >> On Fri, Jun 21, 2013 at 10:49 AM, mchalain [marc.chal...@gmail.com] >> >

Re: [PATCH 05/18] fbdev: initialize yoffset of varinfo

2013-06-21 Thread Marc Chalain
2013/6/21 David Herrmann > Hi > > On Fri, Jun 21, 2013 at 11:43 AM, Marc Chalain > wrote: > > > > 2013/6/21 David Herrmann > >> > >> Hi > >> > >> On Fri, Jun 21, 2013 at 10:49 AM, mchalain [marc.chal...@gmail.com] > >> wrote: > >> > From: mchalain > >> > > >> > it initializes varinfo.yoffset

Re: [PATCH 05/18] fbdev: initialize yoffset of varinfo

2013-06-21 Thread David Herrmann
Hi On Fri, Jun 21, 2013 at 11:43 AM, Marc Chalain wrote: > > 2013/6/21 David Herrmann >> >> Hi >> >> On Fri, Jun 21, 2013 at 10:49 AM, mchalain [marc.chal...@gmail.com] >> wrote: >> > From: mchalain >> > >> > it initializes varinfo.yoffset. varinfo.yoffset has to >> > point on the beginning

Re: [PATCH 05/18] fbdev: initialize yoffset of varinfo

2013-06-21 Thread Marc Chalain
2013/6/21 David Herrmann > Hi > > On Fri, Jun 21, 2013 at 10:49 AM, mchalain [marc.chal...@gmail.com] > wrote: > > From: mchalain > > > > it initializes varinfo.yoffset. varinfo.yoffset has to > > point on the beginning of the video memory. > > The card uses this value to push on the screen

Re: [PATCH 05/18] fbdev: initialize yoffset of varinfo

2013-06-21 Thread David Herrmann
Hi On Fri, Jun 21, 2013 at 10:49 AM, mchalain [marc.chal...@gmail.com] wrote: > From: mchalain > > it initializes varinfo.yoffset. varinfo.yoffset has to > point on the beginning of the video memory. > The card uses this value to push on the screen a part of > the video memory when this one

[PATCH 05/18] fbdev: initialize yoffset of varinfo

2013-06-21 Thread mchalain [marc.chal...@gmail.com]
From: mchalain it initializes varinfo.yoffset. varinfo.yoffset has to point on the beginning of the video memory. The card uses this value to push on the screen a part of the video memory when this one is larger than the screen. --- weston/src/compositor-fbdev.c |6 ++ 1 file change