Skip to content

Commit

Permalink
drm/radeon/kms: set fbdev_info for suspend/resume
Browse files Browse the repository at this point in the history
this hopefully will bring back suspend/resume under kms.

Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Dave Airlie committed Sep 11, 2009
1 parent 6cf8a3f commit 2f9a60d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/radeon/radeon_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2f9a60d

Please sign in to comment.