All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Hochstein <tom.hochstein@nxp.com>
To: meta-freescale@yoctoproject.org
Subject: [PATCH v4 0/8] Graphics updates for L4.9.11-1.0.0 BSP Release plus Weston 2.0
Date: Thu,  7 Dec 2017 11:30:54 -0600	[thread overview]
Message-ID: <1512667862-15931-1-git-send-email-tom.hochstein@nxp.com> (raw)

This patchset contains the graphics changes for the i.MX GA release
L4.9.11-1.0.0, plus an update to work with an i.MX fork of
Weston 2.0. GPU drivers are updated to version 6.2.2.p0, with
changes documented in the individual commit.

v4
- rebase to fix xf86-video-imxfb-vivante build break

v3
- eglinfo, libdrm, piglit, xserver-xf86-config: Removed v2
patches that were pushed (Otavio)
- imx-gpu-apitrace: Moved patch files to git repo (Otavio)
- imx-gpu-viv: Restored v5 recipe due to CMA regression (Gary),
regression to be addressed separately (MGS-3436)
- libepoxy: Moved fix to OE-core (Otavio)

v2
- systemd-gpuconfig: Retracted patch
- imx-gpu-viv: Added systemd init, including Fabio's input on systemd-gpuconfig
- core-image-weston: Retracted patch
- libepoxy: Fixed build breaks, per Otavio's request
- weston: Add 2.0 base recipe since master has moved to 3.0

Tom Hochstein (8):
  imx-gpu-apitrace: Move apitrace out of imx-gpu-viv v6
  imx-gpu-g2d: Move imx-gpu-g2d out of imx-gpu-viv v6
  imx-gpu-viv: Upgrade to 6.2.2.p0
  mesa: Remove parts provided by imx-gpu-viv v6
  xf86-video-imxfb-vivante: Upgrade to 6.2.2.p0
  gtk+3: Use egl pkgconfig for build setup
  weston: Switch to 2.0 with i.MX fork
  weston-init: Fix weston 2.0 startup for pam, systemd case

 conf/machine/include/imx-base.inc                  |    8 +-
 recipes-graphics/gtk+/gtk+3_%.bbappend             |    7 +-
 .../imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb     |   23 +
 .../imx-gpu-g2d/imx-gpu-g2d_6.2.2.p0.bb            |   36 +
 recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc     |  315 ++++
 .../imx-gpu-viv/imx-gpu-viv_6.2.2.p0-aarch32.bb    |   12 +
 recipes-graphics/mesa/mesa_%.bbappend              |   20 +-
 recipes-graphics/wayland/weston-init.bbappend      |   23 +
 recipes-graphics/wayland/weston-init/weston.config |    2 +
 .../wayland/weston-init/weston.service             |   37 +
 ...-configuration-option-for-no-input-device.patch |  112 --
 ...2-ccc-Add-GPU-VIV-support-for-weston-1.11.patch |  135 --
 ...1-configure.ac-Fix-wayland-protocols-path.patch |    2 +-
 .../wayland/weston/0001-make-error-portable.patch  |   12 +-
 .../0001-shared-include-stdint.h-for-int32_t.patch |   23 -
 ...ch-Provide-a-default-version-that-doesn-t.patch |   52 +-
 ...1-ccc-Enable-g2d-renderer-for-weston-1.11.patch | 1605 --------------------
 ...ld-Add-clone-mode-support-for-multi-displ.patch |  104 --
 ...68-xwld-System-can-not-boot-up-to-desktop.patch |   44 -
 ...ld-G2D-compositor-build-failed-in-slevk-b.patch |  146 --
 .../weston/0006-Link-compositor-to-egl.patch       |   12 -
 ...d-Fix-crash-when-run-with-no-input-device.patch |   47 -
 recipes-graphics/wayland/weston_1.11.1.bb          |  113 --
 recipes-graphics/wayland/weston_1.11.1.bbappend    |   46 -
 recipes-graphics/wayland/weston_2.0.0.bb           |  113 ++
 recipes-graphics/wayland/weston_2.0.0.bbappend     |   35 +
 .../xorg-driver/xf86-video-imxfb-vivante.inc       |   14 +-
 .../xf86-video-imxfb-vivante_5.0.11.p8.6.bb        |   10 -
 .../xf86-video-imxfb-vivante_6.2.2.p0.bb           |    9 +
 .../kernel-module-imx-gpu-viv_6.2.2.p0.bb          |   16 +
 30 files changed, 687 insertions(+), 2446 deletions(-)
 create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb
 create mode 100644 recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.2.p0.bb
 create mode 100644 recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
 create mode 100644 recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.2.2.p0-aarch32.bb
 create mode 100644 recipes-graphics/wayland/weston-init.bbappend
 create mode 100644 recipes-graphics/wayland/weston-init/weston.config
 create mode 100644 recipes-graphics/wayland/weston-init/weston.service
 delete mode 100644 recipes-graphics/wayland/weston/0001-Add-configuration-option-for-no-input-device.patch
 delete mode 100644 recipes-graphics/wayland/weston/0001-MGS-2352-ccc-Add-GPU-VIV-support-for-weston-1.11.patch
 delete mode 100644 recipes-graphics/wayland/weston/0001-shared-include-stdint.h-for-int32_t.patch
 delete mode 100644 recipes-graphics/wayland/weston/0002-MGS-2521-ccc-Enable-g2d-renderer-for-weston-1.11.patch
 delete mode 100644 recipes-graphics/wayland/weston/0003-MGS-1783-xwld-Add-clone-mode-support-for-multi-displ.patch
 delete mode 100644 recipes-graphics/wayland/weston/0004-MGS-1668-xwld-System-can-not-boot-up-to-desktop.patch
 delete mode 100644 recipes-graphics/wayland/weston/0005-MGS-1724-xwld-G2D-compositor-build-failed-in-slevk-b.patch
 delete mode 100644 recipes-graphics/wayland/weston/0006-Link-compositor-to-egl.patch
 delete mode 100644 recipes-graphics/wayland/weston/0007-xwayland-Fix-crash-when-run-with-no-input-device.patch
 delete mode 100644 recipes-graphics/wayland/weston_1.11.1.bb
 delete mode 100644 recipes-graphics/wayland/weston_1.11.1.bbappend
 create mode 100644 recipes-graphics/wayland/weston_2.0.0.bb
 create mode 100644 recipes-graphics/wayland/weston_2.0.0.bbappend
 delete mode 100644 recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.6.bb
 create mode 100644 recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_6.2.2.p0.bb
 create mode 100644 recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.2.p0.bb

