All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/mesa3d: Add Freedreno gallium driver
Date: Wed, 11 Apr 2018 09:08:15 +0200	[thread overview]
Message-ID: <20180411090815.447db2ae@windsurf> (raw)
In-Reply-To: <CAEj2-1MdHRREFJKrkMjc9U2j_x1mJjOwkeqaV_d1iLejM4q3hg@mail.gmail.com>

Hello Andre,

Thanks for your contribution. Could you resend your patch with git
send-email ? You sent it with your e-mail client, and therefore it has
been line-wrapped, which makes it unapplicable.

On Wed, 11 Apr 2018 04:41:27 +0000, Andre Renaud wrote:
> Added option to enable Freedreno gallium driver in mesa3d
> 
> Signed-off-by: Andre Renaud <andre@ignavus.net>
> ---
> diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
> index f141587c4d..3d99637cc3 100644
> --- a/package/mesa3d/Config.in
> +++ b/package/mesa3d/Config.in
> @@ -63,6 +63,13 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_ETNAVIV
>         help
>           Mesa driver for Vivante GPUs.
> 
> +config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_FREEDRENO
> +       bool "Gallium freedreno driver"
> +       select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
> +       select BR2_PACKAGE_LIBDRM_FREEDRENO
> +       help
> +         Mesa driver for Freedreno GPUs.

Please use tabs for indentation of bool/select/help, and one tab + 2
spaces for the help text. You can run ./utils/check-package on the
files you are changing to do some minimal validation of the coding
style.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

      reply	other threads:[~2018-04-11  7:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-11  4:41 [Buildroot] [PATCH] package/mesa3d: Add Freedreno gallium driver Andre Renaud
2018-04-11  7:08 ` 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=20180411090815.447db2ae@windsurf \
    --to=thomas.petazzoni@bootlin.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 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.