OSDN Git Service

drm/i915: s/IS_G4X && !IS_GM45/IS_G45/
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 14 Jun 2018 18:05:00 +0000 (21:05 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 15 Jun 2018 20:21:26 +0000 (23:21 +0300)
commit1c0f1b3db7a647ef8962fb4186105e91710a3ade
treee88e5d6c885a293da986a9460503c838a691c25d
parentb2209e62a4507f6649233eaf0675de3ad86bd868
drm/i915: s/IS_G4X && !IS_GM45/IS_G45/

We have IS_G45 these days. Let's use it instead of the
'IS_G4X && !IS_GM45' construct.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180614180500.2565-1-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_crt.c
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/i915/intel_hdmi.c