HomeSort by: relevance | last modified time | path
    Searched refs:fbcon (Results 1 - 12 of 12) 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_fbcon.h 79 void nouveau_fbcon_hotplug_resume(struct nouveau_fbdev *fbcon);
nouveau_drv.h 187 struct nouveau_fbdev *fbcon; member in struct:nouveau_drm
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_device.c 1734 bool fbcon, bool freeze)
1823 if (fbcon) {
1840 int radeon_resume_kms(struct drm_device *dev, bool resume, bool fbcon)
1850 if (fbcon) {
1858 if (fbcon)
1922 if (fbcon) {
1938 if (fbcon) {
radeon_drv.c 125 bool fbcon, bool freeze);
126 int radeon_resume_kms(struct drm_device *dev, bool resume, bool fbcon);
radeon.h 2898 extern int radeon_resume_kms(struct drm_device *dev, bool resume, bool fbcon);
2900 bool fbcon, bool freeze);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
tegra114-tn7.dts 13 bootargs = "console=ttyS0,115200n8 console=tty1 gpt fbcon=rotate:2";
tegra114-roth.dts 13 bootargs = "console=ttyS0,115200n8 console=tty1 gpt fbcon=rotate:1";
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu.h 1209 int amdgpu_device_suspend(struct drm_device *dev, bool fbcon);
1210 int amdgpu_device_resume(struct drm_device *dev, bool fbcon);
amdgpu_device.c 3465 * @fbcon : notify the fbdev of suspend
3471 int amdgpu_device_suspend(struct drm_device *dev, bool fbcon)
3491 if (fbcon)
3562 * @fbcon : notify the fbdev of resume
3568 int amdgpu_device_resume(struct drm_device *dev, bool fbcon)
3627 if (fbcon) {
  /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...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 1294 drm_fb_helper_remove_one_connector(&drm->fbcon->helper, &mstc->connector);
1304 drm_fb_helper_add_one_connector(&drm->fbcon->helper, connector);

Completed in 27 milliseconds