Re: [ivtv-devel] Many PVR350 cards

2005-06-20 Thread Chris Kennedy
Very cool, looks much better now, was a mess before and this now is humanly understandable :-). Thanks, Chris Bryan Mayland wrote: How's this look instead? I added names for all the streams, use what I think are the proper variables and units for the parameters. (This is obviously with dyn

Re: [ivtv-devel] Many PVR350 cards

2005-06-20 Thread Bryan Mayland
How's this look instead? I added names for all the streams, use what I think are the proper variables and units for the parameters. (This is obviously with dynbuff off): ivtv: Configuring WinTV PVR 150 card with 5 streams ivtv: Registered v4l2 device for encoder MPEG minor 1 ivtv: Create DMA e

Re: [ivtv-devel] Many PVR350 cards

2005-06-20 Thread Chris Kennedy
Ah, very possibly true, that line is more of a hacked up status line from the old original one, so really could just be redone, I haven't looked at it too closely besides just generally seeing it kinda makes sense in the messages still, but sounds like an oddity there which needs to be changed

Re: [ivtv-devel] Many PVR350 cards

2005-06-20 Thread Bryan Mayland
What I was saying was that on line 96, s->buf_min isn't set, since the initialization of the buffer limits starts right below that, doesn't it? ivtv_stream_init() is only called from ivtv_stream_setup() which is only called from ivtv_streams_setup(), which looks to only happen when the card

Re: [ivtv-devel] Many PVR350 cards

2005-06-20 Thread Chris Kennedy
It's not allocated yet, just shows how much memory is allocated to begin with, so when dynamic buffers are used (the default) that's what it'll say. Thanks, Chris Bryan Mayland wrote: Bryan Mayland wrote: Shouldn't those last 2 lines be more like buffers, buffsize

Re: [ivtv-devel] Many PVR350 cards

2005-06-20 Thread Bryan Mayland
Bryan Mayland wrote: Shouldn't those last 2 lines be more like buffers, buffsize, buffers * buffsize); I take this part back. Buffers is the whole size. However, this is still true s->buf_min shouldn't be defined until right af

Re: [ivtv-devel] Many PVR350 cards

2005-06-20 Thread Bryan Mayland
Marius Kjeldahl wrote: Jun 20 15:31:38 snaptuner-slb01 ivtv: Registered v4l2 device, streamtype 3 minor 29 Jun 20 15:31:38 snaptuner-slb01 ivtv: Create DMA stream 3 using 455 4608 byte buffers 0 kbytes total This looks more or less identical. The messages about 0 kbytes total buffers is of co

[ivtv-devel] Many PVR350 cards

2005-06-20 Thread Marius Kjeldahl
I'm trying to put as many PVR350 cards into one machine as possible, but I am encountering some problems. The machine I'm using is a server system with a backplane which contains a PCI Bridge Backplane giving it 17 PCI slots (PX-20S3 from ICP Electronics Inc). Problem 1: If I put one PVR350 card i