Searched refs:hdmi_core_ddc_edid (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | hdmi4_core.c | 89 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, in hdmi_core_ddc_edid() function 182 r = hdmi_core_ddc_edid(core, edid, 0); in hdmi4_read_edid() 189 r = hdmi_core_ddc_edid(core, edid + 0x80, 1); in hdmi4_read_edid()
|
D | hdmi5_core.c | 139 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, u8 *pedid, u8 ext) in hdmi_core_ddc_edid() function 209 r = hdmi_core_ddc_edid(core, edid, 0); in hdmi5_read_edid() 219 r = hdmi_core_ddc_edid(core, edid + i * EDID_LENGTH, i); in hdmi5_read_edid()
|