Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h12 struct nvif_object { struct
26 nvif_object_constructed(struct nvif_object *object) in nvif_object_constructed() argument
31 int nvif_object_ctor(struct nvif_object *, const char *name, u32 handle,
32 s32 oclass, void *, u32, struct nvif_object *);
33 void nvif_object_dtor(struct nvif_object *);
34 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
35 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **);
37 int nvif_object_mthd(struct nvif_object *, u32, void *, u32);
38 int nvif_object_map_handle(struct nvif_object *, void *, u32,
40 void nvif_object_unmap_handle(struct nvif_object *);
[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);
Devent.h13 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()
Dprintf.h8 struct nvif_object *_o = (o); \
21 struct nvif_object *_object = (o); \
Dmmu.h6 struct nvif_object object;
34 int nvif_mmu_ctor(struct nvif_object *, const char *name, s32 oclass,
Ddisp.h7 struct nvif_object object;
Dclient.h8 struct nvif_object object;
Duser.h8 struct nvif_object object;
Dhead.h9 struct nvif_object object;
Ddevice.h10 struct nvif_object object;
Dconn.h9 struct nvif_object object;
Dmem.h6 struct nvif_object object;
/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_chan.h18 struct nvif_object *userd;
25 struct nvif_object vram;
26 struct nvif_object gart;
27 struct nvif_object nvsw;
32 struct nvif_object ctxdma;
53 struct nvif_object user;
54 struct nvif_object blit;
Dnouveau_abi16.h16 struct nvif_object object;
24 struct nvif_object ce;
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_backlight.c68 struct nvif_object *device = &drm->client.device.object; in nv40_get_intensity()
80 struct nvif_object *device = &drm->client.device.object; in nv40_set_intensity()
102 struct nvif_object *device = &drm->client.device.object; in nv40_backlight_init()
Dnouveau_debugfs.h12 struct nvif_object ctrl;
/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/
Dobject.c31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl()
57 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) in nvif_object_sclass_get()
101 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) in nvif_object_mthd()
135 nvif_object_unmap_handle(struct nvif_object *object) in nvif_object_unmap_handle()
148 nvif_object_map_handle(struct nvif_object *object, void *argv, u32 argc, in nvif_object_map_handle()
172 nvif_object_unmap(struct nvif_object *object) in nvif_object_unmap()
187 nvif_object_map(struct nvif_object *object, void *argv, u32 argc) in nvif_object_map()
211 nvif_object_dtor(struct nvif_object *object) in nvif_object_dtor()
229 nvif_object_ctor(struct nvif_object *parent, const char *name, u32 handle, in nvif_object_ctor()
230 s32 oclass, void *data, u32 size, struct nvif_object *object) in nvif_object_ctor()
/linux-6.12.1/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()
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.12.1/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.h15 struct nvif_object caps;
58 struct nvif_object user;
67 struct nvif_object sync;
68 struct nvif_object vram;
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.h10 struct nvif_object object;
20 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