Re: [PATCH RFC v4 2/7] drm: Introduce pixel_source DRM plane property

2023-07-12 Thread Pekka Paalanen
On Tue, 11 Jul 2023 15:42:28 -0700 Abhinav Kumar wrote: > On 7/11/2023 3:19 PM, Dmitry Baryshkov wrote: > > On 12/07/2023 01:07, Jessica Zhang wrote: > >> > >> > >> On 7/10/2023 1:11 PM, Dmitry Baryshkov wrote: > >>> On 10/07/2023 22:51, Jessica Zhang wrote: > > > On 6/30/202

Re: [PATCH v5 6/6] drm/doc: Define KMS atomic state set

2023-07-12 Thread Simon Ser
On Saturday, July 8th, 2023 at 00:40, André Almeida wrote: > +KMS atomic state > + > + > +An atomic commit can change multiple KMS properties in an atomic fashion, > +without ever applying intermediate or partial state changes. Either the > whole > +commit succeeds or fails, an

Re: Need support to display application at (0, 0) position on Weston desktop

2023-07-12 Thread Daniel Stone
Hi Huy, On Wed, 12 Jul 2023 at 16:15, huy nguyen wrote: > I have a Linux system based on weston wayland. I run MPV player and expect > it displays a video window at (0,0) position on the screen (top left corner > of the display). I already use x11egl backend option to MPV to support a > fixed po

Re: Need support to display application at (0, 0) position on Weston desktop

2023-07-12 Thread huy nguyen
Hi Daniel, Thank you for the reply. In my application, I want to overlay an MPV video window on another application so that users can view both video content and other application static content so that a fullscreen MPV is not suitable. Is it possible to adjust the initial position of MPV video wi