commit | e56134bc79569d5aa912c957f2fd4d92ea21fcc8 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Jun 01 17:36:19 2017 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Jun 15 15:38:27 2017 +0300 |
tree | 570a6967644e3133f5219e9314b44bed56f2e2ff | |
parent | b82a682d3234115dda6c8d05c31bafe98a66c885 [diff] |
drm/i915: Remove pipe A quirk remnants With 830 the only thing needing pipe quirks, we can just drop the quirk defines and replace the checks with IS_I830() checks. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170601143619.27840-8-ville.syrjala@linux.intel.com Acked-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>