You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user