summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_device_info.c
diff options
context:
space:
mode:
authorJani Nikula2016-11-30 16:43:05 +0100
committerJani Nikula2016-12-07 14:19:51 +0100
commitf69c11aeb872e51bf3900a6c0c8397f9ddb9f5bc (patch)
treeef4c50d4d738ce83a7e17447fa3d266fcb5c4175 /drivers/gpu/drm/i915/intel_device_info.c
parentdrm/i915: add some more "i" in platform names for consistency (diff)
downloadkernel-qcow2-linux-f69c11aeb872e51bf3900a6c0c8397f9ddb9f5bc.tar.gz
kernel-qcow2-linux-f69c11aeb872e51bf3900a6c0c8397f9ddb9f5bc.tar.xz
kernel-qcow2-linux-f69c11aeb872e51bf3900a6c0c8397f9ddb9f5bc.zip
drm/i915: give G45 and GM45 their own platform enums
Distinguish them better. Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/987709804bc8fe55475e7481fcee03e7b86b1ba3.1480520526.git.jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/intel_device_info.c')
-rw-r--r--drivers/gpu/drm/i915/intel_device_info.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_device_info.c b/drivers/gpu/drm/i915/intel_device_info.c
index 6f4cd4fca957..c46415b8c1b9 100644
--- a/drivers/gpu/drm/i915/intel_device_info.c
+++ b/drivers/gpu/drm/i915/intel_device_info.c
@@ -38,7 +38,8 @@ static const char * const platform_names[] = {
PLATFORM_NAME(PINEVIEW),
PLATFORM_NAME(I965G),
PLATFORM_NAME(I965GM),
- PLATFORM_NAME(G4X),
+ PLATFORM_NAME(G45),
+ PLATFORM_NAME(GM45),
PLATFORM_NAME(IRONLAKE),
PLATFORM_NAME(SANDYBRIDGE),
PLATFORM_NAME(IVYBRIDGE),