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>
This commit is contained in:
parent
6cf8a3f588
commit
2f9a60d766
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue