diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_fbcon.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_fbcon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_fbcon.c b/drivers/gpu/drm/nouveau/nouveau_fbcon.c index 8e9c07b7fc89..afe706a20f97 100644 --- a/drivers/gpu/drm/nouveau/nouveau_fbcon.c +++ b/drivers/gpu/drm/nouveau/nouveau_fbcon.c | |||
@@ -464,7 +464,8 @@ nouveau_fbcon_init(struct drm_device *dev) | |||
464 | 464 | ||
465 | fbcon->dev = dev; | 465 | fbcon->dev = dev; |
466 | drm->fbcon = fbcon; | 466 | drm->fbcon = fbcon; |
467 | fbcon->helper.funcs = &nouveau_fbcon_helper_funcs; | 467 | |
468 | drm_fb_helper_prepare(dev, &fbcon->helper, &nouveau_fbcon_helper_funcs); | ||
468 | 469 | ||
469 | ret = drm_fb_helper_init(dev, &fbcon->helper, | 470 | ret = drm_fb_helper_init(dev, &fbcon->helper, |
470 | dev->mode_config.num_crtc, 4); | 471 | dev->mode_config.num_crtc, 4); |