From: Daniel Vetter Date: Thu, 26 Apr 2012 21:28:01 +0000 (+0200) Subject: drm/i915: move dri1 vblank stubs to i915_dma.c X-Git-Tag: v3.5-rc1~83^2~8^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1c1edbc741924b8983ebad1329f4b761664e48b;p=pandora-kernel.git drm/i915: move dri1 vblank stubs to i915_dma.c i915_dma.c contains most of the old dri1 horror-show, so move the remaining bits there, too. The code has been removed and the only thing left are some stubs to ensure that userspace doesn't try to use this stuff. vblank_pipe_set only returns 0 without any side-effects, so we can even stub it out with the canonical drm_noop. v2: Rebase against ENODEV changes. Acked-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed