Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeon_monitor.c422 rinfo->mon2_type = MT_CRT; in radeon_parse_monitor_layout()
424 rinfo->mon2_type = MT_DFP; in radeon_parse_monitor_layout()
426 rinfo->mon2_type = MT_LCD; in radeon_parse_monitor_layout()
464 if (rinfo->mon2_type != MT_NONE) in radeon_probe_screens()
471 if (rinfo->mon2_type != MT_NONE) { in radeon_probe_screens()
478 rinfo->mon2_type = MT_NONE; in radeon_probe_screens()
579 if (rinfo->mon2_type == MT_NONE) in radeon_probe_screens()
584 if (rinfo->mon2_type == MT_NONE) in radeon_probe_screens()
591 if (rinfo->mon2_type == MT_NONE) in radeon_probe_screens()
605 rinfo->mon2_type = MT_NONE; in radeon_probe_screens()
[all …]
H A Dradeonfb.h337 int mon2_type; member