drm/radeon/kms: use wait queue (events) for VBLANK sync
authorRafał Miłecki <zajec5@gmail.com>
Thu, 7 Jan 2010 23:22:47 +0000 (00:22 +0100)
committerDave Airlie <airlied@redhat.com>
Mon, 8 Feb 2010 23:32:33 +0000 (09:32 +1000)
commit73a6d3fc104827db574e4bd206a025299fef0bb1
treec5f3b9f63bf1bf10b307dcedaa77024237a267b0
parent20d6c346f69ec68f3f4956c726d830c978f911a8
drm/radeon/kms: use wait queue (events) for VBLANK sync

This already simplifies code significally and makes it maintaible
in case of adding memory reclocking plus voltage changing in future.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r100.c
drivers/gpu/drm/radeon/r600.c
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_device.c
drivers/gpu/drm/radeon/radeon_pm.c
drivers/gpu/drm/radeon/rs600.c