mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
amlogic:logo: new modes should be usable on hdmimode= as well
Change-Id: Ibc31893ee1c02614ebd81449b4af642919e8f5ba
This commit is contained in:
committed by
Dongjin Kim
parent
12214957b0
commit
3705f71a7c
@@ -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},
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user