]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/gpu/drm/i915/intel_display.c
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)
commit87b6b10153522aee7d5963c34ec5a5636475550b
treeb3f53b064585594284b4a7953db55b8dc050ec6b
parent89dd6a4b34c5a7658a4017c93b2fe66c964399d0
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