Home | History | Annotate | Download | only in drm

Lines Matching defs:fbcon

243  * when implementing an fbcon on top of kms using this helper. This ensures that
287 * restore fbcon display for all kms driver's using this helper, used for sysrq
1370 * This will let fbcon do the mode init and is called at initialization time by
1659 strcpy(fb_helper->fb->comm, "[fbcon]");
1761 /* Rotating in hardware, fbcon should not rotate */
1797 * fbcon cannot handle separate rotation settings per
1890 * When you have fbcon support built-in or already loaded, this function will do
1899 * Standard debug practice is to run the fbcon setup without taking the
1941 * for a race-free fbcon setup and will make sure that the fbdev emulation will
2015 /* @user: 1=userspace, 0=fbcon */
2020 /* No need to take a ref for fbcon because it unbinds on unregister */
2327 * attempt to load fbcon to avoid leaving the system without a usable console.
2332 const char name[] = "fbcon";
2333 struct module *fbcon;
2336 fbcon = find_module(name);
2339 if (!fbcon)