diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-11-02 11:33:27 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-11-29 09:57:44 +1000 |
commit | 14464b8cd643467cb97335eb75ea676260dd0ad8 (patch) | |
tree | 0e3afde552b1aad18941047bd2b8c77c084f8e2c /drivers/gpu/drm/nouveau/nv50_display.h | |
parent | 206c38a9f1905d3054778f26289591376829d5ad (diff) | |
download | blackbird-obmc-linux-14464b8cd643467cb97335eb75ea676260dd0ad8.tar.gz blackbird-obmc-linux-14464b8cd643467cb97335eb75ea676260dd0ad8.zip |
drm/nvd0/disp: move remaining interrupt handling to core
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, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_display.h b/drivers/gpu/drm/nouveau/nv50_display.h index 973554d8a7a6..40aa6737adeb 100644 --- a/drivers/gpu/drm/nouveau/nv50_display.h +++ b/drivers/gpu/drm/nouveau/nv50_display.h @@ -94,7 +94,6 @@ int nvd0_display_create(struct drm_device *); void nvd0_display_destroy(struct drm_device *); int nvd0_display_init(struct drm_device *); void nvd0_display_fini(struct drm_device *); -void nvd0_display_intr(struct drm_device *); void nvd0_display_flip_stop(struct drm_crtc *); int nvd0_display_flip_next(struct drm_crtc *, struct drm_framebuffer *, |