summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_device_info.c
diff options
context:
space:
mode:
authorRodrigo Vivi2017-06-06 22:30:30 +0200
committerRodrigo Vivi2017-06-07 16:27:51 +0200
commit413f3c19f8ecefd29067897db9c414a29d86685f (patch)
tree249f7a1a677c0aad85c5570964bf8a63888831d5 /drivers/gpu/drm/i915/intel_device_info.c
parentdrm/i915: Fix 90/270 rotated coordinates for FBC (diff)
downloadkernel-qcow2-linux-413f3c19f8ecefd29067897db9c414a29d86685f.tar.gz
kernel-qcow2-linux-413f3c19f8ecefd29067897db9c414a29d86685f.tar.xz
kernel-qcow2-linux-413f3c19f8ecefd29067897db9c414a29d86685f.zip
drm/i915/cnl: Introduce Cannonlake platform defition.
Cannonlake is a IntelĀ® Processor containing IntelĀ® HD Graphics following Kabylake. It is Gen10. Let's start by adding the platform definition based on previous platforms but yet as alpha_support. On following patches we will start adding PCI IDs and the platform specific changes. CNL has an increased DDB size as Damien had previously noticed and provided a separated patch that got squashed here. v2: Squash DDB size here per Ander request. Credits-to: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Ander Conselvan de Oliveira <conselvan2@gmail.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496781040-20888-1-git-send-email-rodrigo.vivi@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/intel_device_info.c')
-rw-r--r--drivers/gpu/drm/i915/intel_device_info.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_device_info.c b/drivers/gpu/drm/i915/intel_device_info.c
index 3718341662c2..e5eb1a7f9b6d 100644
--- a/drivers/gpu/drm/i915/intel_device_info.c
+++ b/drivers/gpu/drm/i915/intel_device_info.c
@@ -51,6 +51,7 @@ static const char * const platform_names[] = {
PLATFORM_NAME(BROXTON),
PLATFORM_NAME(KABYLAKE),
PLATFORM_NAME(GEMINILAKE),
+ PLATFORM_NAME(CANNONLAKE),
};
#undef PLATFORM_NAME