Re: [PATCH 2/2] drm/gma500: Add page flip support on psb/cdv

2019-11-07 Thread Patrik Jakobsson
On Thu, Nov 7, 2019 at 10:21 AM Daniel Vetter wrote: > > On Thu, Nov 7, 2019 at 10:08 AM Patrik Jakobsson > wrote: > > > > On Thu, Nov 7, 2019 at 9:31 AM Daniel Vetter wrote: > > > > > > On Wed, Nov 06, 2019 at 04:24:59PM +0100, Patrik Jakobsson wrote: > > > > On Wed, Nov 6, 2019 at 10:44 AM Pau

Re: [PATCH 2/2] drm/gma500: Add page flip support on psb/cdv

2019-11-07 Thread Daniel Vetter
On Thu, Nov 7, 2019 at 10:08 AM Patrik Jakobsson wrote: > > On Thu, Nov 7, 2019 at 9:31 AM Daniel Vetter wrote: > > > > On Wed, Nov 06, 2019 at 04:24:59PM +0100, Patrik Jakobsson wrote: > > > On Wed, Nov 6, 2019 at 10:44 AM Paul Kocialkowski > > > wrote: > > > > > > > > Legacy (non-atomic) page

Re: [PATCH 2/2] drm/gma500: Add page flip support on psb/cdv

2019-11-07 Thread Patrik Jakobsson
On Thu, Nov 7, 2019 at 9:31 AM Daniel Vetter wrote: > > On Wed, Nov 06, 2019 at 04:24:59PM +0100, Patrik Jakobsson wrote: > > On Wed, Nov 6, 2019 at 10:44 AM Paul Kocialkowski > > wrote: > > > > > > Legacy (non-atomic) page flip support is added to the driver by using the > > > mode_set_base CRTC

Re: [PATCH 2/2] drm/gma500: Add page flip support on psb/cdv

2019-11-07 Thread Daniel Vetter
On Wed, Nov 06, 2019 at 04:24:59PM +0100, Patrik Jakobsson wrote: > On Wed, Nov 6, 2019 at 10:44 AM Paul Kocialkowski > wrote: > > > > Legacy (non-atomic) page flip support is added to the driver by using the > > mode_set_base CRTC function, that allows configuring a new framebuffer for > > displa

Re: [PATCH 2/2] drm/gma500: Add page flip support on psb/cdv

2019-11-06 Thread Patrik Jakobsson
On Wed, Nov 6, 2019 at 10:44 AM Paul Kocialkowski wrote: > > Legacy (non-atomic) page flip support is added to the driver by using the > mode_set_base CRTC function, that allows configuring a new framebuffer for > display. Since the function requires the primary plane's fb to be set > already, thi

[PATCH 2/2] drm/gma500: Add page flip support on psb/cdv

2019-11-06 Thread Paul Kocialkowski
Legacy (non-atomic) page flip support is added to the driver by using the mode_set_base CRTC function, that allows configuring a new framebuffer for display. Since the function requires the primary plane's fb to be set already, this is done prior to calling the function in the page flip helper and