commit | 86e83e35d190a9b553384e0e711091a4e9643998 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 07 20:49:52 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Oct 13 21:58:52 2016 +0100 |
tree | 987870131b73818fbb8c1869a3fb5f33a44488ad | |
parent | f7170e2eb8f6bf7ef2032cc0659cd38740bf5b97 [diff] |
drm/i915: Merge duplicate gen4 and vlv/chv enable vblank callbacks gen4/vlv/chv all use the same bits in pipestat to enable the vblank interrupt, so they can share the same callbacks to enable/disable. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20161007194953.15616-1-chris@chris-wilson.co.uk Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>