Displaying 9 results from an estimated 9 matches for "mt0".
Did you mean:
mt
2014 Sep 01
2
[PATCH 1/3] nv50: set the miptree address when clearing bo's in vp2 init
The mt address is about to be used more, make sure it's set
appropriately.
Reported-by: Emil Velikov <emil.l.velikov at gmail.com>
Tested-by: Emil Velikov <emil.l.velikov at gmail.com>
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: "10.2 10.3" <mesa-stable at lists.freedesktop.org>
---
src/gallium/drivers/nouveau/nv50/nv84_video.c | 2 ++
1 file
2013 Jun 29
0
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...goto error;
I believe that the nvc0 version of the code is easier to read (bikeshed)
for (i = 1; i < buffer->num_planes; ++i) {
buffer->resources[i] = pipe->screen->resource_create(pipe->screen,
&templ);
if (!buffer->resources[i])
goto error;
}
> +
> + mt0 = nv50_miptree(buffer->resources[0]);
> + mt1 = nv50_miptree(buffer->resources[1]);
> +
> + bo_size = mt0->total_size + mt1->total_size;
> + if (nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, 0,
> + bo_size, &cfg, &a...
2013 Jun 29
2
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...>num_planes; ++i) {
num_planes is always 2. for (i = 1; i < 2; i++) seems like a waste...
> buffer->resources[i] = pipe->screen->resource_create(pipe->screen,
> &templ);
> if (!buffer->resources[i])
> goto error;
> }
>
>> +
>> + mt0 = nv50_miptree(buffer->resources[0]);
>> + mt1 = nv50_miptree(buffer->resources[1]);
>> +
>> + bo_size = mt0->total_size + mt1->total_size;
>> + if (nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, 0,
>> + b...
2013 Jun 30
0
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...always 2. for (i = 1; i < 2; i++) seems like a waste...
>
>> buffer->resources[i] = pipe->screen->resource_create(pipe->screen,
>> &templ);
>> if (!buffer->resources[i])
>> goto error;
>> }
>>
>>> +
>>> + mt0 = nv50_miptree(buffer->resources[0]);
>>> + mt1 = nv50_miptree(buffer->resources[1]);
>>> +
>>> + bo_size = mt0->total_size + mt1->total_size;
>>> + if (nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, 0,
>>> +...
2013 Jun 27
4
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...e(struct pipe_context *pipe,
+ const struct pipe_video_buffer *template)
+{
+ struct nv84_video_buffer *buffer;
+ struct pipe_resource templ;
+ unsigned i, j, component;
+ struct pipe_sampler_view sv_templ;
+ struct pipe_surface surf_templ;
+ struct nv50_miptree *mt0, *mt1;
+ struct nouveau_bo *empty = NULL;
+ struct nouveau_screen *screen = &((struct nv50_context *)pipe)->screen->base;
+ union nouveau_bo_config cfg;
+ unsigned bo_size;
+
+ if (getenv("XVMC_VL"))
+ return vl_video_buffer_create(pipe, template);
+
+ if (!temp...
2006 Aug 19
1
Tape backup question.
Hello,
I want to backup my PE2800 on tape but I'm not sure how to do this.
My PE2800 has a RAID5 setup with 2 72GB SCSI disks and a Seagate DAT-2 72GB
internal tape-streamer and I'm running Centos 4.3 with the latest yum
updates.
I'm not sure if this tape-streamer is recognised by the OS properly because
it doesn't show up along with my DVD/floppy
I also recieved with the
2013 Jun 30
0
[PATCH v2] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...e(struct pipe_context *pipe,
+ const struct pipe_video_buffer *template)
+{
+ struct nv84_video_buffer *buffer;
+ struct pipe_resource templ;
+ unsigned i, j, component;
+ struct pipe_sampler_view sv_templ;
+ struct pipe_surface surf_templ;
+ struct nv50_miptree *mt0, *mt1;
+ struct nouveau_bo *empty = NULL;
+ struct nouveau_screen *screen = &((struct nv50_context *)pipe)->screen->base;
+ union nouveau_bo_config cfg;
+ unsigned bo_size;
+
+ if (getenv("XVMC_VL"))
+ return vl_video_buffer_create(pipe, template);
+
+ if (!temp...
2006 Jul 20
1
samba as pdc in Ubuntu dapper, fails on ps$ join?
Hola,
I've done everything as correct as I can see in smb.conf under fresh ubuntu 6.06 fully
updated install to have it run as a PDC on hostname florentine, domain DAVEYST.
There are no testparm errors.
I've added users with useradd and smbpasswd -a
I've added machines with useradd and smbpasswd -a -m
I can see the server in my network neighbourhood and access/browse folders on
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking