/drivers/gpu/drm/nouveau/include/nvif/ |
D | device.h | 9 struct nvif_device { struct 22 s32 oclass, void *, u32, struct nvif_device *); argument 23 void nvif_device_dtor(struct nvif_device *); 24 u64 nvif_device_time(struct nvif_device *); 38 struct nvif_device *_device = (a); \
|
D | user.h | 4 struct nvif_device; 16 int nvif_user_ctor(struct nvif_device *, const char *name); 17 void nvif_user_dtor(struct nvif_device *);
|
D | disp.h | 4 struct nvif_device; 12 int nvif_disp_ctor(struct nvif_device *, const char *name, s32 oclass,
|
D | fifo.h | 6 u64 nvif_fifo_runlist(struct nvif_device *, u64 engine); 10 nvif_fifo_runlist_ce(struct nvif_device *device) in nvif_fifo_runlist_ce()
|
D | timer.h | 6 struct nvif_device *device; 13 void nvif_timer_wait_init(struct nvif_device *, u64 nsec,
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_chan.h | 7 struct nvif_device; 15 struct nvif_device *device; 59 int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *,
|
D | nouveau_chan.c | 138 nouveau_channel_prep(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_prep() 250 nouveau_channel_ind(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_ind() 342 nouveau_channel_dma(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_dma() 383 struct nvif_device *device = chan->device; in nouveau_channel_init() 505 nouveau_channel_new(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_new()
|
D | nouveau_fbcon.c | 69 struct nvif_device *device = &drm->client.device; in nouveau_fbcon_fillrect() 101 struct nvif_device *device = &drm->client.device; in nouveau_fbcon_copyarea() 133 struct nvif_device *device = &drm->client.device; in nouveau_fbcon_imageblit() 316 struct nvif_device *device = &drm->client.device; in nouveau_fbcon_create()
|
D | nouveau_abi16.c | 180 struct nvif_device *device = &drm->client.device; in nouveau_abi16_ioctl_getparam() 255 struct nvif_device *device; in nouveau_abi16_ioctl_channel_alloc() 548 struct nvif_device *device = &abi16->device; in nouveau_abi16_ioctl_notifierobj_alloc()
|
D | nouveau_abi16.h | 32 struct nvif_device device;
|
D | nouveau_drm.c | 324 struct nvif_device *device = &drm->client.device; in nouveau_accel_ce_init() 363 struct nvif_device *device = &drm->client.device; in nouveau_accel_gr_init() 450 struct nvif_device *device = &drm->client.device; in nouveau_accel_init() 1059 struct nvif_device *device = &nouveau_drm(drm_dev)->client.device; in nouveau_pmops_runtime_resume()
|
D | nouveau_drv.h | 96 struct nvif_device device;
|
/drivers/gpu/drm/nouveau/nvif/ |
D | device.c | 28 nvif_device_time(struct nvif_device *device) in nvif_device_time() 42 nvif_device_dtor(struct nvif_device *device) in nvif_device_dtor() 52 s32 oclass, void *data, u32 size, struct nvif_device *device) in nvif_device_ctor()
|
D | user.c | 28 nvif_user_dtor(struct nvif_device *device) in nvif_user_dtor() 37 nvif_user_ctor(struct nvif_device *device, const char *name) in nvif_user_ctor()
|
D | fifo.c | 25 nvif_fifo_runlists(struct nvif_device *device) in nvif_fifo_runlists() 73 nvif_fifo_runlist(struct nvif_device *device, u64 engine) in nvif_fifo_runlist()
|
D | timer.c | 50 nvif_timer_wait_init(struct nvif_device *device, u64 nsec, in nvif_timer_wait_init()
|
D | disp.c | 36 nvif_disp_ctor(struct nvif_device *device, const char *name, s32 oclass, struct nvif_disp *disp) in nvif_disp_ctor()
|
/drivers/gpu/drm/nouveau/dispnv50/ |
D | core.h | 22 struct nvif_device *); 49 int core507d_ntfy_wait_done(struct nouveau_bo *, u32, struct nvif_device *); 67 int corec37d_ntfy_wait_done(struct nouveau_bo *, u32, struct nvif_device *);
|
D | disp.h | 59 struct nvif_device *device; 96 int nv50_dmac_create(struct nvif_device *device, struct nvif_object *disp,
|
D | wndw.h | 62 struct nvif_device *); 86 int base507c_ntfy_wait_begun(struct nouveau_bo *, u32, struct nvif_device *);
|
D | ovly.h | 17 int ovly827e_ntfy_wait_begun(struct nouveau_bo *, u32, struct nvif_device *);
|
D | ovly827e.c | 70 struct nvif_device *device) in ovly827e_ntfy_wait_begun()
|
D | corec37d.c | 83 struct nvif_device *device) in corec37d_ntfy_wait_done()
|
D | core507d.c | 63 struct nvif_device *device) in core507d_ntfy_wait_done()
|
/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv17.h | 133 struct nvif_device *device = &nouveau_drm(dev)->client.device; in nv_write_ptv() 139 struct nvif_device *device = &nouveau_drm(dev)->client.device; in nv_read_ptv()
|