HomeSort by: relevance | last modified time | path
    Searched defs:nfbdev (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_nv50_fbcon.c 38 struct nouveau_fbdev *nfbdev = info->par; local in function:nv50_fbcon_fillrect
39 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev);
73 struct nouveau_fbdev *nfbdev = info->par; local in function:nv50_fbcon_copyarea
74 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev);
101 struct nouveau_fbdev *nfbdev = info->par; local in function:nv50_fbcon_imageblit
102 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev);
156 struct nouveau_fbdev *nfbdev = info->par; local in function:nv50_fbcon_accel_init
157 struct nouveau_framebuffer *fb = nouveau_framebuffer(nfbdev->helper.fb);
158 struct drm_device *dev = nfbdev->helper.dev;
191 &nfbdev->twod)
    [all...]
nouveau_nvc0_fbcon.c 38 struct nouveau_fbdev *nfbdev = info->par; local in function:nvc0_fbcon_fillrect
39 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev);
73 struct nouveau_fbdev *nfbdev = info->par; local in function:nvc0_fbcon_copyarea
74 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev);
101 struct nouveau_fbdev *nfbdev = info->par; local in function:nvc0_fbcon_imageblit
102 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev);
156 struct nouveau_fbdev *nfbdev = info->par; local in function:nvc0_fbcon_accel_init
157 struct drm_device *dev = nfbdev->helper.dev;
158 struct nouveau_framebuffer *fb = nouveau_framebuffer(nfbdev->helper.fb);
164 &nfbdev->twod)
    [all...]
nouveau_nv04_fbcon.c 37 struct nouveau_fbdev *nfbdev = info->par; local in function:nv04_fbcon_copyarea
38 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev);
57 struct nouveau_fbdev *nfbdev = info->par; local in function:nv04_fbcon_fillrect
58 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev);
84 struct nouveau_fbdev *nfbdev = info->par; local in function:nv04_fbcon_imageblit
85 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev);
140 struct nouveau_fbdev *nfbdev = info->par; local in function:nv04_fbcon_accel_init
141 struct drm_device *dev = nfbdev->helper.dev;
178 0x0062 : 0x0042, NULL, 0, &nfbdev->surf2d);
183 &nfbdev->clip)
    [all...]

Completed in 12 milliseconds