Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.c157 ret = nouveau_object_new(&screen->device->object, 0, in nvc0_create_decoder()
171 ret = nouveau_object_new(dec->channel[0], 0x390b1, 0x90b1, NULL, 0, &dec->bsp); in nvc0_create_decoder()
173 ret = nouveau_object_new(dec->channel[1], 0x190b2, 0x90b2, NULL, 0, &dec->vp); in nvc0_create_decoder()
175 ret = nouveau_object_new(dec->channel[2], 0x290b3, 0x90b3, NULL, 0, &dec->ppp); in nvc0_create_decoder()
178 ret = nouveau_object_new(dec->channel[0], 0x95b1, 0x95b1, NULL, 0, &dec->bsp); in nvc0_create_decoder()
180 ret = nouveau_object_new(dec->channel[1], 0x95b2, 0x95b2, NULL, 0, &dec->vp); in nvc0_create_decoder()
182 ret = nouveau_object_new(dec->channel[2], 0x90b3, 0x90b3, NULL, 0, &dec->ppp); in nvc0_create_decoder()
Dnvc0_screen.c838 ret = nouveau_object_new(chan, (dev->chipset < 0xe0) ? 0x1f906e : 0x906e, in nvc0_screen_create()
861 ret = nouveau_object_new(chan, 0xbeef323f, obj_class, NULL, 0, in nvc0_screen_create()
873 ret = nouveau_object_new(chan, 0xbeef902d, NVC0_2D_CLASS, NULL, 0, in nvc0_screen_create()
941 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.c65 ret = nouveau_object_new(chan, 0xbeef00c0, obj_class, NULL, 0, in nve4_screen_compute_setup()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.c553 ret = nouveau_object_new(screen->base.channel, 0x00000000, NV01_NULL_CLASS, in nv30_screen_create()
563 ret = nouveau_object_new(screen->base.channel, 0xbeef1e00, in nv30_screen_create()
571 ret = nouveau_object_new(screen->base.channel, 0xbeef0301, in nv30_screen_create()
582 ret = nouveau_object_new(screen->base.channel, 0xbeef0351, in nv30_screen_create()
612 ret = nouveau_object_new(screen->base.channel, 0xbeef3097, oclass, in nv30_screen_create()
684 ret = nouveau_object_new(screen->base.channel, 0xbeef3901, NV03_M2MF_CLASS, in nv30_screen_create()
694 ret = nouveau_object_new(screen->base.channel, 0xbeef6201, in nv30_screen_create()
709 ret = nouveau_object_new(screen->base.channel, 0xbeef5201, oclass, in nv30_screen_create()
724 ret = nouveau_object_new(screen->base.channel, 0xbeef7701, oclass, in nv30_screen_create()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c488 ret = nouveau_object_new(chan, handle++, NOUVEAU_NOTIFIER_CLASS, in nv04_surface_init()
496 ret = nouveau_object_new(chan, handle++, NV03_M2MF_CLASS, in nv04_surface_init()
512 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->surf2d); in nv04_surface_init()
520 ret = nouveau_object_new(chan, handle++, NV03_ROP_CLASS, in nv04_surface_init()
534 ret = nouveau_object_new(chan, handle++, NV04_PATTERN_CLASS, in nv04_surface_init()
556 ret = nouveau_object_new(chan, handle++, NV04_GDI_CLASS, in nv04_surface_init()
585 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->swzsurf); in nv04_surface_init()
598 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->sifm); in nv04_surface_init()
Dnv04_context.c174 ret = nouveau_object_new(context_chan(ctx), 0xbeef0001, in nv04_context_create()
180 ret = nouveau_object_new(context_chan(ctx), 0xbeef0002, in nv04_context_create()
186 ret = nouveau_object_new(context_chan(ctx), 0xbeef0003, in nv04_context_create()
Dnouveau_context.c143 ret = nouveau_object_new(&context_dev(ctx)->object, 0xbeef0000, in nouveau_context_init()
179 ret = nouveau_object_new(nctx->hw.chan, 0x00000000, NV01_NULL_CLASS, in nouveau_context_init()
Dnv20_context.c489 ret = nouveau_object_new(context_chan(ctx), 0xbeef0001, kelvin_class, in nv20_context_create()
Dnv10_context.c481 ret = nouveau_object_new(context_chan(ctx), 0xbeef0001, celsius_class, in nv10_context_create()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video.c116 ret = nouveau_object_new(&screen->device->object, 0, in nv98_create_decoder()
133 ret = nouveau_object_new(dec->channel[0], 0xbeef85b1, in nv98_create_decoder()
142 ret = nouveau_object_new(dec->channel[1], 0xbeef85b2, in nv98_create_decoder()
151 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()
759 ret = nouveau_object_new(screen->channel, 0, 0x7476, NULL, 0, &obj); in firmware_present()
768 ret = nouveau_object_new(screen->channel, 0, 0x74b0, NULL, 0, &obj); in firmware_present()
Dnv50_screen.c882 ret = nouveau_object_new(chan, 0xbeef0301, NOUVEAU_NOTIFIER_CLASS, in nv50_screen_create()
890 ret = nouveau_object_new(chan, 0xbeef5039, NV50_M2MF_CLASS, in nv50_screen_create()
897 ret = nouveau_object_new(chan, 0xbeef502d, NV50_2D_CLASS, in nv50_screen_create()
933 ret = nouveau_object_new(chan, 0xbeef5097, tesla_class, in nv50_screen_create()
Dnv50_compute.c65 ret = nouveau_object_new(chan, 0xbeef50c0, obj_class, NULL, 0, in nv50_screen_compute_setup()
/external/libdrm/nouveau/
Dnouveau-symbol-check40 nouveau_object_new
Dnouveau.h32 int nouveau_object_new(struct nouveau_object *parent, uint64_t handle,
Dnouveau.c290 nouveau_object_new(struct nouveau_object *parent, uint64_t handle, in nouveau_object_new() function
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.c397 nouveau_object_new(&screen->device->object, 0, in firmware_present()
404 nouveau_object_new(channel, 0, nouveau_decoder_msvld[ret].oclass, in firmware_present()
Dnouveau_screen.c187 ret = nouveau_object_new(&dev->object, 0, NOUVEAU_FIFO_CHANNEL_CLASS, in nouveau_screen_init()
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()