commit | 1c0f1b3db7a647ef8962fb4186105e91710a3ade | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Jun 14 21:05:00 2018 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Jun 15 23:21:26 2018 +0300 |
tree | e88e5d6c885a293da986a9460503c838a691c25d | |
parent | b2209e62a4507f6649233eaf0675de3ad86bd868 [diff] |
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>