Searched refs:mon2_type (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/aty/
H A Dradeon_monitor.c421 rinfo->mon2_type = MT_CRT; radeon_parse_monitor_layout()
423 rinfo->mon2_type = MT_DFP; radeon_parse_monitor_layout()
425 rinfo->mon2_type = MT_LCD; radeon_parse_monitor_layout()
463 if (rinfo->mon2_type != MT_NONE) radeon_probe_screens()
470 if (rinfo->mon2_type != MT_NONE) { radeon_probe_screens()
471 rinfo->mon1_type = rinfo->mon2_type; radeon_probe_screens()
477 rinfo->mon2_type = MT_NONE; radeon_probe_screens()
580 if (rinfo->mon2_type == MT_NONE) radeon_probe_screens()
581 rinfo->mon2_type = radeon_probe_OF_head(rinfo, 1, radeon_probe_screens()
585 if (rinfo->mon2_type == MT_NONE) radeon_probe_screens()
586 rinfo->mon2_type = radeon_probe_i2c_connector(rinfo, ddc_vga, radeon_probe_screens()
588 if (rinfo->mon2_type == MT_NONE && !ddc_crt2_used) radeon_probe_screens()
589 rinfo->mon2_type = radeon_probe_i2c_connector(rinfo, ddc_crt2, radeon_probe_screens()
592 if (rinfo->mon2_type == MT_NONE) radeon_probe_screens()
593 rinfo->mon2_type = radeon_crt_is_connected(rinfo, !rinfo->reversed_DAC); radeon_probe_screens()
601 if (rinfo->mon2_type != MT_NONE) { radeon_probe_screens()
602 rinfo->mon1_type = rinfo->mon2_type; radeon_probe_screens()
606 rinfo->mon2_type = MT_NONE; radeon_probe_screens()
615 if (rinfo->mon1_type == MT_DFP || rinfo->mon2_type == MT_DFP) { radeon_probe_screens()
618 rinfo->mon1_type = rinfo->mon2_type; radeon_probe_screens()
620 rinfo->mon2_type = tmp_type; radeon_probe_screens()
622 if (rinfo->mon1_type == MT_CRT || rinfo->mon2_type == MT_CRT) radeon_probe_screens()
642 radeon_get_mon_name(rinfo->mon2_type)); radeon_probe_screens()
H A Dradeonfb.h336 int mon2_type; member in struct:radeonfb_info

Completed in 83 milliseconds