Home
last modified time | relevance | path

Searched refs:nfbdev (Results 1 – 3 of 3) sorted by relevance

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