aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2009-09-11 18:35:38 +1000
committerDave Airlie <airlied@linux.ie>2009-09-11 18:35:38 +1000
commit2f9a60d76692ffbc749d97ac55717f70eb1f9432 (patch)
tree7ad85e6b86638d7c40a624da8ab62bc092342420 /drivers/gpu
parent6cf8a3f58806f12b975a89cfd7edf01566ff80a0 (diff)
drm/radeon/kms: set fbdev_info for suspend/resume
this hopefully will bring back suspend/resume under kms. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/radeon/radeon_fb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_fb.c b/drivers/gpu/drm/radeon/radeon_fb.c
index ebb58959f41..19e244a512b 100644
--- a/drivers/gpu/drm/radeon/radeon_fb.c
+++ b/drivers/gpu/drm/radeon/radeon_fb.c
@@ -258,6 +258,7 @@ int radeonfb_create(struct drm_device *dev,
goto out_unref;
}
+ rdev->fbdev_info = info;
rfbdev = info->par;
rfbdev->helper.funcs = &radeon_fb_helper_funcs;
rfbdev->helper.dev = dev;