Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;