Home
last modified time | relevance | path

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

/freebsd/sys/dev/fb/
H A Dvesa.c101 static video_adapter_t *vesa_adp; variable
1156 vesa_adp = adp; in vesa_configure()
1158 vesa_adp = NULL; in vesa_configure()
1161 vesa_adp->va_flags |= V_ADP_VESA; in vesa_configure()
1166 (vesa_adp->va_flags & V_ADP_COLOR) ? in vesa_configure()
1171 prevvidsw = vidsw[vesa_adp->va_index]; in vesa_configure()
1172 vidsw[vesa_adp->va_index] = &vesavidsw; in vesa_configure()
1175 vesa_adp = NULL; in vesa_configure()
1220 if (adp != vesa_adp) in vesa_get_info()
1223 mode = vesa_map_gen_mode_num(vesa_adp->va_type, in vesa_get_info()
[all …]