Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
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()
472 rinfo->mon1_type = rinfo->mon2_type; in radeon_probe_screens()
478 rinfo->mon2_type = MT_NONE; in radeon_probe_screens()
581 if (rinfo->mon2_type == MT_NONE) in radeon_probe_screens()
582 rinfo->mon2_type = radeon_probe_OF_head(rinfo, 1, in radeon_probe_screens()
586 if (rinfo->mon2_type == MT_NONE) in radeon_probe_screens()
[all …]
Dradeonfb.h337 int mon2_type; member