Searched refs:hdmi_core_ddc_edid (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi4_core.c | 88 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, in hdmi_core_ddc_edid() function 181 r = hdmi_core_ddc_edid(core, edid, 0); in hdmi4_read_edid() 188 r = hdmi_core_ddc_edid(core, edid + 0x80, 1); in hdmi4_read_edid()
|
D | hdmi5_core.c | 138 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, u8 *pedid, u8 ext) in hdmi_core_ddc_edid() function 208 r = hdmi_core_ddc_edid(core, edid, 0); in hdmi5_read_edid() 218 r = hdmi_core_ddc_edid(core, edid + i * EDID_LENGTH, i); in hdmi5_read_edid()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/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()
|