From: Ann Thornton <Ann.Thornton@freescale.com>
To: <meta-freescale@yoctoproject.org>
Subject: Re: [PATCH v2 0/5] Dynamically choose between built-in or external Vivante GPU kernel driver
Date: Thu, 20 Aug 2015 08:01:38 -0500 [thread overview]
Message-ID: <55D5CFB2.5060501@freescale.com> (raw)
In-Reply-To: <1440070117-19011-1-git-send-email-otavio@ossystems.com.br>
[-- Attachment #1: Type: text/plain, Size: 2922 bytes --]
Just some minor things:
On 8/20/2015 6:28 AM, Otavio Salvador wrote:
> This patchset implements support to dynamically choose between
> built-in or external Vivante GPU kernel driver.
>
> By default, the external Vivante GPU kernel module is used, however
> every machine can have its own choice for this, or distros can
> override the default value if needed.
>
> The following options are supported:
>
> MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT
>
> Machine has or not support for the Vivante kernel driver, options
> are:
Better: Machine does or does not have support ...
> 0 - machine does not have Vivante GPU driver support
> 1 - machine has Vivante GPU driver support
>
> MACHINE_USE_VIVANTE_KERNEL_DRIVER_MODULE
Better:
MACHINE_USES_VIVANTE_KERNEL_DRIVER_MODULE
> Machine use the Vivante kernel driver as module, options are:
Better: Machine uses the ...
>
> 0 - enable the builtin kernel driver module
> 1 - enable the external kernel module
>
> The patches included in this patchset are:
>
> Changes in v2:
> - Improve commit log (Daiane)
> - improve commit log and class documentation for
> MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT (Daiane)
> - Improve commit log and patch header for clearness (Daiane)
>
> Lauren Post (1):
> kernel-module-imx-gpu-viv: Kernel loadable modules for 5.0.11.p6.3
>
> Otavio Salvador (4):
> kernel-module-mcc: move to kernel-modules subdir
> fsl-vivante-kernel-driver-handler.bbclass: Handle Vivante kernel
> driver provider
> Enable Vivante kernel driver dynamic provider
> kernel-module-imx-gpu-viv: Fix build against 3.14-based kernels
>
> classes/fsl-vivante-kernel-driver-handler.bbclass | 67 ++++++++++++++++++++++
> recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | 1 +
> ...x-kernel-version-check-for-3.14-based-ker.patch | 35 +++++++++++
> .../kernel-module-imx-gpu-viv_5.0.11.p6.3.bb | 17 ++++++
> ...h-Only-include-mvf_sema4.h-if-building-in.patch | 0
> .../kernel-module-mcc_1.06.bb | 0
> recipes-kernel/linux/linux-imx.inc | 2 +-
> 7 files changed, 121 insertions(+), 1 deletion(-)
> create mode 100644 classes/fsl-vivante-kernel-driver-handler.bbclass
> create mode 100644 recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv/platform-Fix-kernel-version-check-for-3.14-based-ker.patch
> create mode 100644 recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p6.3.bb
> rename recipes-kernel/{kernel-module-mcc => kernel-modules}/kernel-module-mcc/mcc_config.h-Only-include-mvf_sema4.h-if-building-in.patch (100%)
> rename recipes-kernel/{kernel-module-mcc => kernel-modules}/kernel-module-mcc_1.06.bb (100%)
>
--
Ann Thornton
/Microcontrollers Software and Applications
Freescale Semiconductors
email: Ann.Thornton@freescale.com/
[-- Attachment #2: Type: text/html, Size: 3934 bytes --]
next prev parent reply other threads:[~2015-08-20 13:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-20 11:28 [PATCH v2 0/5] Dynamically choose between built-in or external Vivante GPU kernel driver Otavio Salvador
2015-08-20 11:28 ` [PATCH v2 1/5] kernel-module-mcc: move to kernel-modules subdir Otavio Salvador
2015-08-20 11:28 ` [PATCH v2 2/5] kernel-module-imx-gpu-viv: Kernel loadable modules for 5.0.11.p6.3 Otavio Salvador
2015-08-20 11:28 ` [PATCH v2 3/5] fsl-vivante-kernel-driver-handler.bbclass: Handle Vivante kernel driver provider Otavio Salvador
2015-08-20 11:28 ` [PATCH v2 4/5] Enable Vivante kernel driver dynamic provider Otavio Salvador
2015-08-20 11:28 ` [PATCH v2 5/5] kernel-module-imx-gpu-viv: Fix build against 3.14-based kernels Otavio Salvador
2015-08-20 13:01 ` Ann Thornton [this message]
2015-08-20 23:31 ` [PATCH v2 0/5] Dynamically choose between built-in or external Vivante GPU kernel driver Otavio Salvador
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=55D5CFB2.5060501@freescale.com \
--to=ann.thornton@freescale.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.