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

2018-01-26 Thread Pekka Paalanen
t; > Cc: Marius-cristian Vlad <marius-cristian.v...@nxp.com>; Keith Packard > <kei...@keithp.com>; wayland-devel@lists.freedesktop.org > Subject: Re: [PATCH weston] RFC: libweston/compositor-drm: Add support for > drm-lease. > > On Thu, 25 Jan 2018 11:33:34 + > Da

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

2018-01-25 Thread Marius-cristian Vlad
gt;; wayland-devel@lists.freedesktop.org Subject: Re: [PATCH weston] RFC: libweston/compositor-drm: Add support for drm-lease. On Thu, 25 Jan 2018 11:33:34 + Daniel Stone <dan...@fooishbar.org> wrote: > Hi Marius, > > On 25 January 2018 at 11:10, Marius-cristian Vlad >

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

2018-01-25 Thread Pekka Paalanen
On Thu, 25 Jan 2018 11:33:34 + Daniel Stone wrote: > Hi Marius, > > On 25 January 2018 at 11:10, Marius-cristian Vlad > wrote: > > >> + wl_signal_emit(>wake_signal, > > >> compositor); > > >> +

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

2018-01-25 Thread Daniel Stone
Hi Marius, On 25 January 2018 at 11:10, Marius-cristian Vlad wrote: > >> +struct drm_display { > >> + uint32_t connector_id; > >> + uint32_t crtc_id; > >> + uint32_t plane_id; > >> +}; > > > > This seems to get stored but not used after that? > >

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

2018-01-25 Thread Marius-cristian Vlad
Packard <kei...@keithp.com> Subject: Re: [PATCH weston] RFC: libweston/compositor-drm: Add support for drm-lease. Hi Marius, The protocol changes I suggested would require a fair bit of work here, but I've enclosed a few comments on the implementation. [mvlad] No problem. Thanks for taking the time

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

2018-01-24 Thread Daniel Stone
Hi Marius, The protocol changes I suggested would require a fair bit of work here, but I've enclosed a few comments on the implementation. Also, do you have a client you're using for this somewhere, that we could use to test? On 24 January 2018 at 19:11, Marius Vlad