/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvif/ |
D | object.h | 13 struct nvif_object { struct 24 int nvif_object_init(struct nvif_object *, u32 handle, s32 oclass, void *, u32, argument 25 struct nvif_object *); 26 void nvif_object_fini(struct nvif_object *); 27 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **); 28 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **); 30 u32 nvif_object_rd(struct nvif_object *, int, u64); 31 void nvif_object_wr(struct nvif_object *, int, u64, u32); 32 int nvif_object_mthd(struct nvif_object *, u32, void *, u32); 33 int nvif_object_map_handle(struct nvif_object *, void *, u32, [all …]
|
D | notify.h | 6 struct nvif_object *object; 27 int nvif_notify_init(struct nvif_object *, int (*func)(struct nvif_notify *),
|
D | mmu.h | 6 struct nvif_object object; 33 int nvif_mmu_init(struct nvif_object *, s32 oclass, struct nvif_mmu *);
|
D | device.h | 10 struct nvif_object object; 21 int nvif_device_init(struct nvif_object *, u32 handle, s32 oclass, void *, u32,
|
D | disp.h | 7 struct nvif_object object;
|
D | user.h | 8 struct nvif_object object;
|
D | client.h | 8 struct nvif_object object;
|
D | mem.h | 6 struct nvif_object object;
|
D | vmm.h | 19 struct nvif_object object;
|
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nouveau_fbcon.h | 37 struct nvif_object surf2d; 38 struct nvif_object clip; 39 struct nvif_object rop; 40 struct nvif_object patt; 41 struct nvif_object gdi; 42 struct nvif_object blit; 43 struct nvif_object twod;
|
D | nouveau_chan.h | 17 struct nvif_object vram; 18 struct nvif_object gart; 19 struct nvif_object nvsw; 24 struct nvif_object ctxdma; 45 struct nvif_object user;
|
D | nouveau_backlight.c | 70 struct nvif_object *device = &drm->client.device.object; in nv40_get_intensity() 82 struct nvif_object *device = &drm->client.device.object; in nv40_set_intensity() 104 struct nvif_object *device = &drm->client.device.object; in nv40_backlight_init() 120 struct nvif_object *device = &drm->client.device.object; in nv50_get_intensity() 135 struct nvif_object *device = &drm->client.device.object; in nv50_set_intensity() 156 struct nvif_object *device = &drm->client.device.object; in nva3_get_intensity() 174 struct nvif_object *device = &drm->client.device.object; in nva3_set_intensity() 203 struct nvif_object *device = &drm->client.device.object; in nv50_backlight_init()
|
D | nouveau_display.h | 18 struct nvif_object h_base[4]; 19 struct nvif_object h_core;
|
D | nouveau_drv.h | 156 struct nvif_object copy; 183 struct nvif_object nvsw; 184 struct nvif_object ntfy;
|
D | nouveau_led.c | 41 struct nvif_object *device = &drm->client.device.object; in nouveau_led_get_brightness() 58 struct nvif_object *device = &drm->client.device.object; in nouveau_led_set_brightness()
|
D | nv10_fence.h | 10 struct nvif_object sema;
|
D | nouveau_debugfs.h | 12 struct nvif_object ctrl;
|
/Linux-v5.4/drivers/gpu/drm/nouveau/nvif/ |
D | object.c | 31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl() 59 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) in nvif_object_sclass_get() 103 nvif_object_rd(struct nvif_object *object, int size, u64 addr) in nvif_object_rd() 122 nvif_object_wr(struct nvif_object *object, int size, u64 addr, u32 data) in nvif_object_wr() 140 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) in nvif_object_mthd() 169 nvif_object_unmap_handle(struct nvif_object *object) in nvif_object_unmap_handle() 182 nvif_object_map_handle(struct nvif_object *object, void *argv, u32 argc, in nvif_object_map_handle() 206 nvif_object_unmap(struct nvif_object *object) in nvif_object_unmap() 221 nvif_object_map(struct nvif_object *object, void *argv, u32 argc) in nvif_object_map() 245 nvif_object_fini(struct nvif_object *object) in nvif_object_fini() [all …]
|
D | notify.c | 35 struct nvif_object *object = notify->object; in nvif_notify_put_() 66 struct nvif_object *object = notify->object; in nvif_notify_get_() 147 struct nvif_object *object = notify->object; in nvif_notify_fini() 165 nvif_notify_init(struct nvif_object *object, int (*func)(struct nvif_notify *), in nvif_notify_init()
|
D | fifo.c | 27 struct nvif_object *object = &device->object; in nvif_fifo_runlists() 73 struct nvif_object *object = &device->object; in nvif_fifo_runlist()
|
D | device.c | 47 nvif_device_init(struct nvif_object *parent, u32 handle, s32 oclass, in nvif_device_init()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/ |
D | hw.h | 62 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVReadCRTC() 73 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVWriteCRTC() 82 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVReadRAMDAC() 93 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVWriteRAMDAC() 122 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVWriteVgaCrtc() 130 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVReadVgaCrtc() 167 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVReadPRMVIO() 183 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVWritePRMVIO() 196 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVSetEnablePalette() 203 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVGetEnablePalette() [all …]
|
D | overlay.c | 120 struct nvif_object *dev = &drm->client.device.object; in nv10_update_plane() 193 struct nvif_object *dev = &nouveau_drm(plane->dev)->client.device.object; in nv10_disable_plane() 217 struct nvif_object *dev = &nouveau_drm(plane->base.dev)->client.device.object; in nv10_set_params() 368 struct nvif_object *dev = &nouveau_drm(plane->dev)->client.device.object; in nv04_update_plane() 442 struct nvif_object *dev = &nouveau_drm(plane->dev)->client.device.object; in nv04_disable_plane()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.h | 52 struct nvif_object user; 62 struct nvif_object sync; 63 struct nvif_object vram; 71 int nv50_dmac_create(struct nvif_device *device, struct nvif_object *disp,
|
D | wndw.h | 12 struct nvif_object object; 22 struct nvif_object *parent;
|