mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ODROID-N2: hdmitx: add hdmi phy custombuilt mode
Change-Id: I2ee9c9eccda7d54e6a801ed6b90039deb3c3fc75
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user