Searched refs:nvif_device (Results 1 – 25 of 30) sorted by relevance
12
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/ |
D | device.h | 9 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); \
|
D | user.h | 4 struct nvif_device; 15 int nvif_user_init(struct nvif_device *); 16 void nvif_user_fini(struct nvif_device *);
|
D | disp.h | 4 struct nvif_device; 10 int nvif_disp_ctor(struct nvif_device *, s32 oclass, struct nvif_disp *);
|
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()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_chan.h | 6 struct nvif_device; 9 struct nvif_device *device; 50 int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *,
|
D | nouveau_chan.c | 117 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()
|
D | nouveau_fbcon.c | 68 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()
|
D | nouveau_abi16.h | 32 struct nvif_device device;
|
D | nouveau_abi16.c | 181 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()
|
D | nouveau_drv.h | 96 struct nvif_device device;
|
D | nouveau_backlight.c | 268 struct nvif_device *device = &drm->client.device; in nouveau_backlight_init()
|
D | nv04_fbcon.c | 139 struct nvif_device *device = &drm->client.device; in nv04_fbcon_accel_init()
|
/Linux-v4.19/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() 48 void *data, u32 size, struct nvif_device *device) in nvif_device_init()
|
D | user.c | 28 nvif_user_fini(struct nvif_device *device) in nvif_user_fini() 37 nvif_user_init(struct nvif_device *device) in nvif_user_init()
|
D | fifo.c | 25 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()
|
D | disp.c | 34 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/ |
D | core.h | 18 struct nvif_device *); 33 int core507d_ntfy_wait_done(struct nouveau_bo *, u32, struct nvif_device *);
|
D | disp.h | 50 struct nvif_device *device; 68 int nv50_dmac_create(struct nvif_device *device, struct nvif_object *disp,
|
D | wndw.h | 66 struct nvif_device *); 81 int base507c_ntfy_wait_begun(struct nouveau_bo *, u32, struct nvif_device *);
|
D | ovly.h | 21 int ovly827e_ntfy_wait_begun(struct nouveau_bo *, u32, struct nvif_device *);
|
D | core507d.c | 48 struct nvif_device *device) in core507d_ntfy_wait_done()
|
D | corec37d.c | 53 struct nvif_device *device) in corec37d_ntfy_wait_done()
|
D | ovly827e.c | 54 struct nvif_device *device) in ovly827e_ntfy_wait_begun()
|
D | base507c.c | 103 struct nvif_device *device) in base507c_ntfy_wait_begun()
|
/Linux-v4.19/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()
|
12