Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/aty/
Datyfb_base.c191 struct crtc *crtc, u32 *monitors_enabled);
200 u32 monitors_enabled);
561 v = v | DONT_SHADOW_VPAR | crtc->monitors_enabled; in aty_set_crtc()
572 struct crtc *crtc, u32 *monitors_enabled) in aty_var_to_crtc() argument
705 if ((info->lcd_table != 0) && ((*monitors_enabled & LCD_ON) != 0) && in aty_var_to_crtc()
713 if (*monitors_enabled & CRT_ON) { in aty_var_to_crtc()
715 *monitors_enabled = *monitors_enabled & (~LCD_ON); in aty_var_to_crtc()
719 if ((info->lcd_table == 0) || ((*monitors_enabled & LCD_ON) == 0)) { in aty_var_to_crtc()
775 crtc->monitors_enabled = *monitors_enabled; in aty_var_to_crtc()
1056 u32 monitors_enabled) in atyfb_decode_var() argument
[all …]
Datyfb.h28 u32 monitors_enabled; /* LCD monitor support */ member