Re: [PATCH v4 6/9] drm/tegra: Implement page-flipping support

2013-02-28 Thread Mario Kleiner
On 02/25/2013 08:06 AM, Thierry Reding wrote: On Fri, Feb 22, 2013 at 05:13:47PM +0100, Mario Kleiner wrote: On 02/21/2013 03:35 PM, Thierry Reding wrote: All the necessary support bits like .mode_set_base() and VBLANK are now available, so page-flipping case easily be implemented on top. Sign

[PATCH v4 6/9] drm/tegra: Implement page-flipping support

2013-02-28 Thread Mario Kleiner
On 02/25/2013 08:06 AM, Thierry Reding wrote: > On Fri, Feb 22, 2013 at 05:13:47PM +0100, Mario Kleiner wrote: >> On 02/21/2013 03:35 PM, Thierry Reding wrote: >>> All the necessary support bits like .mode_set_base() and VBLANK are now >>> available, so page-flipping case easily be implemented on t

[PATCH v4 6/9] drm/tegra: Implement page-flipping support

2013-02-25 Thread Thierry Reding
On Fri, Feb 22, 2013 at 05:13:47PM +0100, Mario Kleiner wrote: > On 02/21/2013 03:35 PM, Thierry Reding wrote: > >All the necessary support bits like .mode_set_base() and VBLANK are now > >available, so page-flipping case easily be implemented on top. > > > >Signed-off-by: Thierry Reding > >--- >

Re: [PATCH v4 6/9] drm/tegra: Implement page-flipping support

2013-02-24 Thread Thierry Reding
On Fri, Feb 22, 2013 at 05:13:47PM +0100, Mario Kleiner wrote: > On 02/21/2013 03:35 PM, Thierry Reding wrote: > >All the necessary support bits like .mode_set_base() and VBLANK are now > >available, so page-flipping case easily be implemented on top. > > > >Signed-off-by: Thierry Reding > >--- >

[PATCH v4 6/9] drm/tegra: Implement page-flipping support

2013-02-22 Thread Mario Kleiner
On 02/21/2013 03:35 PM, Thierry Reding wrote: > All the necessary support bits like .mode_set_base() and VBLANK are now > available, so page-flipping case easily be implemented on top. > > Signed-off-by: Thierry Reding > --- > Changes in v3: > - use drm_send_vblank_event() > - set crtc->fb field >

Re: [PATCH v4 6/9] drm/tegra: Implement page-flipping support

2013-02-22 Thread Mario Kleiner
On 02/21/2013 03:35 PM, Thierry Reding wrote: All the necessary support bits like .mode_set_base() and VBLANK are now available, so page-flipping case easily be implemented on top. Signed-off-by: Thierry Reding --- Changes in v3: - use drm_send_vblank_event() - set crtc->fb field Changes in v4

[PATCH v4 6/9] drm/tegra: Implement page-flipping support

2013-02-21 Thread Thierry Reding
All the necessary support bits like .mode_set_base() and VBLANK are now available, so page-flipping case easily be implemented on top. Signed-off-by: Thierry Reding --- Changes in v3: - use drm_send_vblank_event() - set crtc->fb field Changes in v4: - fix a potential race by checking that a fram

[PATCH v4 6/9] drm/tegra: Implement page-flipping support

2013-02-21 Thread Thierry Reding
All the necessary support bits like .mode_set_base() and VBLANK are now available, so page-flipping case easily be implemented on top. Signed-off-by: Thierry Reding --- Changes in v3: - use drm_send_vblank_event() - set crtc->fb field Changes in v4: - fix a potential race by checking that a fram