]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Use new kms-native vblank functions
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 15 May 2014 13:33:46 +0000 (15:33 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 21 May 2014 09:31:15 +0000 (11:31 +0200)
commit95250b1af0102267ee3a754ac34f2bd42e500a16
treeb3f53b064585594284b4a7953db55b8dc050ec6b
parent4418b493ba4a8410386fff019fdc014f01bf0033
drm/i915: Use new kms-native vblank functions

Only the low-level irq handling functions still use integer crtc
indices with this. But fixing that will require a lot more sugery
and some good ideas for backwards compat with old ums userspace.
Both in drivers and in the drm core.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c