commit | 33edc24d12c42710e23f1c2cef434937af73e245 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Oct 25 18:58:00 2016 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Oct 31 16:56:32 2016 +0200 |
tree | eb2dc1496a42bd9b50b56d4df1fbbaa70df47129 | |
parent | 7b7a119e8546e27227a7969883a3c34ed7dbb0cf [diff] |
drm/i915: Don't try to initialize sprite planes on pre-ilk We don't currently implement support for sprite planes on pre-ilk platforms, so let's leave num_sprites at 0 so that we don't get spurious errors during driver init. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1477411083-19255-2-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>