Re: [OE-core] [PATCH] x86-base.inc: use xf86-video-modesettings as default xserver

2018-03-13 Thread Burton, Ross
On 13 March 2018 at 00:09, Cal Sullivan 
wrote:

> It looks like Fedora doesn't patch the -intel driver anymore, instead they
> patch xserver to fiddle with the defaults.
>
> https://src.fedoraproject.org/rpms/xorg-x11-server/c/
> ee515e44b07e37689abf48cf2fffb41578f3bc1d?branch=master
>
> Given the comment and commit description, I'm guessing that list is
> everything older than gen4 (haswell) not already defaulting to something
> else.
>
> I can't find any attempts to upstream the patch... Also, given the
> different formatting, what would be the proper way to bring this into OE?
> Rewrite the commit message, leave Author field intact and add a link?
>

Just copy/paste the patch, add a more verbose header and your S-o-b, with
an Upstream-Status of Pending.

Ross
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] x86-base.inc: use xf86-video-modesettings as default xserver

2018-03-12 Thread Cal Sullivan
It looks like Fedora doesn't patch the -intel driver anymore, instead 
they patch xserver to fiddle with the defaults.


https://src.fedoraproject.org/rpms/xorg-x11-server/c/ee515e44b07e37689abf48cf2fffb41578f3bc1d?branch=master

Given the comment and commit description, I'm guessing that list is 
everything older than gen4 (haswell) not already defaulting to something 
else.


I can't find any attempts to upstream the patch... Also, given the 
different formatting, what would be the proper way to bring this into 
OE? Rewrite the commit message, leave Author field intact and add a link?


Thanks,
Cal

On 03/10/2018 09:55 AM, Burton, Ross wrote:
From memory there are some chipsets which the Intel driver *is* better 
on.  I recommend we look at the Fedora patches for the intel driver, I 
believe that massively reduces the chips that the intel driver will be 
the primary driver for. We can then continue to ship both and not 
break anything.


Ross

On 10 March 2018 at 00:23, California Sullivan 
> wrote:


Most distros have switched to this, and we're seeing better results in
some areas as well. E.g., on a NUC6CAYS the x11perf -aa10text and
-rgb10text results see a 20x increase.

[YOCTO #12019].
[YOCTO #12590].

Signed-off-by: California Sullivan
>
---
 meta/conf/machine/include/x86-base.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/machine/include/x86-base.inc
b/meta/conf/machine/include/x86-base.inc
index f8aacea64cc..e6bfdc6f770 100644
--- a/meta/conf/machine/include/x86-base.inc
+++ b/meta/conf/machine/include/x86-base.inc
@@ -34,11 +34,11 @@ XSERVER_X86_EXT = " \
            xserver-xorg-module-libint10 \
            "

-XSERVER_X86_I915 = "xf86-video-intel \
+XSERVER_X86_I915 = "xf86-video-modesetting \
            ${@bb.utils.contains('DISTRO_FEATURES', 'opengl',
'mesa-driver-i915', '', d)} \
            "

-XSERVER_X86_I965 = "xf86-video-intel \
+XSERVER_X86_I965 = "xf86-video-modesetting \
            ${@bb.utils.contains('DISTRO_FEATURES', 'opengl',
'mesa-driver-i965', '', d)} \
            "

--
2.14.3




-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] x86-base.inc: use xf86-video-modesettings as default xserver

2018-03-10 Thread Burton, Ross
>From memory there are some chipsets which the Intel driver *is* better on.
I recommend we look at the Fedora patches for the intel driver, I believe
that massively reduces the chips that the intel driver will be the primary
driver for.  We can then continue to ship both and not break anything.

Ross

On 10 March 2018 at 00:23, California Sullivan <
california.l.sulli...@intel.com> wrote:

> Most distros have switched to this, and we're seeing better results in
> some areas as well. E.g., on a NUC6CAYS the x11perf -aa10text and
> -rgb10text results see a 20x increase.
>
> [YOCTO #12019].
> [YOCTO #12590].
>
> Signed-off-by: California Sullivan 
> ---
>  meta/conf/machine/include/x86-base.inc | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/conf/machine/include/x86-base.inc
> b/meta/conf/machine/include/x86-base.inc
> index f8aacea64cc..e6bfdc6f770 100644
> --- a/meta/conf/machine/include/x86-base.inc
> +++ b/meta/conf/machine/include/x86-base.inc
> @@ -34,11 +34,11 @@ XSERVER_X86_EXT = " \
> xserver-xorg-module-libint10 \
> "
>
> -XSERVER_X86_I915 = "xf86-video-intel \
> +XSERVER_X86_I915 = "xf86-video-modesetting \
> ${@bb.utils.contains('DISTRO_FEATURES', 'opengl',
> 'mesa-driver-i915', '', d)} \
> "
>
> -XSERVER_X86_I965 = "xf86-video-intel \
> +XSERVER_X86_I965 = "xf86-video-modesetting \
> ${@bb.utils.contains('DISTRO_FEATURES', 'opengl',
> 'mesa-driver-i965', '', d)} \
> "
>
> --
> 2.14.3
>
>
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core