drm/i915: Define IS_BROXTON properly.
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 27 Oct 2015 17:14:54 +0000 (10:14 -0700)
committerJani Nikula <jani.nikula@intel.com>
Wed, 28 Oct 2015 19:34:22 +0000 (21:34 +0200)
commit7526ac195c77d5f95731b73c634aa31f13382013
tree1a144f16271c0c8867855740d38e579ada131950
parent3cb27f38f2075964bedc5cafb6b25518809180be
drm/i915: Define IS_BROXTON properly.

Kabylake will also be defined as gen9 and !is_skylake.
So we need start by creating a proper Broxton
definition, otherwise we will break broxton with the
introduction of Kabylake.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1445966099-1640-2-git-send-email-rodrigo.vivi@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_drv.h
This page took 0.024193 seconds and 5 git commands to generate.