Lines Matching refs:fbdev
239 drm->fbcon->saved_flags = drm->fbcon->helper.fbdev->flags; in nouveau_fbcon_accel_save_disable()
240 drm->fbcon->helper.fbdev->flags |= FBINFO_HWACCEL_DISABLED; in nouveau_fbcon_accel_save_disable()
249 drm->fbcon->helper.fbdev->flags = drm->fbcon->saved_flags; in nouveau_fbcon_accel_restore()
260 fbcon->helper.fbdev->flags |= FBINFO_HWACCEL_DISABLED; in nouveau_fbcon_accel_fini()
278 struct fb_info *info = fbcon->helper.fbdev; in nouveau_fbcon_accel_init()
316 struct fb_info *info = fbcon->helper.fbdev; in nouveau_fbcon_zfill()
415 fbcon->helper.fbdev = info; in nouveau_fbcon_create()
479 if (fbcon->helper.fbdev) { in nouveau_fbcon_destroy()
480 info = fbcon->helper.fbdev; in nouveau_fbcon_destroy()
523 fb_set_suspend(drm->fbcon->helper.fbdev, state); in nouveau_fbcon_set_suspend()
575 fbcon->helper.fbdev->pixmap.buf_align = 4; in nouveau_fbcon_init()