Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/aty/
H A 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()
475 rinfo->mon1_type = MT_CRT; in radeon_probe_screens()
508 rinfo->mon1_type = in radeon_probe_screens()
512 rinfo->mon1_type = in radeon_probe_screens()
516 rinfo->mon1_type = in radeon_probe_screens()
569 rinfo->mon1_type = MT_LCD; in radeon_probe_screens()
857 rinfo->mon1_type = MT_CRT; in radeon_check_modes()
868 rinfo->mon1_type = MT_CRT; in radeon_check_modes()
[all …]
H A Dradeon_backlight.c53 if (rinfo->mon1_type != MT_LCD) in radeon_bl_update_status()
130 if (rinfo->mon1_type != MT_LCD) in radeonfb_bl_init()
H A Dradeonfb.h333 int mon1_type; member
367 #define PRIMARY_MONITOR(rinfo) (rinfo->mon1_type)
H A Dradeon_base.c1073 switch (rinfo->mon1_type) { in radeon_screen_blank()