Remove obsolete dev->vblank_suspend[crtc] tests.
authorMichel Dänzer <michel@tungstengraphics.com>
Mon, 21 Jul 2008 06:13:45 +0000 (08:13 +0200)
committerMichel Dänzer <michel@tungstengraphics.com>
Mon, 21 Jul 2008 06:13:45 +0000 (08:13 +0200)
commit014935b680d12856a01c0b2fe6077a38d69d14d3
tree6c6e33f2354f96fe04fc2c0ecc03a7e8e25a1dab
parent04893aa99abfbed8eb6d7067a974fa1f31193c87
Remove obsolete dev->vblank_suspend[crtc] tests.

Caused drm_update_vblank_count() not to do its thing when called from
drm_modeset_ctl() -> drm_vblank_get().

The vblank functionality no longer needs to be suspended during a modeset, so
rename the field to vblank_inmodeset.
linux-core/drmP.h
linux-core/drm_irq.c