mbox series

[SRU,B-OEM,0/2] drm/i915: Add support for Intel Comet Lake.

Message ID 20190403205630.324-1-tjaalton@ubuntu.com
Headers show
Series drm/i915: Add support for Intel Comet Lake. | expand

Message

Timo Aaltonen April 3, 2019, 8:56 p.m. UTC
From: Timo Aaltonen <timo.aaltonen@canonical.com>

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

These are needed for Intel Comet Lake (CML) support. It's another
spin of Skylake/Kabylake/Coffee Lake, so this should be enough for
the kernel to support the new hardware.

This is the backport for bionic OEM kernel.

Anusha Srivatsa (2):
  drm/i915/cml: Introduce Comet Lake PCH
  drm/i915/cml: Add CML PCI IDS

 drivers/gpu/drm/i915/i915_drv.c |  4 ++++
 drivers/gpu/drm/i915/i915_drv.h |  3 ++-
 drivers/gpu/drm/i915/i915_pci.c |  2 ++
 include/drm/i915_pciids.h       | 28 +++++++++++++++++++++++++++-
 4 files changed, 35 insertions(+), 2 deletions(-)

Comments

AceLan Kao April 7, 2019, 4:53 a.m. UTC | #1
Applied on Ubuntu-oem-4.15.0-1036.41

Acked-By: AceLan Kao <acelan.kao@canonical.com>