Home | History | Annotate | Download | only in nouveau

Lines Matching refs:fbdev

248 	if (drm->fbcon && drm->fbcon->helper.fbdev) {
249 drm->fbcon->saved_flags = drm->fbcon->helper.fbdev->flags;
250 drm->fbcon->helper.fbdev->flags |= FBINFO_HWACCEL_DISABLED;
260 if (drm->fbcon && drm->fbcon->helper.fbdev) {
261 drm->fbcon->helper.fbdev->flags = drm->fbcon->saved_flags;
274 if (fbcon->helper.fbdev)
275 fbcon->helper.fbdev->flags |= FBINFO_HWACCEL_DISABLED;
295 struct fb_info *info = fbcon->helper.fbdev;
323 struct fb_info *info = fbcon->helper.fbdev;
424 helper->fbdev = config_found(dev->dev, &nfa, nouveau_fbcon_print,
427 if (helper->fbdev == NULL) {
662 if (fbcon->helper.fbdev)
663 fbcon->helper.fbdev->pixmap.buf_align = 4;