Searched refs:hdmi_core_ddc_edid (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi4_core.c | 78 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, in hdmi_core_ddc_edid() function 171 r = hdmi_core_ddc_edid(core, edid, 0); in hdmi4_read_edid() 178 r = hdmi_core_ddc_edid(core, edid + 0x80, 1); in hdmi4_read_edid()
|
H A D | hdmi5_core.c | 128 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, u8 *pedid, u8 ext) in hdmi_core_ddc_edid() function 196 r = hdmi_core_ddc_edid(core, edid, 0); in hdmi5_read_edid() 206 r = hdmi_core_ddc_edid(core, edid + i * EDID_LENGTH, i); in hdmi5_read_edid()
|