Lines Matching refs:nouveau_fbdev
66 struct nouveau_fbdev *fbcon = info->par; in nouveau_fbcon_fillrect()
98 struct nouveau_fbdev *fbcon = info->par; in nouveau_fbcon_copyarea()
130 struct nouveau_fbdev *fbcon = info->par; in nouveau_fbcon_imageblit()
162 struct nouveau_fbdev *fbcon = info->par; in nouveau_fbcon_sync()
189 struct nouveau_fbdev *fbcon = info->par; in nouveau_fbcon_open()
200 struct nouveau_fbdev *fbcon = info->par; in nouveau_fbcon_release()
250 struct nouveau_fbdev *fbcon = drm->fbcon; in nouveau_fbcon_accel_fini()
271 struct nouveau_fbdev *fbcon = drm->fbcon; in nouveau_fbcon_accel_init()
288 nouveau_fbcon_zfill(struct drm_device *dev, struct nouveau_fbdev *fbcon) in nouveau_fbcon_zfill()
309 struct nouveau_fbdev *fbcon = in nouveau_fbcon_create()
310 container_of(helper, struct nouveau_fbdev, helper); in nouveau_fbcon_create()
421 nouveau_fbcon_destroy(struct drm_device *dev, struct nouveau_fbdev *fbcon) in nouveau_fbcon_destroy()
440 struct nouveau_fbdev *fbcon = info->par; in nouveau_fbcon_gpu_lockup()
495 struct nouveau_fbdev *fbcon = drm->fbcon; in nouveau_fbcon_output_poll_changed()
528 nouveau_fbcon_hotplug_resume(struct nouveau_fbdev *fbcon) in nouveau_fbcon_hotplug_resume()
550 struct nouveau_fbdev *fbcon; in nouveau_fbcon_init()
558 fbcon = kzalloc(sizeof(struct nouveau_fbdev), GFP_KERNEL); in nouveau_fbcon_init()