drm: Move vblank related module options into drm_irq.c
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 10 Sep 2014 06:16:10 +0000 (08:16 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 12 Sep 2014 09:14:56 +0000 (11:14 +0200)
This allows us to drop 2 header declarations from drmP.h. The 3rd one
is also used in drm_ioctl.c, so for that create a new drm_internal.h
header for non-legacy non-kms (since we have internal headers for
those parts already) declarations private to drm.ko.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found