]> 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)
commit06434cbf9f68736254e4d4502155493998aa0834
tree6d2ded6cef5bad8e53b3f37967fe01c2f258edeb
parenta03dbc913ae2aa879ce66d0ea7d89f3575215ab5
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