Re: [PATCH 05/18] drm: Add helper to implement legacy dirtyfb

2018-10-03 Thread Daniel Vetter
On Tue, Oct 02, 2018 at 04:30:30PM +, Deepak Singh Rawat wrote: > > On Thu, Sep 27, 2018 at 05:30:07PM -0700, Deepak Rawat wrote: > > > From: Rob Clark > > > > > > Add an atomic helper to implement dirtyfb support. This is needed to > > > support DSI command-mode panels with x11 userspace (ie

RE: [PATCH 05/18] drm: Add helper to implement legacy dirtyfb

2018-10-02 Thread Deepak Singh Rawat
> On Thu, Sep 27, 2018 at 05:30:07PM -0700, Deepak Rawat wrote: > > From: Rob Clark > > > > Add an atomic helper to implement dirtyfb support. This is needed to > > support DSI command-mode panels with x11 userspace (ie. when we can't > > rely on pageflips to trigger a flush to the panel). > > >

Re: [PATCH 05/18] drm: Add helper to implement legacy dirtyfb

2018-10-01 Thread Daniel Vetter
On Thu, Sep 27, 2018 at 05:30:07PM -0700, Deepak Rawat wrote: > From: Rob Clark > > Add an atomic helper to implement dirtyfb support. This is needed to > support DSI command-mode panels with x11 userspace (ie. when we can't > rely on pageflips to trigger a flush to the panel). > > v2: Modified

[PATCH 05/18] drm: Add helper to implement legacy dirtyfb

2018-09-27 Thread Deepak Rawat
From: Rob Clark Add an atomic helper to implement dirtyfb support. This is needed to support DSI command-mode panels with x11 userspace (ie. when we can't rely on pageflips to trigger a flush to the panel). v2: Modified the helper to use plane fb_damage_clips property and removed plane_state::d