Searched refs:ddctype (Results 1 – 1 of 1) sorted by relevance
226 radeonfb_i2c_read_edid(struct radeonfb_softc *sc, int ddctype, uint8_t *data) in radeonfb_i2c_read_edid() argument229 if ((ddctype < 1) || (ddctype > 4)) in radeonfb_i2c_read_edid()232 ddctype--; in radeonfb_i2c_read_edid()233 return (ddc_read_edid(&sc->sc_i2c[ddctype].ric_controller, data, 128)); in radeonfb_i2c_read_edid()