Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

2018-03-05 Thread Thomas Hellstrom
...@lists.freedesktop.org; Lukasz Spintzyk Subject: Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane On Thu, Dec 21, 2017 at 02:46:55PM +0200, Ville Syrjälä wrote: On Thu, Dec 21, 2017 at 12:10:08PM +0100, Lukasz Spintzyk wrote: Change-Id: I63dce004f8d3c5dc6a7c71070f1fab0707286ea5 Signed-off-by

Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

2018-03-05 Thread Daniel Vetter
> > > Sent: Thursday, December 21, 2017 5:11 AM > > > > > > To: Ville Syrjälä > > > > > > Cc: airl...@linux.ie; daniel.vet...@intel.com; dri- > > > > > > de...@lists.freedesktop.org; Lukasz Spintzyk > > > > > > > &

Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

2018-03-05 Thread Thomas Hellstrom
...@lists.freedesktop.org] On Behalf Of Daniel Vetter Sent: Thursday, December 21, 2017 5:11 AM To: Ville Syrjälä Cc: airl...@linux.ie; daniel.vet...@intel.com; dri- de...@lists.freedesktop.org; Lukasz Spintzyk Subject: Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane On Thu

Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

2018-03-05 Thread Daniel Vetter
to:dri-devel-boun...@lists.freedesktop.org] On > > > > Behalf > > > > Of Daniel Vetter > > > > Sent: Thursday, December 21, 2017 5:11 AM > > > > To: Ville Syrjälä > > > > Cc: airl...@linux.ie; daniel.vet...@intel.com; dri- > > >

Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

2018-03-05 Thread Thomas Hellstrom
Cc: airl...@linux.ie; daniel.vet...@intel.com; dri- de...@lists.freedesktop.org; Lukasz Spintzyk Subject: Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane On Thu, Dec 21, 2017 at 02:46:55PM +0200, Ville Syrjälä wrote: On Thu, Dec 21, 2017 at 12:10:08PM +0100, Lukasz

Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

2018-03-05 Thread Daniel Vetter
le Syrjälä > > Cc: airl...@linux.ie; daniel.vet...@intel.com; dri- > > de...@lists.freedesktop.org; Lukasz Spintzyk > > > > Subject: Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for > > drm_plane > > > > On Thu, Dec 21, 2017 at 02:46:5

RE: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

2018-02-28 Thread Deepak Singh Rawat
.org; Lukasz Spintzyk > > Subject: Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for > drm_plane > > On Thu, Dec 21, 2017 at 02:46:55PM +0200, Ville Syrjälä wrote: > > On Thu, Dec 21, 2017 at 12:10:08PM +0100, Lukasz Spintzyk wrote: > > > Change-Id: I63dce004f

RE: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

2018-02-07 Thread Deepak Singh Rawat
: Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane On 28/12/2017 10:03, Thomas Hellstrom wrote: Hi, Lukasz! (Sorry for top-posting). We have Deepak from our team working on the same subject. I think he's in over the holidays so I'll add him to the CC li

Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

2018-01-04 Thread Thomas Hellstrom
Hi, On 01/04/2018 02:52 PM, Lukasz Spintzyk wrote: On 28/12/2017 10:03, Thomas Hellstrom wrote: Hi, Lukasz! (Sorry for top-posting). We have Deepak from our team working on the same subject. I think he's in over the holidays so I'll add him to the CC list. Great! Adding damage to the p

Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

2018-01-04 Thread Lukasz Spintzyk
On 28/12/2017 10:03, Thomas Hellstrom wrote: Hi, Lukasz! (Sorry for top-posting). We have Deepak from our team working on the same subject. I think he's in over the holidays so I'll add him to the CC list. Great! Adding damage to the plane state is, IMO the correct way to do it. However,

Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

2017-12-28 Thread Thomas Hellstrom
Hi, Lukasz! (Sorry for top-posting). We have Deepak from our team working on the same subject. I think he's in over the holidays so I'll add him to the CC list. Adding damage to the plane state is, IMO the correct way to do it. However, from your proposal it's not clear whether damage is giv

Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

2017-12-22 Thread Lukasz Spintzyk
Thanks Ville and Daniel for for your response. I will try to come back with something later. thanks Lukasz On 21/12/2017 14:10, Daniel Vetter wrote: On Thu, Dec 21, 2017 at 02:46:55PM +0200, Ville Syrjälä wrote: > On Thu, Dec 21, 2017 at 12:10:08PM +0100, Lukasz Spintzyk wrote: > > Change-Id: I

Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

2017-12-21 Thread Daniel Vetter
On Thu, Dec 21, 2017 at 02:46:55PM +0200, Ville Syrjälä wrote: > On Thu, Dec 21, 2017 at 12:10:08PM +0100, Lukasz Spintzyk wrote: > > Change-Id: I63dce004f8d3c5dc6a7c71070f1fab0707286ea5 > > Signed-off-by: Lukasz Spintzyk > > --- > > drivers/gpu/drm/drm_atomic.c | 10 ++ > > drivers/

Re: [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

2017-12-21 Thread Ville Syrjälä
On Thu, Dec 21, 2017 at 12:10:08PM +0100, Lukasz Spintzyk wrote: > Change-Id: I63dce004f8d3c5dc6a7c71070f1fab0707286ea5 > Signed-off-by: Lukasz Spintzyk > --- > drivers/gpu/drm/drm_atomic.c | 10 ++ > drivers/gpu/drm/drm_mode_config.c | 6 ++ > drivers/gpu/drm/drm_plane.c

[PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

2017-12-21 Thread Lukasz Spintzyk
Change-Id: I63dce004f8d3c5dc6a7c71070f1fab0707286ea5 Signed-off-by: Lukasz Spintzyk --- drivers/gpu/drm/drm_atomic.c | 10 ++ drivers/gpu/drm/drm_mode_config.c | 6 ++ drivers/gpu/drm/drm_plane.c | 1 + include/drm/drm_mode_config.h | 5 + include/drm/drm_plane.h