drm/radeon/kms: add gui_idle callback
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 22 Apr 2010 16:39:58 +0000 (12:39 -0400)
committerDave Airlie <airlied@redhat.com>
Tue, 18 May 2010 08:20:47 +0000 (18:20 +1000)
commitdef9ba9cf6a8266ee1ffd72556db002c3a2663db
tree4fff0f90b886dcfd96f11853cf4c605b2d3b759f
parent1d42bbc8f7f9ce4d852692ef7aa336b133b0830a
drm/radeon/kms: add gui_idle callback

Check to see if the GUI engine and related blocks
(2D, 3D, CP, etc) are idle or not.  There are a number
of cases when we need to know if the drawing engine
is busy.

Signed-off-by: Alex Deucher <alexdeucher@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_asic.c
drivers/gpu/drm/radeon/radeon_asic.h