Home
last modified time | relevance | path

Searched refs:nvif_device (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvif/
A Ddevice.h9 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); \
A Duser.h4 struct nvif_device;
16 int nvif_user_ctor(struct nvif_device *, const char *name);
17 void nvif_user_dtor(struct nvif_device *);
A Ddisp.h4 struct nvif_device;
13 int nvif_disp_ctor(struct nvif_device *, const char *name, s32 oclass,
A Dfifo.h6 u64 nvif_fifo_runlist(struct nvif_device *, u64 engine);
10 nvif_fifo_runlist_ce(struct nvif_device *device) in nvif_fifo_runlist_ce()
A Dtimer.h6 struct nvif_device *device;
13 void nvif_timer_wait_init(struct nvif_device *, u64 nsec,
/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_chan.h7 struct nvif_device;
15 struct nvif_device *device;
64 int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *, bool priv, u64 runm,
A Dnouveau_abi16.h32 struct nvif_device device;
A Dnouveau_chan.c136 nouveau_channel_prep(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_prep()
248 nouveau_channel_ctor(struct nouveau_drm *drm, struct nvif_device *device, bool priv, u64 runm, in nouveau_channel_ctor()
360 struct nvif_device *device = chan->device; in nouveau_channel_init()
488 nouveau_channel_new(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_new()
A Dnouveau_abi16.c179 struct nvif_device *device = &drm->client.device; in nouveau_abi16_ioctl_getparam()
254 struct nvif_device *device; in nouveau_abi16_ioctl_channel_alloc()
547 struct nvif_device *device = &abi16->device; in nouveau_abi16_ioctl_notifierobj_alloc()
A Dnouveau_drv.h90 struct nvif_device device;
A Dnouveau_drm.c316 struct nvif_device *device = &drm->client.device; in nouveau_accel_ce_init()
346 struct nvif_device *device = &drm->client.device; in nouveau_accel_gr_init()
428 struct nvif_device *device = &drm->client.device; in nouveau_accel_init()
1037 struct nvif_device *device = &nouveau_drm(drm_dev)->client.device; in nouveau_pmops_runtime_resume()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvif/
A Ddevice.c28 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()
A Duser.c28 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()
A Dfifo.c25 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()
A Dtimer.c50 nvif_timer_wait_init(struct nvif_device *device, u64 nsec, in nvif_timer_wait_init()
A Ddisp.c36 nvif_disp_ctor(struct nvif_device *device, const char *name, s32 oclass, struct nvif_disp *disp) in nvif_disp_ctor()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/
A Dcore.h22 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 *);
A Ddisp.h59 struct nvif_device *device;
96 int nv50_dmac_create(struct nvif_device *device, struct nvif_object *disp,
A Dwndw.h62 struct nvif_device *);
86 int base507c_ntfy_wait_begun(struct nouveau_bo *, u32, struct nvif_device *);
A Dovly.h17 int ovly827e_ntfy_wait_begun(struct nouveau_bo *, u32, struct nvif_device *);
A Dovly827e.c70 struct nvif_device *device) in ovly827e_ntfy_wait_begun()
A Dcore507d.c63 struct nvif_device *device) in core507d_ntfy_wait_done()
A Dcorec37d.c83 struct nvif_device *device) in corec37d_ntfy_wait_done()
A Dbase507c.c148 struct nvif_device *device) in base507c_ntfy_wait_begun()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/
A Dtvnv17.h133 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()

Completed in 31 milliseconds

12