Lines Matching refs:nouveau_fbdev
61 struct nouveau_fbdev *fbcon = info->par; in nouveau_fbcon_fillrect()
93 struct nouveau_fbdev *fbcon = info->par; in nouveau_fbcon_copyarea()
125 struct nouveau_fbdev *fbcon = info->par; in nouveau_fbcon_imageblit()
157 struct nouveau_fbdev *fbcon = info->par; in nouveau_fbcon_sync()
184 struct nouveau_fbdev *fbcon = info->par; in nouveau_fbcon_open()
195 struct nouveau_fbdev *fbcon = info->par; in nouveau_fbcon_release()
257 struct nouveau_fbdev *fbcon = drm->fbcon; in nouveau_fbcon_accel_fini()
277 struct nouveau_fbdev *fbcon = drm->fbcon; in nouveau_fbcon_accel_init()
314 nouveau_fbcon_zfill(struct drm_device *dev, struct nouveau_fbdev *fbcon) in nouveau_fbcon_zfill()
335 struct nouveau_fbdev *fbcon = in nouveau_fbcon_create()
336 container_of(helper, struct nouveau_fbdev, helper); in nouveau_fbcon_create()
474 nouveau_fbcon_destroy(struct drm_device *dev, struct nouveau_fbdev *fbcon) in nouveau_fbcon_destroy()
502 struct nouveau_fbdev *fbcon = info->par; in nouveau_fbcon_gpu_lockup()
534 struct nouveau_fbdev *fbcon; in nouveau_fbcon_init()
542 fbcon = kzalloc(sizeof(struct nouveau_fbdev), GFP_KERNEL); in nouveau_fbcon_init()