Home
last modified time | relevance | path

Searched refs:nvif_object (Results 1 – 25 of 42) sorted by relevance

12

/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h12 struct nvif_object { struct
25 int nvif_object_ctor(struct nvif_object *, const char *name, u32 handle, argument
26 s32 oclass, void *, u32, struct nvif_object *);
27 void nvif_object_dtor(struct nvif_object *);
28 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
29 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **);
31 u32 nvif_object_rd(struct nvif_object *, int, u64);
32 void nvif_object_wr(struct nvif_object *, int, u64, u32);
33 int nvif_object_mthd(struct nvif_object *, u32, void *, u32);
34 int nvif_object_map_handle(struct nvif_object *, void *, u32,
[all …]
Dparent.h5 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);
Dnotify.h6 struct nvif_object *object;
28 int nvif_notify_ctor(struct nvif_object *, const char *name,
Dmmu.h6 struct nvif_object object;
34 int nvif_mmu_ctor(struct nvif_object *, const char *name, s32 oclass,
Ddevice.h10 struct nvif_object object;
21 int nvif_device_ctor(struct nvif_object *, const char *name, u32 handle,
Ddisp.h7 struct nvif_object object;
Duser.h8 struct nvif_object object;
Dclient.h8 struct nvif_object object;
Dprintf.h8 struct nvif_object *_o = (o); \
Dmem.h6 struct nvif_object object;
/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_fbcon.h39 struct nvif_object surf2d;
40 struct nvif_object clip;
41 struct nvif_object rop;
42 struct nvif_object patt;
43 struct nvif_object gdi;
44 struct nvif_object blit;
45 struct nvif_object twod;
Dnouveau_chan.h23 struct nvif_object vram;
24 struct nvif_object gart;
25 struct nvif_object nvsw;
30 struct nvif_object ctxdma;
51 struct nvif_object user;
Dnouveau_backlight.c66 struct nvif_object *device = &drm->client.device.object; in nv40_get_intensity()
78 struct nvif_object *device = &drm->client.device.object; in nv40_set_intensity()
100 struct nvif_object *device = &drm->client.device.object; in nv40_backlight_init()
115 struct nvif_object *device = &drm->client.device.object; in nv50_get_intensity()
130 struct nvif_object *device = &drm->client.device.object; in nv50_set_intensity()
243 struct nvif_object *device = &drm->client.device.object; in nva3_get_intensity()
261 struct nvif_object *device = &drm->client.device.object; in nva3_set_intensity()
295 struct nvif_object *device = &drm->client.device.object; in nv50_backlight_init()
Dnouveau_led.c41 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()
Dnv10_fence.h10 struct nvif_object sema;
Dnouveau_debugfs.h12 struct nvif_object ctrl;
Dnouveau_drv.h164 struct nvif_object copy;
193 struct nvif_object ntfy;
/linux-5.19.10/drivers/gpu/drm/nouveau/nvif/
Dobject.c31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl()
58 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) in nvif_object_sclass_get()
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()
[all …]
Dnotify.c35 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_dtor()
165 nvif_notify_ctor(struct nvif_object *object, const char *name, in nvif_notify_ctor()
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/
Dhw.h62 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 …]
Doverlay.c121 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()
370 struct nvif_object *dev = &nouveau_drm(plane->dev)->client.device.object; in nv04_update_plane()
445 struct nvif_object *dev = &nouveau_drm(plane->dev)->client.device.object; in nv04_disable_plane()
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.h15 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,
Dcursc37a.c30 struct nvif_object *user = &wndw->wimm.base.user; in cursc37a_update()
40 struct nvif_object *user = &wndw->wimm.base.user; in cursc37a_point()
Dwndw.h12 struct nvif_object object;
22 struct nvif_object *parent;
Dcurs507a.c49 struct nvif_object *user = &wndw->wimm.base.user; in curs507a_update()
61 struct nvif_object *user = &wndw->wimm.base.user; in curs507a_point()

12