Re: [PATCH] Fix Order of Intel Graphics on amd64.html

2018-02-05 Thread Mark Kettenis
> Date: Mon, 5 Feb 2018 08:34:26 -0800
> From: Bryan Vyhmeister 
> 
> Ping. Any thoughts?

ok kettenis@

> On Sun, Jan 28, 2018 at 05:26:12PM -0800, Bryan Vyhmeister wrote:
> > I noticed that the order of listed Intel integrated graphics support is
> > not consistent from newest to oldest as it is for Radeon devices on the
> > same page. The patch puts Kaby Lake above Skylake as it is 7th and then
> > 6th generation respectively.
> > 
> > Bryan
> > 
> > 
> > Index: amd64.html
> > ===
> > RCS file: /cvs/www/amd64.html,v
> > retrieving revision 1.274
> > diff -u -p -r1.274 amd64.html
> > --- amd64.html  19 Nov 2017 18:36:41 -  1.274
> > +++ amd64.html  29 Jan 2018 01:22:34 -
> > @@ -73,8 +73,8 @@ expected to work:
> >  
> >  Intel devices can be confusing as well. Some devices expected to work:
> >  
> > -Intel Skylake (found on i-6xxx CPU)
> >  Intel Kaby Lake (found on i-7xxx CPU)
> > +Intel Skylake (found on i-6xxx CPU)
> >  Intel Broadwell (found on i-5xxx CPU)
> >  Earlier Intel models and revisions are expected to work as well.
> >  The PowerVR graphics found on some Atom CPUs are not supported.
> > 
> 
> 



Re: [PATCH] Fix Order of Intel Graphics on amd64.html

2018-02-05 Thread Bryan Vyhmeister
Ping. Any thoughts?

On Sun, Jan 28, 2018 at 05:26:12PM -0800, Bryan Vyhmeister wrote:
> I noticed that the order of listed Intel integrated graphics support is
> not consistent from newest to oldest as it is for Radeon devices on the
> same page. The patch puts Kaby Lake above Skylake as it is 7th and then
> 6th generation respectively.
> 
> Bryan
> 
> 
> Index: amd64.html
> ===
> RCS file: /cvs/www/amd64.html,v
> retrieving revision 1.274
> diff -u -p -r1.274 amd64.html
> --- amd64.html19 Nov 2017 18:36:41 -  1.274
> +++ amd64.html29 Jan 2018 01:22:34 -
> @@ -73,8 +73,8 @@ expected to work:
>  
>  Intel devices can be confusing as well. Some devices expected to work:
>  
> -Intel Skylake (found on i-6xxx CPU)
>  Intel Kaby Lake (found on i-7xxx CPU)
> +Intel Skylake (found on i-6xxx CPU)
>  Intel Broadwell (found on i-5xxx CPU)
>  Earlier Intel models and revisions are expected to work as well.
>  The PowerVR graphics found on some Atom CPUs are not supported.
> 



[PATCH] Fix Order of Intel Graphics on amd64.html

2018-01-28 Thread Bryan Vyhmeister
I noticed that the order of listed Intel integrated graphics support is
not consistent from newest to oldest as it is for Radeon devices on the
same page. The patch puts Kaby Lake above Skylake as it is 7th and then
6th generation respectively.

Bryan


Index: amd64.html
===
RCS file: /cvs/www/amd64.html,v
retrieving revision 1.274
diff -u -p -r1.274 amd64.html
--- amd64.html  19 Nov 2017 18:36:41 -  1.274
+++ amd64.html  29 Jan 2018 01:22:34 -
@@ -73,8 +73,8 @@ expected to work:
 
 Intel devices can be confusing as well. Some devices expected to work:
 
-Intel Skylake (found on i-6xxx CPU)
 Intel Kaby Lake (found on i-7xxx CPU)
+Intel Skylake (found on i-6xxx CPU)
 Intel Broadwell (found on i-5xxx CPU)
 Earlier Intel models and revisions are expected to work as well.
 The PowerVR graphics found on some Atom CPUs are not supported.