Home
last modified time | relevance | path

Searched refs:mon1_type (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/video/fbdev/aty/
Dradeon_monitor.c415 rinfo->mon1_type = MT_CRT; in radeon_parse_monitor_layout()
417 rinfo->mon1_type = MT_DFP; in radeon_parse_monitor_layout()
419 rinfo->mon1_type = MT_LCD; in radeon_parse_monitor_layout()
459 if (rinfo->mon1_type != MT_NONE) in radeon_probe_screens()
470 if (rinfo->mon1_type == MT_NONE) { in radeon_probe_screens()
472 rinfo->mon1_type = rinfo->mon2_type; in radeon_probe_screens()
475 rinfo->mon1_type = MT_CRT; in radeon_probe_screens()
504 if (rinfo->mon1_type == MT_NONE) in radeon_probe_screens()
505 rinfo->mon1_type = radeon_probe_OF_head(rinfo, 0, in radeon_probe_screens()
509 if (rinfo->mon1_type == MT_NONE) in radeon_probe_screens()
[all …]
Dradeon_backlight.c53 if (rinfo->mon1_type != MT_LCD) in radeon_bl_update_status()
134 if (rinfo->mon1_type != MT_LCD) in radeonfb_bl_init()
Dradeonfb.h333 int mon1_type; member
367 #define PRIMARY_MONITOR(rinfo) (rinfo->mon1_type)
Dradeon_base.c1082 switch (rinfo->mon1_type) { in radeon_screen_blank()