From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@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>
Subject: Re: [PATCH 0/2] Adding support for Wayland for DRM backends
Date: Fri, 22 Aug 2014 23:42:13 -0400 [thread overview]
Message-ID: <20140823034213.GC23523@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C702056@DFLE08.ent.ti.com>
On Fri, Aug 22, 2014 at 02:04:52PM +0000, 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.
> >
> > Are you suggesting that this recipe be made machine specific because of the
> > dependency on omapdrm?
> [Franklin] Yes
> > Am not sure about the machine names used for the other catalog derivatives
> > of dra7xx or other SoCs that use omapdrm, it would have to include those
> > machine names as well. Any pointers on that?
> [Franklin] From my understanding the kernel for am57xx-evm and dra7xx-evm
> aren't the same. There are probably patches missing between these kernels
> that these Weston/Wayland patches depend on. So applying patches for
> am57xx-evm would probably cause problems. Until these kernel patches are
> pushed to the integration tree so they are available for am57xx-evm I would
> just limit it to dra7xx-evm. It would be simple to include am57xx-evm at a
> later time.
Even if there are some more am57x patches pending for the integration tree, it
doesn't matter, as the base support for am57x has already been merged and the
same tree is already being used for both dra7xx-evm and am57x-evm builds,
covered by linux-ti-staging recipe. But which patches do you have in mind?
> > I will take care of mentioning the branch in the email header if its specific to
> > a particular branch.
> > Thanks for that pointer.
> >
> > Regards
> > Karthik
> >
> > -----Original Message-----
> > From: Cooper Jr., Franklin
> > Sent: Friday, August 22, 2014 7:05 PM
> > To: R, Karthik; meta-arago@arago-project.org
> > Cc: Devshatwar, Nikhil
> > Subject: RE: [meta-arago] [PATCH 0/2] Adding support for Wayland for DRM
> > backends
> >
> > I'm assuming this isn't for master since currently daisy in oe-core is using
> > wayland 1.4.0. Which maintenance branch is this specifically for and it will be
> > helpful in the patch title that you specific the branch these patches are meant
> > for.
> >
> > For example if these patches are for dora:
> > [meta-arago][dora] [PATCH 0/2] Adding support for Wayland for DRM
> > backends
> >
> > Also since your mentioning omapdrm please make sure these drm patches
> > are only applied on devices using omapdrm which I think as of now is only
> > dra7xx-evm
> >
> > > -----Original Message-----
> > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > bounces@arago-project.org] On Behalf Of R, Karthik
> > > Sent: Friday, August 22, 2014 8:25 AM
> > > To: meta-arago@arago-project.org
> > > Cc: Devshatwar, Nikhil
> > > Subject: [meta-arago] [PATCH 0/2] Adding support for Wayland for DRM
> > > backends
> > >
> > > There are some issues with the current omapdrm (kernel driver) and
> > > related dependencies on the TI platform such as dra7xx.
> > >
> > > Weston version 1.3.0 has been very highly tested and is currently
> > > shipping to customers who are using wayland with DRM backend. This
> > > patch set brings in support for Weston and also includes patches that
> > > help resolve some important issues in the Weston. These issues are
> > > specific to TI platforms and cannot be submitted upstream.
> > >
> > > Karthik Ramanan (2):
> > > wayland: add support for version 1.3.0 for drm backend
> > > wayland: adding support for weston 1.3.0 for DRM backend
> > >
> > > ...tor-drm-Change-path-of-gbm.h-to-gbm-gbm.h.patch | 26 ++++
> > > ...e-Include-option-to-search-in-include-drm.patch | 47 +++++++
> > > ...urce-prevent-input-disable-during-repaint.patch | 34 +++++
> > > .../0005-temp-hack-to-enable-weston-1.3.patch | 33 +++++
> > > .../0006-weston-drm-Enable-multiple-displays.patch | 43 ++++++
> > > .../recipes-graphics/wayland/just-scanner.patch | 36 +++++
> > > .../recipes-graphics/wayland/pattern.png | Bin 0 -> 1846 bytes
> > > meta-arago-extras/recipes-graphics/wayland/profile | 9 ++
> > > .../recipes-graphics/wayland/terminal.png | Bin 0 -> 1005 bytes
> > > .../recipes-graphics/wayland/wayland.inc | 5 +
> > > .../recipes-graphics/wayland/wayland_1.3.0.bb | 34 +++++
> > > .../recipes-graphics/wayland/weston.desktop | 91 ++++++++++++
> > > .../recipes-graphics/wayland/weston.png | 147
> > > +++++++++++++++++++
> > > .../recipes-graphics/wayland/weston_1.3.0.bb | 148
> > > ++++++++++++++++++++
> > > 14 files changed, 653 insertions(+)
> > > create mode 100755 meta-arago-extras/recipes-graphics/wayland/0001-
> > > compositor-drm-Change-path-of-gbm.h-to-gbm-gbm.h.patch
> > > create mode 100755 meta-arago-extras/recipes-graphics/wayland/0002-
> > > Makefile-Include-option-to-search-in-include-drm.patch
> > > create mode 100644 meta-arago-extras/recipes-graphics/wayland/0003-
> > > input-source-prevent-input-disable-during-repaint.patch
> > > create mode 100644 meta-arago-extras/recipes-graphics/wayland/0005-
> > > temp-hack-to-enable-weston-1.3.patch
> > > create mode 100644 meta-arago-extras/recipes-graphics/wayland/0006-
> > > weston-drm-Enable-multiple-displays.patch
> > > create mode 100644 meta-arago-extras/recipes-graphics/wayland/just-
> > > scanner.patch
> > > create mode 100644 meta-arago-extras/recipes-
> > > graphics/wayland/pattern.png create mode 100644
> > > meta-arago-extras/recipes-graphics/wayland/profile
> > > create mode 100644 meta-arago-extras/recipes-
> > > graphics/wayland/terminal.png create mode 100644
> > > meta-arago-extras/recipes- graphics/wayland/wayland.inc create mode
> > > 100644 meta-arago-extras/recipes- graphics/wayland/wayland_1.3.0.bb
> > > create mode 100644 meta-arago-extras/recipes-
> > > graphics/wayland/weston.desktop create mode 100644
> > > meta-arago-extras/recipes- graphics/wayland/weston.png create mode
> > > 100644 meta-arago-extras/recipes- graphics/wayland/weston_1.3.0.bb
> > >
> > > --
> > > 1.7.9.5
> > >
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2014-08-23 3:42 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
2014-08-23 13:27 ` Cooper Jr., Franklin
2014-08-23 3:42 ` Denys Dmytriyenko [this message]
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=20140823034213.GC23523@edge \
--to=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.