Re: [PATCH] drm: Expose "FB_DAMAGE_CLIPS" property to atomic aware user-space only

2019-04-17 Thread Daniel Vetter
On Wed, Apr 17, 2019 at 12:35 AM Deepak Singh Rawat wrote: > > > > > > > > If you mean ssh on annarchy.freedesktop.org, I already have one > > > with > > > username - drawat > > > > You're added. Please check out the dim toturial and pls ask any > > questions here or on irc or wherever -

Re: [PATCH] drm: Expose "FB_DAMAGE_CLIPS" property to atomic aware user-space only

2019-04-16 Thread Deepak Singh Rawat
> > > > If you mean ssh on annarchy.freedesktop.org, I already have one > > with > > username - drawat > > You're added. Please check out the dim toturial and pls ask any > questions here or on irc or wherever - drm(-misc) maintainers are > happy to help out. > -Daniel > Hi I followed the

Re: [PATCH] drm: Expose "FB_DAMAGE_CLIPS" property to atomic aware user-space only

2019-04-16 Thread Daniel Vetter
On Tue, Apr 16, 2019 at 8:28 PM Deepak Singh Rawat wrote: > > On Tue, 2019-04-16 at 20:15 +0200, Daniel Vetter wrote: > > On Tue, Apr 16, 2019 at 6:21 PM Deepak Singh Rawat > > wrote: > > > > > > On Tue, 2019-04-16 at 09:42 +0200, Daniel Vetter wrote: > > > > On Mon, Apr 15, 2019 at 05:28:05PM

Re: [PATCH] drm: Expose "FB_DAMAGE_CLIPS" property to atomic aware user-space only

2019-04-16 Thread Deepak Singh Rawat
On Tue, 2019-04-16 at 20:15 +0200, Daniel Vetter wrote: > On Tue, Apr 16, 2019 at 6:21 PM Deepak Singh Rawat > wrote: > > > > On Tue, 2019-04-16 at 09:42 +0200, Daniel Vetter wrote: > > > On Mon, Apr 15, 2019 at 05:28:05PM +, Deepak Singh Rawat > > > wrote: > > > > Plane property

Re: [PATCH] drm: Expose "FB_DAMAGE_CLIPS" property to atomic aware user-space only

2019-04-16 Thread Daniel Vetter
On Tue, Apr 16, 2019 at 6:21 PM Deepak Singh Rawat wrote: > > On Tue, 2019-04-16 at 09:42 +0200, Daniel Vetter wrote: > > On Mon, Apr 15, 2019 at 05:28:05PM +, Deepak Singh Rawat wrote: > > > Plane property "FB_DAMAGE_CLIPS" can only be used by atomic aware > > > user-space, so no point

Re: [PATCH] drm: Expose "FB_DAMAGE_CLIPS" property to atomic aware user-space only

2019-04-16 Thread Deepak Singh Rawat
On Tue, 2019-04-16 at 09:42 +0200, Daniel Vetter wrote: > On Mon, Apr 15, 2019 at 05:28:05PM +, Deepak Singh Rawat wrote: > > Plane property "FB_DAMAGE_CLIPS" can only be used by atomic aware > > user-space, so no point exposing it otherwise. > > > > Signed-off-by: Deepak Rawat > > Fixes:

Re: [PATCH] drm: Expose "FB_DAMAGE_CLIPS" property to atomic aware user-space only

2019-04-16 Thread Daniel Vetter
On Mon, Apr 15, 2019 at 05:28:05PM +, Deepak Singh Rawat wrote: > Plane property "FB_DAMAGE_CLIPS" can only be used by atomic aware > user-space, so no point exposing it otherwise. > > Signed-off-by: Deepak Rawat > Fixes: d3b21767821e ("drm: Add a new plane property to send damage during >

[PATCH] drm: Expose "FB_DAMAGE_CLIPS" property to atomic aware user-space only

2019-04-15 Thread Deepak Singh Rawat
Plane property "FB_DAMAGE_CLIPS" can only be used by atomic aware user-space, so no point exposing it otherwise. Signed-off-by: Deepak Rawat Fixes: d3b21767821e ("drm: Add a new plane property to send damage during plane update") --- drivers/gpu/drm/drm_mode_config.c | 5 +++-- 1 file changed,