amlogic:logo: new modes should be usable on hdmimode= as well

Change-Id: Ibc31893ee1c02614ebd81449b4af642919e8f5ba
This commit is contained in:
Mauro Ribeiro
2014-12-01 00:05:25 -02:00
committed by Dongjin Kim
parent 12214957b0
commit 3705f71a7c
2 changed files with 6 additions and 1 deletions

View File

@@ -43,6 +43,11 @@ static hdmi_only_info_t hdmi_only_info[PARA_HDMI_ONLY]={
{"576i",VMODE_576I},
{"576p",VMODE_576P},
{"720p",VMODE_720P},
{"800p",VMODE_800P},
{"vga",VMODE_VGA},
{"sxga",VMODE_SXGA},
{"xga",VMODE_XGA},
{"1920x1200", VMODE_1920x1200},
{"1080i",VMODE_1080I},
{"1080p",VMODE_1080P},
{"720p50hz",VMODE_720P_50HZ},

View File

@@ -7,7 +7,7 @@
} while (0)
#ifdef CONFIG_AM_HDMI_ONLY
#define PARA_HDMI_ONLY 15
#define PARA_HDMI_ONLY 20
typedef struct {
char *name;