Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/
Ddevice.h9 struct nvif_device { struct
22 struct nvif_device *); argument
23 void nvif_device_fini(struct nvif_device *);
24 u64 nvif_device_time(struct nvif_device *);
32 struct nvif_device *_device = (d); \
59 struct nvif_device *_device = (a); \
Duser.h4 struct nvif_device;
15 int nvif_user_init(struct nvif_device *);
16 void nvif_user_fini(struct nvif_device *);
Ddisp.h4 struct nvif_device;
10 int nvif_disp_ctor(struct nvif_device *, s32 oclass, struct nvif_disp *);
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()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_chan.h6 struct nvif_device;
9 struct nvif_device *device;
50 int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *,
Dnouveau_chan.c117 nouveau_channel_prep(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_prep()
219 nouveau_channel_ind(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_ind()
292 nouveau_channel_dma(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_dma()
332 struct nvif_device *device = chan->device; in nouveau_channel_init()
450 nouveau_channel_new(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_new()
Dnouveau_fbcon.c68 struct nvif_device *device = &drm->client.device; in nouveau_fbcon_fillrect()
100 struct nvif_device *device = &drm->client.device; in nouveau_fbcon_copyarea()
132 struct nvif_device *device = &drm->client.device; in nouveau_fbcon_imageblit()
313 struct nvif_device *device = &drm->client.device; in nouveau_fbcon_create()
Dnouveau_abi16.h32 struct nvif_device device;
Dnouveau_abi16.c181 struct nvif_device *device = &drm->client.device; in nouveau_abi16_ioctl_getparam()
260 struct nvif_device *device; in nouveau_abi16_ioctl_channel_alloc()
526 struct nvif_device *device = &abi16->device; in nouveau_abi16_ioctl_notifierobj_alloc()
Dnouveau_drv.h96 struct nvif_device device;
Dnouveau_backlight.c268 struct nvif_device *device = &drm->client.device; in nouveau_backlight_init()
Dnv04_fbcon.c139 struct nvif_device *device = &drm->client.device; in nv04_fbcon_accel_init()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvif/
Ddevice.c28 nvif_device_time(struct nvif_device *device) in nvif_device_time()
38 nvif_device_fini(struct nvif_device *device) in nvif_device_fini()
48 void *data, u32 size, struct nvif_device *device) in nvif_device_init()
Duser.c28 nvif_user_fini(struct nvif_device *device) in nvif_user_fini()
37 nvif_user_init(struct nvif_device *device) in nvif_user_init()
Dfifo.c25 nvif_fifo_runlists(struct nvif_device *device) in nvif_fifo_runlists()
71 nvif_fifo_runlist(struct nvif_device *device, u64 engine) in nvif_fifo_runlist()
Ddisp.c34 nvif_disp_ctor(struct nvif_device *device, s32 oclass, struct nvif_disp *disp) in nvif_disp_ctor()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Dcore.h18 struct nvif_device *);
33 int core507d_ntfy_wait_done(struct nouveau_bo *, u32, struct nvif_device *);
Ddisp.h50 struct nvif_device *device;
68 int nv50_dmac_create(struct nvif_device *device, struct nvif_object *disp,
Dwndw.h66 struct nvif_device *);
81 int base507c_ntfy_wait_begun(struct nouveau_bo *, u32, struct nvif_device *);
Dovly.h21 int ovly827e_ntfy_wait_begun(struct nouveau_bo *, u32, struct nvif_device *);
Dcore507d.c48 struct nvif_device *device) in core507d_ntfy_wait_done()
Dcorec37d.c53 struct nvif_device *device) in corec37d_ntfy_wait_done()
Dovly827e.c54 struct nvif_device *device) in ovly827e_ntfy_wait_begun()
Dbase507c.c103 struct nvif_device *device) in base507c_ntfy_wait_begun()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/
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()

12