/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvif/ |
A D | object.h | 12 struct nvif_object { struct 26 nvif_object_constructed(struct nvif_object *object) in nvif_object_constructed() argument 32 s32 oclass, void *, u32, struct nvif_object *); 33 void nvif_object_dtor(struct nvif_object *); 37 u32 nvif_object_rd(struct nvif_object *, int, u64); 38 void nvif_object_wr(struct nvif_object *, int, u64, u32); 39 int nvif_object_mthd(struct nvif_object *, u32, void *, u32); 42 void nvif_object_unmap_handle(struct nvif_object *); 43 int nvif_object_map(struct nvif_object *, void *, u32); 44 void nvif_object_unmap(struct nvif_object *); [all …]
|
A D | parent.h | 5 struct nvif_object; 9 void (*debugf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3); 10 void (*errorf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3);
|
A D | event.h | 13 struct nvif_object object; 23 int nvif_event_ctor_(struct nvif_object *, const char *, u32, nvif_event_func, bool, 27 nvif_event_ctor(struct nvif_object *parent, const char *name, u32 handle, nvif_event_func func, in nvif_event_ctor()
|
A D | printf.h | 8 struct nvif_object *_o = (o); \ 21 struct nvif_object *_object = (o); \
|
A D | mmu.h | 6 struct nvif_object object; 34 int nvif_mmu_ctor(struct nvif_object *, const char *name, s32 oclass,
|
A D | device.h | 10 struct nvif_object object; 21 int nvif_device_ctor(struct nvif_object *, const char *name, u32 handle,
|
A D | disp.h | 7 struct nvif_object object;
|
A D | user.h | 8 struct nvif_object object;
|
A D | head.h | 9 struct nvif_object object;
|
A D | conn.h | 9 struct nvif_object object;
|
A D | client.h | 8 struct nvif_object object;
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_chan.h | 20 struct nvif_object *userd; 27 struct nvif_object vram; 28 struct nvif_object gart; 29 struct nvif_object nvsw; 34 struct nvif_object ctxdma; 55 struct nvif_object user;
|
A D | nouveau_backlight.c | 67 struct nvif_object *device = &drm->client.device.object; in nv40_get_intensity() 79 struct nvif_object *device = &drm->client.device.object; in nv40_set_intensity() 101 struct nvif_object *device = &drm->client.device.object; in nv40_backlight_init() 116 struct nvif_object *device = &drm->client.device.object; in nv50_get_intensity() 131 struct nvif_object *device = &drm->client.device.object; in nv50_set_intensity() 244 struct nvif_object *device = &drm->client.device.object; in nva3_get_intensity() 262 struct nvif_object *device = &drm->client.device.object; in nva3_set_intensity() 300 struct nvif_object *device = &drm->client.device.object; in nv50_backlight_init()
|
A D | nouveau_abi16.h | 16 struct nvif_object object; 24 struct nvif_object ce;
|
A 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()
|
A D | nv10_fence.h | 10 struct nvif_object sema;
|
A D | nouveau_debugfs.h | 12 struct nvif_object ctrl;
|
A D | nouveau_drv.h | 157 struct nvif_object copy; 189 struct nvif_object ntfy;
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvif/ |
A D | object.c | 31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl() 102 nvif_object_rd(struct nvif_object *object, int size, u64 addr) in nvif_object_rd() 121 nvif_object_wr(struct nvif_object *object, int size, u64 addr, u32 data) in nvif_object_wr() 139 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) in nvif_object_mthd() 168 nvif_object_unmap_handle(struct nvif_object *object) in nvif_object_unmap_handle() 181 nvif_object_map_handle(struct nvif_object *object, void *argv, u32 argc, in nvif_object_map_handle() 205 nvif_object_unmap(struct nvif_object *object) in nvif_object_unmap() 220 nvif_object_map(struct nvif_object *object, void *argv, u32 argc) in nvif_object_map() 244 nvif_object_dtor(struct nvif_object *object) in nvif_object_dtor() 262 nvif_object_ctor(struct nvif_object *parent, const char *name, u32 handle, in nvif_object_ctor() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/ |
A 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 …]
|
A D | overlay.c | 121 struct nvif_object *dev = &drm->client.device.object; in nv10_update_plane() 195 struct nvif_object *dev = &nouveau_drm(plane->dev)->client.device.object; in nv10_disable_plane() 219 struct nvif_object *dev = &nouveau_drm(plane->base.dev)->client.device.object; in nv10_set_params() 371 struct nvif_object *dev = &nouveau_drm(plane->dev)->client.device.object; in nv04_update_plane() 446 struct nvif_object *dev = &nouveau_drm(plane->dev)->client.device.object; in nv04_disable_plane()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/ |
A D | disp.h | 15 struct nvif_object caps; 58 struct nvif_object user; 69 struct nvif_object sync; 70 struct nvif_object vram; 96 int nv50_dmac_create(struct nvif_device *device, struct nvif_object *disp,
|
A D | cursc37a.c | 30 struct nvif_object *user = &wndw->wimm.base.user; in cursc37a_update() 40 struct nvif_object *user = &wndw->wimm.base.user; in cursc37a_point()
|
A D | wndw.h | 10 struct nvif_object object; 20 struct nvif_object *parent;
|
A D | curs507a.c | 48 struct nvif_object *user = &wndw->wimm.base.user; in curs507a_update() 60 struct nvif_object *user = &wndw->wimm.base.user; in curs507a_point()
|