Re: Weston compositor sleep from wayland client

2018-09-12 Thread nsolanki
On 2018-09-12 18:38, Pekka Paalanen wrote: On Wed, 12 Sep 2018 18:07:41 +0530 nsola...@codeaurora.org wrote: Hi Wayland/Weston team, I am working on weston 3.0. I am trying to put weston on WESTON_COMPOSITOR_SLEEPING state. Basically, I want to do this from client side (from wayland app).

Re: Weston compositor sleep from wayland client

2018-09-12 Thread Pekka Paalanen
On Wed, 12 Sep 2018 18:07:41 +0530 nsola...@codeaurora.org wrote: > Hi Wayland/Weston team, > > > I am working on weston 3.0. > > I am trying to put weston on WESTON_COMPOSITOR_SLEEPING state. > > Basically, I want to do this from client side (from wayland app). > > I want to turn off

RE: Weston compositor sleep from wayland client

2018-09-12 Thread Ucan, Emre (ADITG/ESB)
Hi, I think it is not possible without modifications. You have to develop your own wayland procotol extension. Then, you have to implement it in weston and your application. Best regards Emre Ucan Engineering Software Base (ADITG/ESB) Tel. +49 5121 49 6937 > -Original Message- >

Weston compositor sleep from wayland client

2018-09-12 Thread nsolanki
Hi Wayland/Weston team, I am working on weston 3.0. I am trying to put weston on WESTON_COMPOSITOR_SLEEPING state. Basically, I want to do this from client side (from wayland app). I want to turn off display from application side. Can you please help me how this can be achieved ? Can I

Re: External DMA to gpu

2018-09-12 Thread Pekka Paalanen
On Wed, 12 Sep 2018 08:30:55 +0200 Dirk Eibach wrote: > Hi Pekka, > > > that would not involve Weston in any special way at all. Buffer > > allocation is usually done in the client any way the client wants. To > > ensure the buffer can be used by the compositor before you fill it with > > data,

Re: External DMA to gpu

2018-09-12 Thread Dirk Eibach
Hi Pekka, > that would not involve Weston in any special way at all. Buffer > allocation is usually done in the client any way the client wants. To > ensure the buffer can be used by the compositor before you fill it with > data, you would export your buffer as a dmabuf and use >