Lines Matching refs:mon1_EDID
459 if (!radeon_probe_i2c_connector(rinfo, ddc_dvi, &rinfo->mon1_EDID)) { in radeon_probe_screens()
460 radeon_probe_i2c_connector(rinfo, ddc_crt2, &rinfo->mon1_EDID); in radeon_probe_screens()
472 rinfo->mon1_EDID = rinfo->mon2_EDID; in radeon_probe_screens()
505 &rinfo->mon1_EDID); in radeon_probe_screens()
511 &rinfo->mon1_EDID); in radeon_probe_screens()
515 &rinfo->mon1_EDID); in radeon_probe_screens()
519 &rinfo->mon1_EDID); in radeon_probe_screens()
554 &rinfo->mon1_EDID); in radeon_probe_screens()
559 &rinfo->mon1_EDID); in radeon_probe_screens()
562 &rinfo->mon1_EDID); in radeon_probe_screens()
603 rinfo->mon1_EDID = rinfo->mon2_EDID; in radeon_probe_screens()
617 u8 *tmp_EDID = rinfo->mon1_EDID; in radeon_probe_screens()
619 rinfo->mon1_EDID = rinfo->mon2_EDID; in radeon_probe_screens()
628 kfree(rinfo->mon1_EDID); in radeon_probe_screens()
629 rinfo->mon1_EDID = NULL; in radeon_probe_screens()
637 if (rinfo->mon1_EDID) in radeon_probe_screens()
779 && rinfo->mon1_EDID) { in radeon_check_modes()
782 if (fb_parse_edid(rinfo->mon1_EDID, &var) == 0) { in radeon_check_modes()
829 if (rinfo->mon1_EDID) { in radeon_check_modes()
830 fb_edid_to_monspecs(rinfo->mon1_EDID, &info->monspecs); in radeon_check_modes()