| /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 82 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev); 113 struct nouveau_fbdev *fbcon = info->par; local 114 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev); 145 struct nouveau_fbdev *fbcon = info->par; local 146 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev); 177 struct nouveau_fbdev *fbcon = info->par; local 178 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev) 204 struct nouveau_fbdev *fbcon = info->par; local 215 struct nouveau_fbdev *fbcon = info->par; local 270 struct nouveau_fbdev *fbcon = drm->fbcon; local 294 struct nouveau_fbdev *fbcon = drm->fbcon; local 354 struct nouveau_fbdev *fbcon = local 506 struct nouveau_fbdev *fbcon = info->par; local 562 struct nouveau_fbdev *fbcon = drm->fbcon; local 617 struct nouveau_fbdev *fbcon; local [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/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 [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);
|