Searched defs:fbcon (Results 1 - 3 of 3) sorted by relevance

/drivers/video/matrox/
H A Dmatroxfb_crtc2.h8 struct fb_info fbcon; member in struct:matroxfb_dh_fb_info
H A Dmatroxfb_base.h357 struct fb_info fbcon; member in struct:matrox_fb_info
520 #define info2minfo(info) container_of(info, struct matrox_fb_info, fbcon)
/drivers/gpu/drm/
H A Ddrm_fb_helper.c277 * Restore's the kernel's fbcon mode, used for lastclose & panic paths.
643 /* this will let fbcon do the mode init */
1392 * attempt to load fbcon to avoid leaving the system without a usable console.
1397 const char *name = "fbcon";
1398 struct module *fbcon; local
1401 fbcon = find_module(name);
1404 if (!fbcon)

Completed in 75 milliseconds