From 2aa3dd0f6dfbe68474b2db3dec8c53a7ad66fb6d Mon Sep 17 00:00:00 2001 From: Shelley Chen Date: Fri, 20 Oct 2017 13:00:27 -0700 Subject: [PATCH] detachables: Remove screen blanking This is not necessary anymore and rendering is taken care of in depthcharge. BUG=b:35585623 BRANCH=None TEST=reboot and scroll through menus and make sure that rendering is still good. Change-Id: I078751014c8f84fb2ee403b6895e9dfa58e758d6 Signed-off-by: Shelley Chen Reviewed-on: https://chromium-review.googlesource.com/731114 Reviewed-by: Randall Spangler --- firmware/lib/vboot_ui_menu.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/firmware/lib/vboot_ui_menu.c b/firmware/lib/vboot_ui_menu.c index 7a00f3d7bf..82ef422058 100644 --- a/firmware/lib/vboot_ui_menu.c +++ b/firmware/lib/vboot_ui_menu.c @@ -874,11 +874,6 @@ VbError_t vb2_developer_menu(struct vb2_context *ctx, VbCommonParams *cparams) ret = vb2_update_menu(ctx); vb2_set_disabled_idx_mask(shared->flags); - /* - * Unfortunately, we need the blanking to get rid of - * artifacts from previous menu printing. - */ - VbDisplayScreen(ctx, cparams, VB_SCREEN_BLANK, 0); vb2_draw_current_screen(ctx, cparams); /* Probably shutting down */