drm/nouveau/disp: introduce proper init/fini, separate from create/destroy

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs
2011-11-09 11:36:33 +10:00
parent d2edab4acf
commit 2a44e4997c
7 changed files with 39 additions and 31 deletions

View File

@@ -243,6 +243,11 @@ nv04_display_init(struct drm_device *dev)
return 0;
}
void
nv04_display_fini(struct drm_device *dev)
{
}
static void
nv04_vblank_crtc0_isr(struct drm_device *dev)
{