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

2018-06-06 Thread Pekka Paalanen
On Thu, 31 May 2018 12:49:14 +0300 Pekka Paalanen wrote: > On Wed, 30 May 2018 10:00:57 + > Marius-cristian Vlad wrote: > > > One more thing I found that using the following config: > > > > [output] > > name=HDMI-A-1 > > mode=current > > same-as=HDMI-A-2 > > > > [output] > > name=HDMI-A-

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

2018-05-31 Thread Pekka Paalanen
On Wed, 30 May 2018 10:00:57 + Marius-cristian Vlad wrote: > Hi, > > This no longer applies, due to man/weston-drm changes. Hi, yeah, I should probably rebase and re-send. > Fixing that I get "atomic: get couldn't commit new state: Invalid > argument". Does that mean that HW doesn't sup

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 co

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

2018-04-19 Thread Pekka Paalanen
From: Pekka Paalanen Add a new output section key "same-as" for configuring clone mode. An output marked "same-as" another output will be configured identically to the other output. The current implementation supports only CRTC sharing for clone mode. Independent CRTC clone mode cannot be suppor