drm: move drm vblank initialization/cleanup to driver load/unload
authorKeith Packard <keithp@keithp.com>
Tue, 18 Nov 2008 17:30:25 +0000 (09:30 -0800)
committerDave Airlie <airlied@redhat.com>
Mon, 24 Nov 2008 23:49:03 +0000 (09:49 +1000)
drm vblank initialization keeps track of the changes in driver-supplied
frame counts across vt switch and mode setting, but only if you let it by
not tearing down the drm vblank structure.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found