All of lore.kernel.org
 help / color / mirror / Atom feed
From: Karthik Ramanan <a0393906@ti.com>
To: Denys Dmytriyenko <denys@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>,
	"R, Karthik" <karthik.ramanan@ti.com>,
	"Devshatwar, Nikhil" <nikhil.nd@ti.com>, "Cooper Jr.,
	Franklin" <fcooper@ti.com>
Subject: Re: [PATCH 0/2] Adding support for Wayland for DRM backends
Date: Sat, 23 Aug 2014 10:03:20 +0530	[thread overview]
Message-ID: <53F81990.6080407@ti.com> (raw)
In-Reply-To: <20140823040107.GD23523@edge>

On 23-Aug-14 9:31 AM, Denys Dmytriyenko wrote:
> On Sat, Aug 23, 2014 at 09:18:00AM +0530, Karthik Ramanan wrote:
>> 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.
>
> Thanks, Karthik,
>
> Even though fbdev is still the main engine on other platforms, like am335 and
> am43x, we are slowly moving towards DRM support. And EGL/SGX is a bigger gap
> for sure.
>
> Anyway, what are your plans on migrating to Wayland 1.4 or 1.5 with all the
> corresponding dependencies?
>

Its mostly requirements driven. The move to Wayland 1.3 was more of a 
requirement from Genivi and the extended desktop support from several 
customers. We do have plans to move to Wayland 1.4 or later but that 
will happen near future. Can't comment on the timelines now.

While Kevin and Chase were here this week, we discussed the gaps that 
exist in the current LCPD kernel/core SDK that prevents us from getting 
to these newer versions. These points have been taken note of and we 
will start working towards addressing those gaps. It should happen in a 
matter of time. Like you said, this is a big gap and effort and we will 
work towards it.

And also with regard to the EGL/SGX, there are things that exist in the 
meta-glsdk layer (we discussed about this a month ago) and as the 
drivers and kernel divergence reduces these will be made available in 
the meta-ti/meta-arago.

And we will also keep pushing things from meta-glsdk into meta-ti/arago 
after the GLSDK releases. These will be good points to sync.


  reply	other threads:[~2014-08-23  4:33 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-22 13:25 [PATCH 0/2] Adding support for Wayland for DRM backends Karthik Ramanan
2014-08-22 13:25 ` [PATCH 1/2] wayland: add support for version 1.3.0 for drm backend Karthik Ramanan
2014-08-29 17:19   ` Denys Dmytriyenko
2014-08-22 13:25 ` [PATCH 2/2] wayland: adding support for weston 1.3.0 for DRM backend Karthik Ramanan
2014-08-29 17:16   ` Denys Dmytriyenko
2014-09-03 17:19     ` Denys Dmytriyenko
2014-09-03 17:39       ` R, Karthik
2014-08-22 13:35 ` [PATCH 0/2] Adding support for Wayland for DRM backends Cooper Jr., Franklin
2014-08-22 13:43   ` R, Karthik
2014-08-22 14:04     ` Cooper Jr., Franklin
2014-08-22 14:08       ` Karthik Ramanan
2014-08-22 14:24         ` Cooper Jr., Franklin
2014-08-23  3:39           ` Denys Dmytriyenko
2014-08-23  3:48             ` Karthik Ramanan
2014-08-23  4:01               ` Denys Dmytriyenko
2014-08-23  4:33                 ` Karthik Ramanan [this message]
2014-08-23 13:27                   ` Cooper Jr., Franklin
2014-08-23  3:42       ` Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53F81990.6080407@ti.com \
    --to=a0393906@ti.com \
    --cc=denys@ti.com \
    --cc=fcooper@ti.com \
    --cc=karthik.ramanan@ti.com \
    --cc=meta-arago@arago-project.org \
    --cc=nikhil.nd@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.