From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by arago-project.org (Postfix) with ESMTPS id 8DF6D529F7 for ; Sat, 23 Aug 2014 03:48:05 +0000 (UTC) Received: from dbdlxv05.itg.ti.com ([172.24.171.60]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id s7N3m3Zj028725 for ; Fri, 22 Aug 2014 22:48:04 -0500 Received: from DBDE72.ent.ti.com (dbde72.ent.ti.com [172.24.171.97]) by dbdlxv05.itg.ti.com (8.14.3/8.13.8) with ESMTP id s7N3m1kt024265 for ; Sat, 23 Aug 2014 09:18:02 +0530 Received: from [172.24.158.155] (172.24.158.155) by DBDE72.ent.ti.com (172.24.171.97) with Microsoft SMTP Server (TLS) id 14.3.174.1; Sat, 23 Aug 2014 09:18:00 +0530 Message-ID: <53F80EF0.1070602@ti.com> Date: Sat, 23 Aug 2014 09:18:00 +0530 From: Karthik Ramanan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Denys Dmytriyenko References: <1408713923-25284-1-git-send-email-a0393906@ti.com> <8F29D6B095ED194EA1980491A5E029710C702016@DFLE08.ent.ti.com> <24B88602B5904F49971CAF899152529B7EAB1F@DBDE04.ent.ti.com> <8F29D6B095ED194EA1980491A5E029710C702056@DFLE08.ent.ti.com> <53F74ED0.3010403@ti.com> <8F29D6B095ED194EA1980491A5E029710C7020AA@DFLE08.ent.ti.com> <20140823033936.GB23523@edge> In-Reply-To: <20140823033936.GB23523@edge> X-Originating-IP: [172.24.158.155] Cc: "meta-arago@arago-project.org" , "R, Karthik" , "Devshatwar, Nikhil" , "Cooper Jr., Franklin" Subject: Re: [PATCH 0/2] Adding support for Wayland for DRM backends X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2014 03:48:05 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 23-Aug-14 9:09 AM, Denys Dmytriyenko wrote: > On Fri, Aug 22, 2014 at 02:24:20PM +0000, Cooper Jr., Franklin wrote: >> >> >>> -----Original Message----- >>> From: R, Karthik >>> Sent: Friday, August 22, 2014 9:08 AM >>> To: Cooper Jr., Franklin >>> Cc: R, Karthik; meta-arago@arago-project.org; Devshatwar, Nikhil >>> Subject: Re: [meta-arago] [PATCH 0/2] Adding support for Wayland for DRM >>> backends >>> >>> On 22-Aug-14 7:34 PM, Cooper Jr., Franklin wrote: >>>> >>>> >>>>> -----Original Message----- >>>>> From: R, Karthik >>>>> Sent: Friday, August 22, 2014 8:44 AM >>>>> To: Cooper Jr., Franklin; meta-arago@arago-project.org >>>>> Cc: Devshatwar, Nikhil >>>>> Subject: RE: [meta-arago] [PATCH 0/2] Adding support for Wayland for >>>>> DRM backends >>>>> >>>>> * This is good to go into the master branch >>>>> * Would be nice if this can be back ported onto dora. >>>> [Franklin] I'm assuming you really need this in dora correct? The reason I >>> say this is currently your patches as is won't do anything for you since newer >>> versions of the wayland recipes exist which means those newer versions will >>> be used not this older version. If you really need this in master then I would >>> suggest updating these patches against Wayland 1.4/1.5. I have pending >>> patches for Wayland 1.5 so if it is accepted I would rebase those patches off >>> of that version. >>> >>> I actually meant daisy and not dora. >>> Yes, I agree but when its intended to be used I was thinking about setting the >>> PREFERRED_PROVIDER. > >> [Franklin] Due to issues with Qt 5 we need Wayland 1.5 so going back to 1.3 >> won't be an option in master atleast for am57x. So unless you absolutely >> must use Wayland 1.3 I would recommend at least in Arago master updating to >> the newer version of wayland so we can stay on the same version. > > Franklin, > > My understanding is that GLSDK team has done extensive testing and validation > of the patches against 1.3 and up-porting them now to either 1.4 or 1.5 is out > of the question due to time constraints. > > But I would agree that from maintenance point of view it would be much more > desirable to have a single version used by all our products. > To add, migrating from one version of Wayland to another also has a lot of underlying dependencies especially when you consider hardware accelerated graphics via DRM. So there are lot of other components that we have to add support for and you cannot consider Wayland/Weston as a lone component. GLSDK was earlier on Wayland 1.0.6 and then moved to 1.3.0, there are dependencies such as SGX DDK and DRM (both userspace and kernel) that have to move together. If you are only considering minimal wayland support - that is fbdev, and not using multiple display/desktop sharing and support for EGL etc. then migration is kind of easier. This will be useful for those customers who are interested in these other features and using DRM. Karthik