Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 3/3] xdriver_xf86-video-imx: new package
Date: Sun, 26 Apr 2015 12:22:21 +0200	[thread overview]
Message-ID: <20150426122221.305dc5a0@free-electrons.com> (raw)
In-Reply-To: <1417252360-10929-4-git-send-email-jezz@sysmic.org>

Dear J?r?me Pouiller,

On Sat, 29 Nov 2014 10:12:40 +0100, J?r?me Pouiller wrote:
> X.Org driver for iMX5 GPU. Most of patches come from Yocto project.
> 
> Tested using:
>     mx5loco_defconfig +
>     BR2_TOOLCHAIN_EXTERNAL=y
>     BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
>     BR2_PACKAGE_QT5=y
>     BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y
>     BR2_PACKAGE_QT5BASE_EXAMPLES=y
>     BR2_PACKAGE_QT5BASE_OPENGL_LIB=y
>     BR2_PACKAGE_QT5BASE_XCB=y
>     BR2_PACKAGE_QT5BASE_DEFAULT_QPA="xcb"
>     BR2_PACKAGE_QT5BASE_GIF=y
>     BR2_PACKAGE_QT5BASE_JPEG=y
>     BR2_PACKAGE_QT5BASE_PNG=y
>     BR2_PACKAGE_QT5QUICKCONTROLS=y
>     BR2_PACKAGE_XORG7=y
>     BR2_PACKAGE_XSERVER_XORG_SERVER=y
>     BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR=y
>     BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV=y
>     BR2_PACKAGE_XDRIVER_XF86_VIDEO_IMX=y
>     BR2_PACKAGE_FREESCALE_IMX=y
>     BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX53=y
>     BR2_PACKAGE_GPU_AMD_BIN_MX51=y
>     BR2_PACKAGE_GPU_AMD_BIN_MX51_EXAMPLES=y
> 
> Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
> ---
>  package/x11r7/Config.in                            |   1 +
>  .../0001-Update-to-newer-swap-macros.patch         |  65 ++
>  .../0002-Fix-error-unknown-type-name-uint.patch    |  33 +
>  .../0003-support-glibc-2.20.patch                  |  57 ++
>  ...video-API-forward-and-backward-compatible.patch | 787 +++++++++++++++++++++
>  ...-xf86-video-imxfb-fix-m4-hardcodded-paths.patch |  53 ++
>  .../0006-xserver-1.14-compat.patch                 |  34 +
>  package/x11r7/xdriver_xf86-video-imx/Config.in     |  33 +
>  .../xdriver_xf86-video-imx.mk                      |  15 +
>  9 files changed, 1078 insertions(+)
>  create mode 100644 package/x11r7/xdriver_xf86-video-imx/0001-Update-to-newer-swap-macros.patch
>  create mode 100644 package/x11r7/xdriver_xf86-video-imx/0002-Fix-error-unknown-type-name-uint.patch
>  create mode 100644 package/x11r7/xdriver_xf86-video-imx/0003-support-glibc-2.20.patch
>  create mode 100644 package/x11r7/xdriver_xf86-video-imx/0004-Make-video-API-forward-and-backward-compatible.patch
>  create mode 100644 package/x11r7/xdriver_xf86-video-imx/0005-xf86-video-imxfb-fix-m4-hardcodded-paths.patch
>  create mode 100644 package/x11r7/xdriver_xf86-video-imx/0006-xserver-1.14-compat.patch
>  create mode 100644 package/x11r7/xdriver_xf86-video-imx/Config.in
>  create mode 100644 package/x11r7/xdriver_xf86-video-imx/xdriver_xf86-video-imx.mk

Applied after doing some minor tweaks to the Config.in file, thanks.

Also, I noticed that Arch has some patch to make it work with X server
1.17. Maybe we should integrate this patch as well? Could you retest
this driver with the latest Buildroot, which has X server 1.17, and see
if the additional Arch patch is needed or not?

See
https://github.com/archlinuxarm/PKGBUILDs/blob/master/alarm/xf86-video-imx/xserver-1.17-compat.patch.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

      reply	other threads:[~2015-04-26 10:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-29  9:12 [Buildroot] [PATCH v2 0/3] Add support for iMX5 GPU Jérôme Pouiller
2014-11-29  9:12 ` [Buildroot] [PATCH v2 1/3] gpu-amd-bin-mx51: new package Jérôme Pouiller
2015-01-14 22:06   ` Thomas Petazzoni
2014-11-29  9:12 ` [Buildroot] [PATCH v2 2/3] libz160: fix dependencies Jérôme Pouiller
2014-12-07 21:41   ` Yann E. MORIN
2014-12-07 21:48   ` Thomas Petazzoni
2014-11-29  9:12 ` [Buildroot] [PATCH v2 3/3] xdriver_xf86-video-imx: new package Jérôme Pouiller
2015-04-26 10:22   ` Thomas Petazzoni [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=20150426122221.305dc5a0@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox