Re: [PATCH wayland-protocols v5] unstable/drm-lease: DRM lease protocol support

2018-09-06 Thread Marius-cristian Vlad
[resending... maybe this time works] On Wed, 2018-09-05 at 08:55 +0200, Philipp Zabel wrote: > Hi Marius, > > thank you for the update! Thank you for taking the time to look over this. > > Am Dienstag, den 04.09.2018, 17:39 +0300 schrieb Marius Vlad: > > Simple protocol extension to manage DRM

Re: [PATCH wayland-protocols v5] unstable/drm-lease: DRM lease protocol support

2018-09-06 Thread Marius-cristian Vlad
___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: [PATCH wayland-protocols v4] unstable/drm-lease: DRM lease protocol support

2018-08-31 Thread Marius-cristian Vlad
On Thu, 2018-08-30 at 14:38 +0200, Philipp Zabel wrote: > On Thu, 2018-08-30 at 11:01 +0000, Marius-cristian Vlad wrote: > [...] > > > One interesting question is how to handle the situation when the  > > > client deliberately, or not, holds the lease indefinitely. > &

RE: [PATCH wayland-protocols v4] unstable/drm-lease: DRM lease protocol support

2018-08-30 Thread Marius-cristian Vlad
Excuse my MUA, but I have no other means to reply atm. -Original Message- From: Philipp Zabel Sent: Thursday, August 30, 2018 10:03 AM To: Marius-cristian Vlad ; wayland-devel@lists.freedesktop.org Cc: kei...@keithp.com; eu...@de.adit-jv.com; dan...@fooishbar.org; ppaala...@gmail.com

Re: [PATCH wayland-protocols v3] unstable/drm-lease: DRM lease protocol support

2018-08-24 Thread Marius-cristian Vlad
On Fri, 2018-08-24 at 11:58 +0200, Philipp Zabel wrote: > Hi Marius, > > On Fri, 2018-08-24 at 09:21 +0000, Marius-cristian Vlad wrote: > > On Fri, 2018-08-24 at 10:57 +0200, Philipp Zabel wrote: > > [...] > > > > yes, sending one event per connector is a good de

Re: [PATCH wayland-protocols v3] unstable/drm-lease: DRM lease protocol support

2018-08-24 Thread Marius-cristian Vlad
23 Aug 2018 08:41:30 +0200 > > Philipp Zabel wrote: > > > > > Hi, > > > > > > On Wed, 2018-08-22 at 11:12 +, Marius-cristian Vlad wrote: > > > [...]   > > > > > Why not just send the connectors one by one, a single event >

Re: [PATCH wayland-protocols v3] unstable/drm-lease: DRM lease protocol support

2018-08-23 Thread Marius-cristian Vlad
On Thu, 2018-08-23 at 08:41 +0200, Philipp Zabel wrote: > Hi, > > On Wed, 2018-08-22 at 11:12 +0000, Marius-cristian Vlad wrote: > [...] > > > Why not just send the connectors one by one, a single event with > > > all > > > relevant information fo

Re: [PATCH wayland-protocols v3] unstable/drm-lease: DRM lease protocol support

2018-08-23 Thread Marius-cristian Vlad
On Thu, 2018-08-23 at 14:39 +0300, Pekka Paalanen wrote: > Sorry for the potentially duplicate email, my MUA messed up the CC > list > on the first go. > > > On Thu, 23 Aug 2018 08:41:30 +0200 > Philipp Zabel wrote: > > > Hi, > > > > On Wed, 2018-

Re: [PATCH wayland-protocols v3] unstable/drm-lease: DRM lease protocol support

2018-08-22 Thread Marius-cristian Vlad
On Wed, 2018-08-22 at 09:17 +0200, Philipp Zabel wrote: > Hi Marius, Hi, > > On Mon, 2018-08-20 at 23:00 +0300, Marius Vlad wrote: > > Simple protocol extension to manage DRM lease. Based on the work by > > Keith > > Packard in [1], respectively [2]. > > > > [1]

Re: [PATCH weston 1/2] desktop-shell: fix output removal for background/panel

2018-06-26 Thread Marius-cristian Vlad
On Thu, 2018-06-21 at 15:53 +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > When the compositor has multiple outputs (not clones) and one of them > is > removed, the ones remaining to the right will be moved to close the > gap. > Because reflowing the remaining outputs happens before

Re: [PATCH wayland 0/2] Document review and commit access requirements

2018-06-26 Thread Marius-cristian Vlad
On Mon, 2018-06-18 at 16:42 +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > Hi, > > for years we have relied on unwritten traditions on how to review > patches. Gaining commit access has been a secret rite no-one really > knew > what was required for to ask or grant it. I would dare

Re: [PATCH wayland-protocols v2] unstable/drm-lease: DRM lease protocol support

2018-05-30 Thread Marius-cristian Vlad
On Tue, 2018-05-29 at 17:10 +0300, Pekka Paalanen wrote: > On Mon, 12 Feb 2018 16:51:51 +0200 > Marius Vlad wrote: > > > Simple protocol extension to manage DRM lease. Based on the work by > > Keith > > Packard in [1], respectively [2]. > > > > [1]

