Home
last modified time | relevance | path

Searched refs:read_edid (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/omapdrm/
Domap_connector.c121 if (dssdrv->read_edid) { in omap_connector_get_modes()
127 if ((dssdrv->read_edid(dssdev, edid, MAX_EDID) > 0) && in omap_connector_get_modes()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/displays/
Dconnector-hdmi.c158 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid()
202 .read_edid = hdmic_read_edid,
Dencoder-tpd12s015.c154 r = in->ops.hdmi->read_edid(in, edid, len); in tpd_read_edid()
197 .read_edid = tpd_read_edid,
Dconnector-dvi.c234 .read_edid = dvic_read_edid,
/Linux-v4.19/drivers/gpu/drm/omapdrm/displays/
Dencoder-tpd12s015.c168 return in->ops.hdmi->read_edid(in, edid, len); in tpd_read_edid()
254 .read_edid = tpd_read_edid,
Dconnector-hdmi.c173 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid()
283 .read_edid = hdmic_read_edid,
Dconnector-dvi.c311 .read_edid = dvic_read_edid,
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi4.c297 static int read_edid(u8 *buf, int len) in read_edid() function
480 r = read_edid(edid, len); in hdmi_read_edid()
513 .read_edid = hdmi_read_edid,
Dhdmi5.c318 static int read_edid(u8 *buf, int len) in read_edid() function
510 r = read_edid(edid, len); in hdmi_read_edid()
543 .read_edid = hdmi_read_edid,
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi5.c325 static int read_edid(struct omap_hdmi *hdmi, u8 *buf, int len) in read_edid() function
517 r = read_edid(hdmi, edid, len); in hdmi_read_edid()
554 .read_edid = hdmi_read_edid,
Dhdmi4.c328 static int read_edid(struct omap_hdmi *hdmi, u8 *buf, int len) in read_edid() function
514 r = read_edid(hdmi, edid, len); in hdmi_read_edid()
562 .read_edid = hdmi_read_edid,
Domapdss.h386 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); member
561 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); member
/Linux-v4.19/include/video/
Domapfb_dss.h563 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); member
769 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); member
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c2255 if (!display->driver->read_edid) in omapfb_find_best_mode()
2263 r = display->driver->read_edid(display, edid, len); in omapfb_find_best_mode()