diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-09-10 08:16:10 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-09-12 11:14:56 +0200 |
commit | 18882995713d2ebdd24d6b07f1853a866a7e1b66 (patch) | |
tree | 1b04bde276733538380a1839dfc065857a75185a /include/drm | |
parent | 7610a04c008768abf8a372d2358e7629877b8305 (diff) |
drm: Move vblank related module options into drm_irq.c
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>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drmP.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 3ca7b14f4f45..90ae120b2c29 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -1207,10 +1207,6 @@ extern void drm_put_dev(struct drm_device *dev); extern void drm_unplug_dev(struct drm_device *dev); extern unsigned int drm_debug; -extern int drm_vblank_offdelay; -extern unsigned int drm_timestamp_precision; -extern unsigned int drm_timestamp_monotonic; - extern struct class *drm_class; /* Debugfs support */ |