Home | History | Annotate | Download | only in pci

Lines Matching defs:sc_edid

242 	uint8_t			sc_edid[128];
1107 memset(sc->sc_edid, 0, sizeof(sc->sc_edid));
1109 if (ddc_read_edid(&sc->sc_i2c, sc->sc_edid,
1110 sizeof(sc->sc_edid)) == 0 && sc->sc_edid[1] != 0)
1112 memset(sc->sc_edid, 0, sizeof(sc->sc_edid));
1115 if (sc->sc_edid[1] == 0) {
1120 if (edid_parse(sc->sc_edid, &sc->sc_ei) != 0) {