search for: bsp_channel

Displaying 5 results from an estimated 5 matches for "bsp_channel".

Did you mean: ast_channel
2013 Jun 27
4
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...NULL, &dec->vp_params); + nouveau_bo_ref(NULL, &dec->fence); + + nouveau_object_del(&dec->bsp); + nouveau_object_del(&dec->vp); + + nouveau_bufctx_del(&dec->bsp_bufctx); + nouveau_pushbuf_del(&dec->bsp_pushbuf); + nouveau_object_del(&dec->bsp_channel); + + nouveau_bufctx_del(&dec->vp_bufctx); + nouveau_pushbuf_del(&dec->vp_pushbuf); + nouveau_object_del(&dec->vp_channel); + + nouveau_client_del(&dec->client); + + if (dec->mpeg12_bs) + FREE(dec->mpeg12_bs); + FREE(dec); +} + +struct pipe_video_d...
2013 Jun 30
0
[PATCH v2] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...NULL, &dec->vp_params); + nouveau_bo_ref(NULL, &dec->fence); + + nouveau_object_del(&dec->bsp); + nouveau_object_del(&dec->vp); + + nouveau_bufctx_del(&dec->bsp_bufctx); + nouveau_pushbuf_del(&dec->bsp_pushbuf); + nouveau_object_del(&dec->bsp_channel); + + nouveau_bufctx_del(&dec->vp_bufctx); + nouveau_pushbuf_del(&dec->vp_pushbuf); + nouveau_object_del(&dec->vp_channel); + + nouveau_client_del(&dec->client); + + if (dec->mpeg12_bs) + FREE(dec->mpeg12_bs); + FREE(dec); +} + +struct pipe_video_d...
2013 Jun 29
0
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...fely purged, making the code a bit cleaner > + > + if (is_h264) { > + ret = nouveau_object_new(&screen->device->object, 0, > + NOUVEAU_FIFO_CHANNEL_CLASS, > + &nv04_data, sizeof(nv04_data), &dec->bsp_channel); ... > + if (is_h264) { > + /* Zero out some parts of mbring/vpring. there's gotta be some cleaner way > + * of doing this... perhaps makes sense to just copy the relevant logic > + * here. */ > + color.f[0] = color.f[1] = color.f[2] = color.f[3] = 0; &g...
2013 Jun 29
2
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...ment) goto fail > >> + >> + if (is_h264) { >> + ret = nouveau_object_new(&screen->device->object, 0, >> + NOUVEAU_FIFO_CHANNEL_CLASS, >> + &nv04_data, sizeof(nv04_data), &dec->bsp_channel); > ... > >> + if (is_h264) { >> + /* Zero out some parts of mbring/vpring. there's gotta be some cleaner way >> + * of doing this... perhaps makes sense to just copy the relevant logic >> + * here. */ >> + color.f[0] = color.f[1] = co...
2013 Jun 30
0
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...gt; >>> + >>> + if (is_h264) { >>> + ret = nouveau_object_new(&screen->device->object, 0, >>> + NOUVEAU_FIFO_CHANNEL_CLASS, >>> + &nv04_data, sizeof(nv04_data), &dec->bsp_channel); >> ... >> >>> + if (is_h264) { >>> + /* Zero out some parts of mbring/vpring. there's gotta be some cleaner way >>> + * of doing this... perhaps makes sense to just copy the relevant logic >>> + * here. */ >>> +...