Lines Matching refs:mon1_EDID
460 if (!radeon_probe_i2c_connector(rinfo, ddc_dvi, &rinfo->mon1_EDID)) { in radeon_probe_screens()
461 radeon_probe_i2c_connector(rinfo, ddc_crt2, &rinfo->mon1_EDID); in radeon_probe_screens()
473 rinfo->mon1_EDID = rinfo->mon2_EDID; in radeon_probe_screens()
504 &rinfo->mon1_EDID); in radeon_probe_screens()
510 &rinfo->mon1_EDID); in radeon_probe_screens()
514 &rinfo->mon1_EDID); in radeon_probe_screens()
518 &rinfo->mon1_EDID); in radeon_probe_screens()
553 &rinfo->mon1_EDID); in radeon_probe_screens()
558 &rinfo->mon1_EDID); in radeon_probe_screens()
561 &rinfo->mon1_EDID); in radeon_probe_screens()
602 rinfo->mon1_EDID = rinfo->mon2_EDID; in radeon_probe_screens()
616 u8 *tmp_EDID = rinfo->mon1_EDID; in radeon_probe_screens()
618 rinfo->mon1_EDID = rinfo->mon2_EDID; in radeon_probe_screens()
627 kfree(rinfo->mon1_EDID); in radeon_probe_screens()
628 rinfo->mon1_EDID = NULL; in radeon_probe_screens()
636 if (rinfo->mon1_EDID) in radeon_probe_screens()
778 && rinfo->mon1_EDID) { in radeon_check_modes()
781 if (fb_parse_edid(rinfo->mon1_EDID, &var) == 0) { in radeon_check_modes()
828 if (rinfo->mon1_EDID) { in radeon_check_modes()
829 fb_edid_to_monspecs(rinfo->mon1_EDID, &info->monspecs); in radeon_check_modes()