Commit 2f9a60d7 authored by Dave Airlie's avatar Dave Airlie

drm/radeon/kms: set fbdev_info for suspend/resume

this hopefully will bring back suspend/resume under kms.
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 6cf8a3f5
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment