diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-10-14 08:35:19 +0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-12-21 13:01:18 +0400 |
commit | e6e039d10d08fbdecbdcaf20f29bb7a8c8580d4b (patch) | |
tree | e5764ca80c8db5193a85a60f627cd1cc56923e0d /drivers/gpu/drm/nouveau/nv50_display.h | |
parent | a4eaa0a0427ef13468d784953de40c3087e6d870 (diff) | |
download | linux-e6e039d10d08fbdecbdcaf20f29bb7a8c8580d4b.tar.xz |
drm/nv50/disp: move sync routine to where it can be used by other modules
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_display.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv50_display.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_display.h b/drivers/gpu/drm/nouveau/nv50_display.h index c2da503a22aa..0cd8819a53f6 100644 --- a/drivers/gpu/drm/nouveau/nv50_display.h +++ b/drivers/gpu/drm/nouveau/nv50_display.h @@ -73,6 +73,7 @@ void nv50_display_destroy(struct drm_device *dev); int nv50_crtc_blank(struct nouveau_crtc *, bool blank); int nv50_crtc_set_clock(struct drm_device *, int head, int pclk); +int nv50_display_sync(struct drm_device *); int nv50_display_flip_next(struct drm_crtc *, struct drm_framebuffer *, struct nouveau_channel *chan); void nv50_display_flip_stop(struct drm_crtc *); |