Searched refs:nfbdev (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/ |
D | nv04_fbcon.c | 34 struct nouveau_fbdev *nfbdev = info->par; in nv04_fbcon_copyarea() local 35 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev); in nv04_fbcon_copyarea() 54 struct nouveau_fbdev *nfbdev = info->par; in nv04_fbcon_fillrect() local 55 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.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->helper.dev); in nv04_fbcon_imageblit() 134 struct nouveau_fbdev *nfbdev = info->par; in nv04_fbcon_accel_init() local 135 struct drm_device *dev = nfbdev->helper.dev; in nv04_fbcon_accel_init() 173 0x0062 : 0x0042, NULL, 0, &nfbdev->surf2d); in nv04_fbcon_accel_init() 178 NULL, 0, &nfbdev->clip); in nv04_fbcon_accel_init() [all …]
|
D | nv50_fbcon.c | 37 struct nouveau_fbdev *nfbdev = info->par; in nv50_fbcon_fillrect() local 38 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev); in nv50_fbcon_fillrect() 78 struct nouveau_fbdev *nfbdev = info->par; in nv50_fbcon_copyarea() local 79 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev); in nv50_fbcon_copyarea() 106 struct nouveau_fbdev *nfbdev = info->par; in nv50_fbcon_imageblit() local 107 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev); in nv50_fbcon_imageblit() 163 struct nouveau_fbdev *nfbdev = info->par; in nv50_fbcon_accel_init() local 164 struct drm_device *dev = nfbdev->helper.dev; in nv50_fbcon_accel_init() 198 NULL, 0, &nfbdev->twod); in nv50_fbcon_accel_init() 208 PUSH_MTHD(push, NV502D, SET_OBJECT, nfbdev->twod.handle); in nv50_fbcon_accel_init() [all …]
|
D | nvc0_fbcon.c | 37 struct nouveau_fbdev *nfbdev = info->par; in nvc0_fbcon_fillrect() local 38 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev); in nvc0_fbcon_fillrect() 78 struct nouveau_fbdev *nfbdev = info->par; in nvc0_fbcon_copyarea() local 79 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev); in nvc0_fbcon_copyarea() 106 struct nouveau_fbdev *nfbdev = info->par; in nvc0_fbcon_imageblit() local 107 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev); in nvc0_fbcon_imageblit() 163 struct nouveau_fbdev *nfbdev = info->par; in nvc0_fbcon_accel_init() local 164 struct drm_device *dev = nfbdev->helper.dev; in nvc0_fbcon_accel_init() 171 NULL, 0, &nfbdev->twod); in nvc0_fbcon_accel_init() 209 PUSH_MTHD(push, NV902D, SET_OBJECT, nfbdev->twod.handle); in nvc0_fbcon_accel_init() [all …]
|