All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carlos Alberto Lopez Perez <clopez@igalia.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-raspberrypi][PATCH v4 00/12] Support for VC4 graphics driver
Date: Fri, 29 Jul 2016 15:32:08 +0200	[thread overview]
Message-ID: <579B5AD8.6070904@igalia.com> (raw)
In-Reply-To: <95A97B51-03A1-46F2-8BBB-C1F9823D410F@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 318 bytes --]

On 29/07/16 03:36, Khem Raj wrote:
>>> It was tested with wayland/weston, without the support for X11.
>>>
>>
>>
>> I have a follow-up patch adding support for X11 that I will send once
>> this is merged.
>>
> 
> Can you send the patch to the list please.
> 

Find it attached in this e-mail.

Regards.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: vc4graphics-Support-X11-with-the-VC4-driver.patch --]
[-- Type: text/x-diff; name="vc4graphics-Support-X11-with-the-VC4-driver.patch", Size: 1487 bytes --]

From 7058846569c3769c3e3c8a4de25a123ab56a289f Mon Sep 17 00:00:00 2001
From: Carlos Alberto Lopez Perez <clopez@igalia.com>
Date: Fri, 15 Jul 2016 21:22:00 +0200
Subject: [PATCH] vc4graphics: Support X11 with the VC4 driver.

  * We need to use the X11 modesetting driver with VC4.

  * We need to build at least the mesa swrast DRI driver.
   (its already the default so don't overwrite it to empty)

Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
---
 conf/machine/include/rpi-base.inc     | 2 +-
 recipes-graphics/mesa/mesa_%.bbappend | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index 34b90e8..3311074 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -12,7 +12,7 @@ XSERVER = " \
     xf86-input-evdev \
     xf86-input-mouse \
     xf86-input-keyboard \
-    xf86-video-fbdev \
+    ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \
     "
 
 # Really supported starting from linux-raspberrypi 3.18.y only
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index b182388..9c5df99 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -1,4 +1,2 @@
 PACKAGECONFIG_append_rpi = " gallium"
 GALLIUMDRIVERS_rpi = "vc4"
-DRIDRIVERS_rpi = ""
-
-- 
2.1.4


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

  reply	other threads:[~2016-07-29 13:32 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-21 12:32 [meta-raspberrypi][PATCH v4 00/12] Support for VC4 graphics driver Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 01/12] rpi-default-providers.inc: change default providers to support vc4graphics Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 02/12] rpi-base.inc: add vc4-kms-v3d to the overlays " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 03/12] raspberrypi.conf: set the default value of VC4_CMA_SIZE " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 04/12] raspberrypi0.conf: " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 05/12] raspberrypi2.conf: " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 06/12] raspberrypi3.conf: " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 07/12] rpi-config_git.bb: add v4c overlay to config.txt " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 08/12] wayland/weston_%.bbappend: modify configuration options " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 09/12] weston/weston_%.bbappend: " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 10/12] mesa_%.bbappend: new file to add the correct " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 11/12] linux-rpi.inc: add the configuration options required " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 12/12] linux-raspberrypi-4.4: add patch to enable proper operation of renderD128 device Herve Jourdain
2016-07-22 16:41 ` [meta-raspberrypi][PATCH v4 00/12] Support for VC4 graphics driver Carlos Alberto Lopez Perez
2016-07-29  1:36   ` Khem Raj
2016-07-29 13:32     ` Carlos Alberto Lopez Perez [this message]
2016-07-30  4:59       ` Khem Raj
2016-07-29  1:36 ` Khem Raj
2016-07-31 18:52 ` Andrei Gherzan
2016-07-31 19:56   ` Khem Raj
2016-08-10 11:29     ` Andreas Müller
2016-09-21 16:04 ` Andrei Gherzan

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=579B5AD8.6070904@igalia.com \
    --to=clopez@igalia.com \
    --cc=raj.khem@gmail.com \
    --cc=yocto@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.