-- 
1.9.1



             reply	other threads:[~2017-12-07 17:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-07 17:30 Tom Hochstein [this message]
2017-12-07 17:30 ` [PATCH v4 1/8] imx-gpu-apitrace: Move apitrace out of imx-gpu-viv v6 Tom Hochstein
2017-12-07 17:30 ` [PATCH v4 2/8] imx-gpu-g2d: Move imx-gpu-g2d " Tom Hochstein
2017-12-07 17:30 ` [PATCH v4 3/8] imx-gpu-viv: Upgrade to 6.2.2.p0 Tom Hochstein
2017-12-07 17:30 ` [PATCH v4 4/8] mesa: Remove parts provided by imx-gpu-viv v6 Tom Hochstein
2017-12-07 17:30 ` [PATCH v4 5/8] xf86-video-imxfb-vivante: Upgrade to 6.2.2.p0 Tom Hochstein
2017-12-07 17:31 ` [PATCH v4 6/8] gtk+3: Use egl pkgconfig for build setup Tom Hochstein
2017-12-07 17:31 ` [PATCH v4 7/8] weston: Switch to 2.0 with i.MX fork Tom Hochstein
2017-12-07 17:31 ` [PATCH v4 8/8] weston-init: Fix weston 2.0 startup for pam, systemd case Tom Hochstein
2017-12-13 22:41 ` [PATCH v4 0/8] Graphics updates for L4.9.11-1.0.0 BSP Release plus Weston 2.0 Stefan Agner
2017-12-13 23:22   ` Tom Hochstein
2018-03-05 16:36     ` Johannes Pointner
2018-03-05 22:21       ` Otavio Salvador
2018-03-06  6:29         ` Johannes Pointner

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=1512667862-15931-1-git-send-email-tom.hochstein@nxp.com \
    --to=tom.hochstein@nxp.com \
    --cc=meta-freescale@yoctoproject.org \
    /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.