]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove unused dev_priv->vblank_pipe
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 30 Apr 2012 18:17:35 +0000 (19:17 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 3 May 2012 09:18:24 +0000 (11:18 +0200)
commitd01a79be6c70ede050a3bef604984c2ab58a3904
tree6d2ded6cef5bad8e53b3f37967fe01c2f258edeb
parent6adc5545af4fe973b8f25078faa2f40b26cb3c5b
drm/i915: Remove unused dev_priv->vblank_pipe

vblank_pipe was intended to be used for tracking DRI1 state. However,
the vblank_pipe reported to DRI1 is fixed to umask both pipes, and the
dev_priv->vblank_pipe unused and superfluous.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_irq.c