]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Merge duplicate gen4 and vlv/chv enable vblank callbacks
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 7 Oct 2016 19:49:52 +0000 (20:49 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 13 Oct 2016 20:58:52 +0000 (21:58 +0100)
commit6521e6d849184b7f471f6745b8c3f8a86712b05d
tree987870131b73818fbb8c1869a3fb5f33a44488ad
parentcd9076d7d391bb2133cd8678d69bda6b64d86237
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>
drivers/gpu/drm/i915/i915_irq.c