Home
last modified time | relevance | path

Searched refs:nouveau_object_new (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.c159 ret = nouveau_object_new(&screen->device->object, 0, in nvc0_create_decoder()
173 ret = nouveau_object_new(dec->channel[0], 0x390b1, 0x90b1, NULL, 0, &dec->bsp); in nvc0_create_decoder()
175 ret = nouveau_object_new(dec->channel[1], 0x190b2, 0x90b2, NULL, 0, &dec->vp); in nvc0_create_decoder()
177 ret = nouveau_object_new(dec->channel[2], 0x290b3, 0x90b3, NULL, 0, &dec->ppp); in nvc0_create_decoder()
180 ret = nouveau_object_new(dec->channel[0], 0x95b1, 0x95b1, NULL, 0, &dec->bsp); in nvc0_create_decoder()
182 ret = nouveau_object_new(dec->channel[1], 0x95b2, 0x95b2, NULL, 0, &dec->vp); in nvc0_create_decoder()
184 ret = nouveau_object_new(dec->channel[2], 0x90b3, 0x90b3, NULL, 0, &dec->ppp); in nvc0_create_decoder()
Dnvc0_screen.c1132 ret = nouveau_object_new(chan, (dev->chipset < 0xe0) ? 0x1f906e : 0x906e, in nvc0_screen_create()
1158 ret = nouveau_object_new(chan, 0xbeef323f, obj_class, NULL, 0, in nvc0_screen_create()
1170 ret = nouveau_object_new(chan, 0xbeef902d, NVC0_2D_CLASS, NULL, 0, in nvc0_screen_create()
1252 ret = nouveau_object_new(chan, 0xbeef003d, obj_class, NULL, 0, in nvc0_screen_create()
Dnvc0_compute.c51 ret = nouveau_object_new(chan, 0xbeef90c0, obj_class, NULL, 0, in nvc0_screen_compute_setup()
Dnve4_compute.c83 ret = nouveau_object_new(chan, 0xbeef00c0, obj_class, NULL, 0, in nve4_screen_compute_setup()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.c680 ret = nouveau_object_new(screen->base.channel, 0x00000000, NV01_NULL_CLASS, in nv30_screen_create()
690 ret = nouveau_object_new(screen->base.channel, 0xbeef1e00, in nv30_screen_create()
698 ret = nouveau_object_new(screen->base.channel, 0xbeef0301, in nv30_screen_create()
709 ret = nouveau_object_new(screen->base.channel, 0xbeef0351, in nv30_screen_create()
739 ret = nouveau_object_new(screen->base.channel, 0xbeef3097, oclass, in nv30_screen_create()
811 ret = nouveau_object_new(screen->base.channel, 0xbeef3901, NV03_M2MF_CLASS, in nv30_screen_create()
821 ret = nouveau_object_new(screen->base.channel, 0xbeef6201, in nv30_screen_create()
836 ret = nouveau_object_new(screen->base.channel, 0xbeef5201, oclass, in nv30_screen_create()
851 ret = nouveau_object_new(screen->base.channel, 0xbeef7701, oclass, in nv30_screen_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video.c118 ret = nouveau_object_new(&screen->device->object, 0, in nv98_create_decoder()
135 ret = nouveau_object_new(dec->channel[0], 0xbeef85b1, in nv98_create_decoder()
144 ret = nouveau_object_new(dec->channel[1], 0xbeef85b2, in nv98_create_decoder()
153 ret = nouveau_object_new(dec->channel[2], 0xbeef85b3, in nv98_create_decoder()
Dnv84_video.c332 ret = nouveau_object_new(&screen->device->object, 0, in nv84_create_decoder()
348 ret = nouveau_object_new(&screen->device->object, 0, in nv84_create_decoder()
457 ret = nouveau_object_new(dec->bsp_channel, 0xbeef74b0, 0x74b0, in nv84_create_decoder()
461 ret = nouveau_object_new(dec->vp_channel, 0xbeef7476, 0x7476, in nv84_create_decoder()
758 ret = nouveau_object_new(screen->channel, 0, 0x7476, NULL, 0, &obj); in firmware_present()
767 ret = nouveau_object_new(screen->channel, 0, 0x74b0, NULL, 0, &obj); in firmware_present()
Dnv50_screen.c1078 ret = nouveau_object_new(chan, 0xbeef0301, NOUVEAU_NOTIFIER_CLASS, in nv50_screen_create()
1086 ret = nouveau_object_new(chan, 0xbeef5039, NV50_M2MF_CLASS, in nv50_screen_create()
1093 ret = nouveau_object_new(chan, 0xbeef502d, NV50_2D_CLASS, in nv50_screen_create()
1129 ret = nouveau_object_new(chan, 0xbeef5097, tesla_class, in nv50_screen_create()
Dnv50_compute.c66 ret = nouveau_object_new(chan, 0xbeef50c0, obj_class, NULL, 0, in nv50_screen_compute_setup()
/third_party/libdrm/nouveau/
Dnouveau-symbols.txt29 nouveau_object_new
Dnouveau.h32 int nouveau_object_new(struct nouveau_object *parent, uint64_t handle,
Dnouveau.c302 nouveau_object_new(struct nouveau_object *parent, uint64_t handle, in nouveau_object_new() function
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.c396 nouveau_object_new(&screen->device->object, 0, in firmware_present()
403 nouveau_object_new(channel, 0, nouveau_decoder_msvld[ret].oclass, in firmware_present()
Dnouveau_video.c527 ret = nouveau_object_new(&screen->device->object, 0, in nouveau_create_decoder()
547 ret = nouveau_object_new(dec->chan, 0xbeef8274, NV84_MPEG_CLASS, NULL, 0, in nouveau_create_decoder()
550 ret = nouveau_object_new(dec->chan, 0xbeef3174, NV31_MPEG_CLASS, NULL, 0, in nouveau_create_decoder()
Dnouveau_screen.c296 ret = nouveau_object_new(&dev->object, 0, NOUVEAU_FIFO_CHANNEL_CLASS, in nouveau_screen_init()