Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnv04_fbcon.c32 struct nouveau_fbdev *nfbdev = info->par; in nv04_fbcon_copyarea() local
33 struct nouveau_drm *drm = nouveau_drm(nfbdev->dev); in nv04_fbcon_copyarea()
52 struct nouveau_fbdev *nfbdev = info->par; in nv04_fbcon_fillrect() local
53 struct nouveau_drm *drm = nouveau_drm(nfbdev->dev); in nv04_fbcon_fillrect()
79 struct nouveau_fbdev *nfbdev = info->par; in nv04_fbcon_imageblit() local
80 struct nouveau_drm *drm = nouveau_drm(nfbdev->dev); in nv04_fbcon_imageblit()
138 struct nouveau_fbdev *nfbdev = info->par; in nv04_fbcon_accel_init() local
139 struct drm_device *dev = nfbdev->dev; in nv04_fbcon_accel_init()
176 0x0062 : 0x0042, NULL, 0, &nfbdev->surf2d); in nv04_fbcon_accel_init()
181 &nfbdev->clip); in nv04_fbcon_accel_init()
[all …]
Dnv50_fbcon.c32 struct nouveau_fbdev *nfbdev = info->par; in nv50_fbcon_fillrect() local
33 struct nouveau_drm *drm = nouveau_drm(nfbdev->dev); in nv50_fbcon_fillrect()
67 struct nouveau_fbdev *nfbdev = info->par; in nv50_fbcon_copyarea() local
68 struct nouveau_drm *drm = nouveau_drm(nfbdev->dev); in nv50_fbcon_copyarea()
95 struct nouveau_fbdev *nfbdev = info->par; in nv50_fbcon_imageblit() local
96 struct nouveau_drm *drm = nouveau_drm(nfbdev->dev); in nv50_fbcon_imageblit()
152 struct nouveau_fbdev *nfbdev = info->par; in nv50_fbcon_accel_init() local
153 struct nouveau_framebuffer *fb = &nfbdev->nouveau_fb; in nv50_fbcon_accel_init()
154 struct drm_device *dev = nfbdev->dev; in nv50_fbcon_accel_init()
187 &nfbdev->twod); in nv50_fbcon_accel_init()
[all …]
Dnvc0_fbcon.c32 struct nouveau_fbdev *nfbdev = info->par; in nvc0_fbcon_fillrect() local
33 struct nouveau_drm *drm = nouveau_drm(nfbdev->dev); in nvc0_fbcon_fillrect()
67 struct nouveau_fbdev *nfbdev = info->par; in nvc0_fbcon_copyarea() local
68 struct nouveau_drm *drm = nouveau_drm(nfbdev->dev); in nvc0_fbcon_copyarea()
95 struct nouveau_fbdev *nfbdev = info->par; in nvc0_fbcon_imageblit() local
96 struct nouveau_drm *drm = nouveau_drm(nfbdev->dev); in nvc0_fbcon_imageblit()
152 struct nouveau_fbdev *nfbdev = info->par; in nvc0_fbcon_accel_init() local
153 struct drm_device *dev = nfbdev->dev; in nvc0_fbcon_accel_init()
154 struct nouveau_framebuffer *fb = &nfbdev->nouveau_fb; in nvc0_fbcon_accel_init()
160 &nfbdev->twod); in nvc0_fbcon_accel_init()
[all …]