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()
506 &rinfo->mon1_EDID); in radeon_probe_screens()
512 &rinfo->mon1_EDID); in radeon_probe_screens()
516 &rinfo->mon1_EDID); in radeon_probe_screens()
520 &rinfo->mon1_EDID); in radeon_probe_screens()
555 &rinfo->mon1_EDID); in radeon_probe_screens()
560 &rinfo->mon1_EDID); in radeon_probe_screens()
563 &rinfo->mon1_EDID); in radeon_probe_screens()
604 rinfo->mon1_EDID = rinfo->mon2_EDID; in radeon_probe_screens()
618 u8 *tmp_EDID = rinfo->mon1_EDID; in radeon_probe_screens()
620 rinfo->mon1_EDID = rinfo->mon2_EDID; in radeon_probe_screens()
629 kfree(rinfo->mon1_EDID); in radeon_probe_screens()
630 rinfo->mon1_EDID = NULL; in radeon_probe_screens()
638 if (rinfo->mon1_EDID) in radeon_probe_screens()
780 && rinfo->mon1_EDID) { in radeon_check_modes()
783 if (fb_parse_edid(rinfo->mon1_EDID, &var) == 0) { in radeon_check_modes()
830 if (rinfo->mon1_EDID) { in radeon_check_modes()
831 fb_edid_to_monspecs(rinfo->mon1_EDID, &info->monspecs); in radeon_check_modes()