Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/aty/
Dradeon_monitor.c465 if (!radeon_probe_i2c_connector(rinfo, ddc_vga, &rinfo->mon2_EDID) && in radeon_probe_screens()
467 radeon_probe_i2c_connector(rinfo, ddc_crt2, &rinfo->mon2_EDID); in radeon_probe_screens()
473 rinfo->mon1_EDID = rinfo->mon2_EDID; in radeon_probe_screens()
479 rinfo->mon2_EDID = NULL; in radeon_probe_screens()
583 &rinfo->mon2_EDID); in radeon_probe_screens()
588 &rinfo->mon2_EDID); in radeon_probe_screens()
591 &rinfo->mon2_EDID); in radeon_probe_screens()
604 rinfo->mon1_EDID = rinfo->mon2_EDID; in radeon_probe_screens()
608 rinfo->mon2_EDID = NULL; in radeon_probe_screens()
620 rinfo->mon1_EDID = rinfo->mon2_EDID; in radeon_probe_screens()
[all …]
Dradeon_base.c2235 return radeon_show_one_edid(buf, off, count, rinfo->mon2_EDID); in radeon_show_edid2()
2463 if (rinfo->mon2_EDID) in radeonfb_pci_register()
2513 kfree(rinfo->mon2_EDID); in radeonfb_pci_register()
2548 if (rinfo->mon2_EDID) in radeonfb_pci_unregister()
2574 kfree(rinfo->mon2_EDID); in radeonfb_pci_unregister()
Dradeonfb.h338 u8 *mon2_EDID; member