summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core/fb_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/core/fb_info.c')
-rw-r--r--drivers/video/fbdev/core/fb_info.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/core/fb_info.c b/drivers/video/fbdev/core/fb_info.c
index 4847ebe50d7d..52f9bd2c5417 100644
--- a/drivers/video/fbdev/core/fb_info.c
+++ b/drivers/video/fbdev/core/fb_info.c
@@ -42,6 +42,7 @@ struct fb_info *framebuffer_alloc(size_t size, struct device *dev)
info->device = dev;
info->fbcon_rotate_hint = -1;
+ info->blank = FB_BLANK_UNBLANK;
#if IS_ENABLED(CONFIG_FB_BACKLIGHT)
mutex_init(&info->bl_curve_mutex);