HomeSort by: relevance | last modified time | path
    Searched defs:fbcon (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_fbcon.c 68 MODULE_PARM_DESC(nofbaccel, "Disable fbcon acceleration");
73 MODULE_PARM_DESC(fbcon_bpp, "fbcon bits-per-pixel (default: auto)");
81 struct nouveau_fbdev *fbcon = info->par; local in function:nouveau_fbcon_fillrect
82 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev);
113 struct nouveau_fbdev *fbcon = info->par; local in function:nouveau_fbcon_copyarea
114 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev);
145 struct nouveau_fbdev *fbcon = info->par; local in function:nouveau_fbcon_imageblit
146 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev);
177 struct nouveau_fbdev *fbcon = info->par; local in function:nouveau_fbcon_sync
178 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev)
204 struct nouveau_fbdev *fbcon = info->par; local in function:nouveau_fbcon_open
215 struct nouveau_fbdev *fbcon = info->par; local in function:nouveau_fbcon_release
270 struct nouveau_fbdev *fbcon = drm->fbcon; local in function:nouveau_fbcon_accel_fini
294 struct nouveau_fbdev *fbcon = drm->fbcon; local in function:nouveau_fbcon_accel_init
354 struct nouveau_fbdev *fbcon = local in function:nouveau_fbcon_create
506 struct nouveau_fbdev *fbcon = info->par; local in function:nouveau_fbcon_gpu_lockup
562 struct nouveau_fbdev *fbcon = drm->fbcon; local in function:nouveau_fbcon_output_poll_changed
617 struct nouveau_fbdev *fbcon; local in function:nouveau_fbcon_init
    [all...]
nouveau_drv.h 187 struct nouveau_fbdev *fbcon; member in struct:nouveau_drm
  /src/sys/external/bsd/drm2/dist/drm/
drm_fb_helper.c 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 */
2333 struct module *fbcon; local in function:drm_fb_helper_modinit
    [all...]

Completed in 13 milliseconds