mbox series

[SRU,bionic,0/4] drm/i915: Add missing pci-id's, and platform definitions for WHL & AML

Message ID 20180905101246.24947-1-tjaalton@ubuntu.com
Headers show
Series drm/i915: Add missing pci-id's, and platform definitions for WHL & AML | expand

Message

Timo Aaltonen Sept. 5, 2018, 10:12 a.m. UTC
From: Timo Aaltonen <timo.aaltonen@canonical.com>

BugLink: http://bugs.launchpad.net/bugs/1789924

One commit backported from 4.20 queue, others cherry-picked/backported from 4.18/4.19.


José Roberto de Souza (2):
  drm/i915/whl: Introducing Whiskey Lake platform
  drm/i915/aml: Introducing Amber Lake platform

Matt Atwood (1):
  drm/i915/kbl: Add KBL GT2 sku

Rodrigo Vivi (1):
  drm/i915/cfl: Add a new CFL PCI ID.

 drivers/gpu/drm/i915/i915_pci.c |  5 ++++-
 include/drm/i915_pciids.h       | 37 +++++++++++++++++++++++----------
 2 files changed, 30 insertions(+), 12 deletions(-)

Comments

Stefan Bader Sept. 5, 2018, 10:29 a.m. UTC | #1
On 05.09.2018 12:12, Timo Aaltonen wrote:
> From: Timo Aaltonen <timo.aaltonen@canonical.com>
> 
> BugLink: http://bugs.launchpad.net/bugs/1789924
> 
> One commit backported from 4.20 queue, others cherry-picked/backported from 4.18/4.19.
> 
> 
> José Roberto de Souza (2):
>   drm/i915/whl: Introducing Whiskey Lake platform
>   drm/i915/aml: Introducing Amber Lake platform
> 
> Matt Atwood (1):
>   drm/i915/kbl: Add KBL GT2 sku
> 
> Rodrigo Vivi (1):
>   drm/i915/cfl: Add a new CFL PCI ID.
> 
>  drivers/gpu/drm/i915/i915_pci.c |  5 ++++-
>  include/drm/i915_pciids.h       | 37 +++++++++++++++++++++++----------
>  2 files changed, 30 insertions(+), 12 deletions(-)
> 
Appears to be low-risk changes.

Acked-by: Stefan Bader <stefan.bader@canonical.com>
Kleber Sacilotto de Souza Sept. 5, 2018, 2:18 p.m. UTC | #2
On 09/05/18 12:12, Timo Aaltonen wrote:
> From: Timo Aaltonen <timo.aaltonen@canonical.com>
> 
> BugLink: http://bugs.launchpad.net/bugs/1789924
> 
> One commit backported from 4.20 queue, others cherry-picked/backported from 4.18/4.19.
> 
> 
> José Roberto de Souza (2):
>   drm/i915/whl: Introducing Whiskey Lake platform
>   drm/i915/aml: Introducing Amber Lake platform
> 
> Matt Atwood (1):
>   drm/i915/kbl: Add KBL GT2 sku
> 
> Rodrigo Vivi (1):
>   drm/i915/cfl: Add a new CFL PCI ID.
> 
>  drivers/gpu/drm/i915/i915_pci.c |  5 ++++-
>  include/drm/i915_pciids.h       | 37 +++++++++++++++++++++++----------
>  2 files changed, 30 insertions(+), 12 deletions(-)
> 

Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Kleber Sacilotto de Souza Sept. 5, 2018, 2:21 p.m. UTC | #3
On 09/05/18 12:12, Timo Aaltonen wrote:
> From: Timo Aaltonen <timo.aaltonen@canonical.com>
> 
> BugLink: http://bugs.launchpad.net/bugs/1789924
> 
> One commit backported from 4.20 queue, others cherry-picked/backported from 4.18/4.19.
> 
> 
> José Roberto de Souza (2):
>   drm/i915/whl: Introducing Whiskey Lake platform
>   drm/i915/aml: Introducing Amber Lake platform
> 
> Matt Atwood (1):
>   drm/i915/kbl: Add KBL GT2 sku
> 
> Rodrigo Vivi (1):
>   drm/i915/cfl: Add a new CFL PCI ID.
> 
>  drivers/gpu/drm/i915/i915_pci.c |  5 ++++-
>  include/drm/i915_pciids.h       | 37 +++++++++++++++++++++++----------
>  2 files changed, 30 insertions(+), 12 deletions(-)
> 

Applied to bionic/master-next branch.

Thanks,
Kleber