Searched refs:nvif_device (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
D | device.h | 7 struct nvif_device { struct 13 struct nvif_device *); argument 14 void nvif_device_fini(struct nvif_device *); 15 u64 nvif_device_time(struct nvif_device *); 23 struct nvif_device *_device = (d); \ 51 struct nvif_device *_device = (a); \
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_chan.h | 5 struct nvif_device; 8 struct nvif_device *device; 44 int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *,
|
D | nouveau_chan.c | 89 nouveau_channel_prep(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_prep() 186 nouveau_channel_ind(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_ind() 255 nouveau_channel_dma(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_dma() 295 struct nvif_device *device = chan->device; in nouveau_channel_init() 400 nouveau_channel_new(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_new()
|
D | nouveau_sysfs.c | 165 struct nvif_device *device = &drm->device; in nouveau_sysfs_fini() 180 struct nvif_device *device = &drm->device; in nouveau_sysfs_init()
|
D | nouveau_fbcon.c | 63 struct nvif_device *device = &drm->device; in nouveau_fbcon_fillrect() 95 struct nvif_device *device = &drm->device; in nouveau_fbcon_copyarea() 127 struct nvif_device *device = &drm->device; in nouveau_fbcon_imageblit() 339 struct nvif_device *device = &drm->device; in nouveau_fbcon_create()
|
D | nv50_display.c | 63 struct nvif_device *device; 67 nv50_chan_create(struct nvif_device *device, struct nvif_object *disp, in nv50_chan_create() 119 nv50_pioc_create(struct nvif_device *device, struct nvif_object *disp, in nv50_pioc_create() 136 nv50_curs_create(struct nvif_device *device, struct nvif_object *disp, in nv50_curs_create() 164 nv50_oimm_create(struct nvif_device *device, struct nvif_object *disp, in nv50_oimm_create() 204 struct nvif_device *device = dmac->base.device; in nv50_dmac_destroy() 218 nv50_dmac_create(struct nvif_device *device, struct nvif_object *disp, in nv50_dmac_create() 285 nv50_core_create(struct nvif_device *device, struct nvif_object *disp, in nv50_core_create() 320 nv50_base_create(struct nvif_device *device, struct nvif_object *disp, in nv50_base_create() 351 nv50_ovly_create(struct nvif_device *device, struct nvif_object *disp, in nv50_ovly_create() [all …]
|
D | nouveau_abi16.h | 31 struct nvif_device device;
|
D | nouveau_abi16.c | 175 struct nvif_device *device = &drm->device; in nouveau_abi16_ioctl_getparam() 250 struct nvif_device *device; in nouveau_abi16_ioctl_channel_alloc() 505 struct nvif_device *device = &abi16->device; in nouveau_abi16_ioctl_notifierobj_alloc()
|
D | nouveau_drm.h | 112 struct nvif_device device;
|
D | nouveau_backlight.c | 221 struct nvif_device *device = &drm->device; in nouveau_backlight_init()
|
D | nv04_fbcon.c | 142 struct nvif_device *device = &drm->device; in nv04_fbcon_accel_init()
|
D | nouveau_drm.c | 159 struct nvif_device *device = &drm->device; in nouveau_accel_init() 723 struct nvif_device *device = &nouveau_drm(drm_dev)->device; in nouveau_pmops_runtime_resume()
|
D | nouveau_bo.c | 147 struct nvif_device *device = &drm->device; in nouveau_bo_fixup_align()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/ |
D | device.c | 28 nvif_device_time(struct nvif_device *device) in nvif_device_time() 38 nvif_device_fini(struct nvif_device *device) in nvif_device_fini() 45 void *data, u32 size, struct nvif_device *device) in nvif_device_init()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv17.h | 133 struct nvif_device *device = &nouveau_drm(dev)->device; in nv_write_ptv() 139 struct nvif_device *device = &nouveau_drm(dev)->device; in nv_read_ptv()
|
D | overlay.c | 498 struct nvif_device *dev = &nouveau_drm(device)->device; in nouveau_overlay_init()
|
D | hw.c | 255 struct nvif_device *device = &drm->device; in nouveau_hw_fix_bad_vpll()
|