Home
last modified time | relevance | path

Searched refs:mon1_EDID (Results 1 – 3 of 3) sorted by relevance

/drivers/video/fbdev/aty/
Dradeon_monitor.c460 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()
[all …]
Dradeon_base.c2223 return radeon_show_one_edid(buf, off, count, rinfo->mon1_EDID); in radeon_show_edid1()
2460 if (rinfo->mon1_EDID) in radeonfb_pci_register()
2512 kfree(rinfo->mon1_EDID); in radeonfb_pci_register()
2546 if (rinfo->mon1_EDID) in radeonfb_pci_unregister()
2573 kfree(rinfo->mon1_EDID); in radeonfb_pci_unregister()
Dradeonfb.h334 u8 *mon1_EDID; member