commit | e367031966c3546b213f6699b83669739cb6fb1d | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Apr 11 22:12:53 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Apr 13 12:51:07 2012 +0200 |
tree | f869c7a1163ebb5052761847af194a505fdb0947 | |
parent | 686cb5f9f5dc7db150c9f4e49cc0d45ef952450b [diff] |
drm/i915: abstract away ring-specific irq_get/put Inspired by Ben Widawsky's patch for gen6+. Now after restructuring how we set up the ring vtables and parameters, we can do this right. This kills the bsd specific get/put_irq functions, they're now the same. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>