Skip to content

Commit

Permalink
ODROID-C2: Add default osd refresh routine to fix DVI problem
Browse files Browse the repository at this point in the history
Change-Id: Iaf70a678d2acc7106b9807097c320f910d7a201d
  • Loading branch information
Joy Cho committed Aug 23, 2016
1 parent b1d2c27 commit 8768319
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion drivers/amlogic/display/logo/logo.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,12 @@ static int __init logo_init(void)

pr_info("%s\n", __func__);

if (logo_info.loaded == 0)
if (logo_info.loaded == 0) {
set_logo_vmode(hdmimode);
osd_set_logo_index(LOGO_DEV_OSD1);
osd_init_hw(1);
return 0;
}

refresh_mode_and_logo(true);

Expand Down

0 comments on commit 8768319

Please sign in to comment.