Re: [PATCH weston v9 8/9] weston: support clone mode on DRM-frontend

2018-05-30 Thread Marius-cristian Vlad
Hi, This no longer applies, due to man/weston-drm changes. Fixing that I get "atomic: get couldn't commit new state: Invalid argument". Does that mean that HW doesn't support CRTC sharing you mention in the description? Am I using it properly? One more thing I found that using the following

Re: [PATCH wayland-protocols v2] unstable/drm-lease: DRM lease protocol support

2018-03-28 Thread Marius-cristian Vlad
Ping? Daniel? Have submitted a v4 for the server/client example. Would be nice to know if the protocol is at least OK or needs more work. On Mon, 2018-02-12 at 16:51 +0200, Marius Vlad wrote: > Simple protocol extension to manage DRM lease. Based on the work by > Keith > Packard in [1],

Re: [PATCH weston] libweston/compositor-drm: Reset repaint scheduled status when setting DPMS level to off

2018-03-26 Thread Marius-cristian Vlad
On Fri, 2018-03-23 at 21:30 +0300, Greg V wrote: > > On 7 March 2018 at 17:36, Marius Vlad > nxp.com  > > > Flists.freedesktop.org%2Fmailman%2Flistinfo%2Fwayland- > > devel=02%7C01%7Cmarius- > >

Re: [PATCH weston] libweston/compositor-drm: Reset repaint scheduled status when setting DPMS level to off

2018-03-09 Thread Marius-cristian Vlad
On Fri, 2018-03-09 at 09:35 +, Daniel Stone wrote: > Hi Marius, > > On 7 March 2018 at 17:36, Marius Vlad > wrote: > > Otherwise when setting dpms level DPMS_ON, > > weston_output_schedule_repaint() > > will bail out early and never get a chance to wake up the

Re: Weston refresh rate?

2018-03-06 Thread Marius-cristian Vlad
On Wed, 2018-02-28 at 16:24 +, Vanhauwaert Wouter wrote: > Hello all, > > I seem to have an issue, but don't really know what/who to address. > Whatever I try to run on my weston installation, I never seem to > exceed +- 40fps.  > That can also be seen by running the weston-simple-egl test. >

Re: [PATCH weston 1/2 v3] compositor-drm: Add support for DRM lease

2018-02-27 Thread Marius-cristian Vlad
Hi Philipp, Pekka, On Thu, 2018-02-22 at 10:29 +0200, Pekka Paalanen wrote: > On Wed, 21 Feb 2018 17:16:07 +0100 > Philipp Zabel wrote: > > > Hi Marius, > > > > On Wed, 2018-02-21 at 16:49 +0200, Marius Vlad wrote: > > > Signed-off-by: Marius Vlad

RE: [PATCH weston] desktop-shell: fix shell_output_destroy_move_layer unused variable

2018-02-13 Thread Marius-cristian Vlad
Thanks for spotting this. Reviewed-by: Marius-Vlad -Original Message- From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen Sent: Tuesday, February 13, 2018 4:22 PM To: wayland-devel@lists.freedesktop.org Cc:

Re: [PATCH weston 0/3 v2] DRM lease support

2018-02-13 Thread Marius-cristian Vlad
Hi, The sample client I've posted seems to be using the overlay plane. Also, Daniel Stone confirmed a while back that they can be used. However it seems that page flipping on the overlay plane can not be used if the connector is used in the same time (and I'm not treating that case -- I disable

RE: [PATCH weston] RFC: libweston/compositor-drm: Add support for drm-lease.

2018-01-25 Thread Marius-cristian Vlad
-Original Message- From: Pekka Paalanen [mailto:pekka.paala...@collabora.co.uk] Sent: Thursday, January 25, 2018 2:06 PM To: Daniel Stone <dan...@fooishbar.org> Cc: Marius-cristian Vlad <marius-cristian.v...@nxp.com>; Keith Packard <kei...@keithp.com&

RE: [PATCH weston] RFC: libweston/compositor-drm: Add support for drm-lease.

2018-01-25 Thread Marius-cristian Vlad
-Original Message- From: Daniel Stone [mailto:dan...@fooishbar.org] Sent: Thursday, January 25, 2018 12:07 AM To: Marius-cristian Vlad <marius-cristian.v...@nxp.com> Cc: wayland-devel@lists.freedesktop.org; Pekka Paalanen <pekka.paala...@collabora.co.uk>; Keith

RE: [PATCH wayland-protocols] RFC: unstable: DRM lease support

2018-01-25 Thread Marius-cristian Vlad
Apologies for inline answers. But there's no other way :(. I'll add my replies prefixed with my name. -Original Message- From: Daniel Stone [mailto:dan...@fooishbar.org] Sent: Wednesday, January 24, 2018 11:42 PM To: Marius-cristian Vlad <marius-cristian.v...@nxp.com> Cc: wayland