All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meta-yocto-bsp: Enable xf86 modeset for beaglebone
@ 2016-05-09 19:09 edwin.plauchu.camacho
  0 siblings, 0 replies; 5+ messages in thread
From: edwin.plauchu.camacho @ 2016-05-09 19:09 UTC (permalink / raw)
  To: poky; +Cc: Edwin Plauchu

From: Edwin Plauchu <edwin.plauchu.camacho@intel.com>

The modesetting driver is better than fbdev driver. This patch is enabling so for beaglebone BSP (Without 3D accelaration).

[YOCTO #7561]

Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com>
---
 meta-yocto-bsp/conf/machine/beaglebone.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf
index 179d135..ea50acc 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone.conf
@@ -6,7 +6,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
 XSERVER ?= "xserver-xorg \
            xf86-input-evdev \
            xf86-input-mouse \
-           xf86-video-fbdev \
+           xf86-video-modesetting \
            xf86-input-keyboard"
 
 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] meta-yocto-bsp: Enable xf86 modeset for beaglebone
  2016-05-20 15:51     ` Plauchu Edwin
@ 2016-05-21 19:27       ` Burton, Ross
  0 siblings, 0 replies; 5+ messages in thread
From: Burton, Ross @ 2016-05-21 19:27 UTC (permalink / raw)
  To: Plauchu Edwin; +Cc: Poky Project, Edwin Plauchu

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

On 20 May 2016 at 16:51, Plauchu Edwin <
edwin.plauchu.camacho@linux.intel.com> wrote:

> Ping
>

It's in the staging branches and should be merged soon.

Ross

[-- Attachment #2: Type: text/html, Size: 653 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] meta-yocto-bsp: Enable xf86 modeset for beaglebone
  2016-05-11 18:25   ` Plauchu Edwin
@ 2016-05-20 15:51     ` Plauchu Edwin
  2016-05-21 19:27       ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Plauchu Edwin @ 2016-05-20 15:51 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Poky Project, Edwin Plauchu

[-- Attachment #1: Type: text/plain, Size: 874 bytes --]

Ping

On 11/05/16 13:25, Plauchu Edwin wrote:
> It was tested upon BeagleBone Black Rev C.
>
> About your question ... Yes it depends of a kernel patch ( */[PATCH] 
> /**/meta-yocto-bsp: beaglebone: Enable drm for omap/* ) that was sent 
> to linux-yocto@yoctoproject.org. Bruce Ashfield just confirmed this 
> patch as merged.
>
> On 10/05/16 10:22, Burton, Ross wrote:
>>
>> On 9 May 2016 at 19:18, <edwin.plauchu.camacho@linux.intel.com 
>> <mailto:edwin.plauchu.camacho@linux.intel.com>> wrote:
>>
>>     The modesetting driver is better than fbdev driver. This patch is
>>     enabling so for beaglebone BSP (Without 3D accelaration).
>>
>>
>> Can you confirm that you've tested this on real hardware, and what 
>> boards in particular you tested it on?
>>
>> Also presumably this depends on the kernel patch?
>>
>> Cheers,
>> Ross
>
>
>


[-- Attachment #2: Type: text/html, Size: 2721 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] meta-yocto-bsp: Enable xf86 modeset for beaglebone
  2016-05-10 15:22 ` Burton, Ross
@ 2016-05-11 18:25   ` Plauchu Edwin
  2016-05-20 15:51     ` Plauchu Edwin
  0 siblings, 1 reply; 5+ messages in thread
From: Plauchu Edwin @ 2016-05-11 18:25 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Poky Project, Edwin Plauchu

[-- Attachment #1: Type: text/plain, Size: 787 bytes --]

It was tested upon BeagleBone Black Rev C.

About your question ... Yes it depends of a kernel patch ( */[PATCH] 
/**/meta-yocto-bsp: beaglebone: Enable drm for omap/* ) that was sent to 
linux-yocto@yoctoproject.org. Bruce Ashfield just confirmed this patch 
as merged.

On 10/05/16 10:22, Burton, Ross wrote:
>
> On 9 May 2016 at 19:18, <edwin.plauchu.camacho@linux.intel.com 
> <mailto:edwin.plauchu.camacho@linux.intel.com>> wrote:
>
>     The modesetting driver is better than fbdev driver. This patch is
>     enabling so for beaglebone BSP (Without 3D accelaration).
>
>
> Can you confirm that you've tested this on real hardware, and what 
> boards in particular you tested it on?
>
> Also presumably this depends on the kernel patch?
>
> Cheers,
> Ross


[-- Attachment #2: Type: text/html, Size: 2181 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] meta-yocto-bsp: Enable xf86 modeset for beaglebone
       [not found] <1462817910-15459-1-git-send-email-edwin.plauchu.camacho@linux.intel.com>
@ 2016-05-10 15:22 ` Burton, Ross
  2016-05-11 18:25   ` Plauchu Edwin
  0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2016-05-10 15:22 UTC (permalink / raw)
  To: edwin.plauchu.camacho; +Cc: Poky Project, Edwin Plauchu

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

On 9 May 2016 at 19:18, <edwin.plauchu.camacho@linux.intel.com> wrote:

> The modesetting driver is better than fbdev driver. This patch is enabling
> so for beaglebone BSP (Without 3D accelaration).
>

Can you confirm that you've tested this on real hardware, and what boards
in particular you tested it on?

Also presumably this depends on the kernel patch?

Cheers,
Ross

[-- Attachment #2: Type: text/html, Size: 884 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-21 19:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-09 19:09 [PATCH] meta-yocto-bsp: Enable xf86 modeset for beaglebone edwin.plauchu.camacho
     [not found] <1462817910-15459-1-git-send-email-edwin.plauchu.camacho@linux.intel.com>
2016-05-10 15:22 ` Burton, Ross
2016-05-11 18:25   ` Plauchu Edwin
2016-05-20 15:51     ` Plauchu Edwin
2016-05-21 19:27       ` Burton, Ross

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.