ODROID-N2: hdmitx: add hdmi phy custombuilt mode

Change-Id: I2ee9c9eccda7d54e6a801ed6b90039deb3c3fc75
This commit is contained in:
Joy Cho
2019-01-09 15:50:35 +09:00
parent 590f00c4c8
commit 75a95d6280
10 changed files with 335 additions and 11 deletions

View File

@@ -162,6 +162,7 @@ enum hdmi_vic {
HDMI_800x480p60_5x3,
HDMI_480x320p60_4x3,
HDMI_480x800p60_4x3,
HDMI_CUSTOMBUILT,
/*
* the following vic is for those y420 mode

View File

@@ -758,6 +758,7 @@ struct Hdcp_Sub {
unsigned int hdcp_sub_addr_start;
unsigned int hdcp_sub_len;
};
extern struct hdmi_cea_timing *get_custom_timing(void);
extern void setup_attr(const char *buf);
extern unsigned int hd_read_reg(unsigned int addr);
extern void hd_write_reg(unsigned int addr, unsigned int val);