commit | ff3d4ff6c9e66ba1602d0b89255961ddd43e7db7 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Jan 27 23:15:37 2020 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jan 28 12:35:26 2020 +0000 |
tree | 5b7cd59495f37726672884432dc63eb10557127d | |
parent | 6cc32f15f90b7e6d761dd0673af1898cc7f89f07 [diff] |
drm/i915/gt: Tidy repetition in declaring gen8+ interrupts We use the same interrupt mask for each engine, so define it once in a local and reuse. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200127231540.3302516-3-chris@chris-wilson.co.uk