Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/aty/
Dradeon_monitor.c421 rinfo->mon2_type = MT_CRT; in radeon_parse_monitor_layout()
423 rinfo->mon2_type = MT_DFP; in radeon_parse_monitor_layout()
425 rinfo->mon2_type = MT_LCD; in radeon_parse_monitor_layout()
463 if (rinfo->mon2_type != MT_NONE) in radeon_probe_screens()
470 if (rinfo->mon2_type != MT_NONE) { in radeon_probe_screens()
471 rinfo->mon1_type = rinfo->mon2_type; in radeon_probe_screens()
477 rinfo->mon2_type = MT_NONE; in radeon_probe_screens()
580 if (rinfo->mon2_type == MT_NONE) in radeon_probe_screens()
581 rinfo->mon2_type = radeon_probe_OF_head(rinfo, 1, in radeon_probe_screens()
585 if (rinfo->mon2_type == MT_NONE) in radeon_probe_screens()
[all …]
Dradeonfb.h336 int mon2_type; member