commit | e32192e1ae9884200ee340e7c839bf24f4f1f928 | [log] [tgz] |
---|---|---|
author | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Tue Jan 12 16:04:06 2016 +0000 |
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Wed Jan 13 10:01:35 2016 +0000 |
tree | 8b84a702f426c0455300c93e2a3ecbc5f77c5f7e | |
parent | 1892faa9ec5d51b07d646cbd5597cd30e049aa51 [diff] |
drm/i915/gen8: Tidy display interrupt processing One bugfix and a few tidy-ups: * Pipe fault logging was broken on Gen9+. * Removed some unnecessary local variables. * Removed unnecessary initializers. * Decreased pipe iir block indentation level. * Grouped variable initialization close to use sites. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Chris Wilson <chris@cris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/1452614647-13973-1-git-send-email-tvrtko.ursulin@linux.intel.com