Searched refs:read_edid (Results 1 – 10 of 10) sorted by relevance
/drivers/video/fbdev/omap2/omapfb/displays/ |
D | connector-hdmi.c | 155 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid() 199 .read_edid = hdmic_read_edid,
|
D | encoder-tpd12s015.c | 151 r = in->ops.hdmi->read_edid(in, edid, len); in tpd_read_edid() 194 .read_edid = tpd_read_edid,
|
D | connector-dvi.c | 231 .read_edid = dvic_read_edid,
|
/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi5.c | 274 static int read_edid(struct omap_hdmi *hdmi, u8 *buf, int len) in read_edid() function 428 r = read_edid(hdmi, edid, len); in hdmi_read_edid() 463 .read_edid = hdmi_read_edid,
|
D | hdmi4.c | 275 static int read_edid(struct omap_hdmi *hdmi, u8 *buf, int len) in read_edid() function 423 r = read_edid(hdmi, edid, len); in hdmi_read_edid() 469 .read_edid = hdmi_read_edid,
|
D | omapdss.h | 370 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); member
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi4.c | 286 static int read_edid(u8 *buf, int len) in read_edid() function 469 r = read_edid(edid, len); in hdmi_read_edid() 502 .read_edid = hdmi_read_edid,
|
D | hdmi5.c | 307 static int read_edid(u8 *buf, int len) in read_edid() function 499 r = read_edid(edid, len); in hdmi_read_edid() 532 .read_edid = hdmi_read_edid,
|
/drivers/gpu/drm/omapdrm/ |
D | omap_connector.c | 183 if (dssdev->ops->read_edid(dssdev, edid, MAX_EDID) <= 0 || in omap_connector_get_modes_edid()
|
/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 2240 if (!display->driver->read_edid) in omapfb_find_best_mode() 2248 r = display->driver->read_edid(display, edid, len); in omapfb_find_best_mode()
|