OSDN Git Service

drm/atomic: Use KMS VBLANK API
authorThierry Reding <treding@nvidia.com>
Wed, 12 Aug 2015 15:00:35 +0000 (17:00 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 12 Aug 2015 15:41:30 +0000 (17:41 +0200)
commitd4853630b334017cab9a4602f5e9677e3b792c8a
tree0c8f3a71cf320e581796beae2802c58e5e168c99
parentc30e11fc66fe21882c46e176ed695728ebd4293a
drm/atomic: Use KMS VBLANK API

Instead of using the legacy VBLANK API, use the new KMS API. This is
part of an effort to convert all existing users so that the KMS API can
be changed to properly use per-CRTC data.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_atomic_helper.c