Skip to content

Commit

Permalink
Revert "ODROID-C2: Skip the default vmode setting in case of CVBS modes"
Browse files Browse the repository at this point in the history
This reverts commit b6470b9.

Change-Id: Ie893dedb4097b2161623c14da008d0c8fde72ee5
  • Loading branch information
Joy Cho committed Dec 6, 2016
1 parent b6470b9 commit f2bb811
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions drivers/amlogic/display/logo/logo.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,11 +373,9 @@ static int __init logo_init(void)
pr_info("%s\n", __func__);

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

Expand Down

0 comments on commit f2bb811

Please sign in to comment.