Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199973
b: refs/heads/master
c: 5a4b55e
h: refs/heads/master
i:
  199971: 938ce47
v: v3
  • Loading branch information
Stefan Ringel authored and Mauro Carvalho Chehab committed Jun 1, 2010
1 parent 962ee1d commit 46849e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b6ed9fd0baf34da6912bebee46c36eda0411984
refs/heads/master: 5a4b55e2c256d78fd86679ee00777c393c87c94a
4 changes: 2 additions & 2 deletions trunk/drivers/staging/tm6000/tm6000-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#define TM6000_MIN_BUF 4
#define TM6000_DEF_BUF 8

#define TM6000_MAX_ISO_PACKETS 40 /* Max number of ISO packets */
#define TM6000_MAX_ISO_PACKETS 46 /* Max number of ISO packets */

/* Declare static vars that will be used as parameters */
static unsigned int vid_limit = 16; /* Video memory limit, in Mb */
Expand Down Expand Up @@ -620,7 +620,7 @@ static void tm6000_uninit_isoc(struct tm6000_core *dev)
static int tm6000_prepare_isoc(struct tm6000_core *dev, unsigned int framesize)
{
struct tm6000_dmaqueue *dma_q = &dev->vidq;
int i, j, sb_size, pipe, size, max_packets, num_bufs = 5;
int i, j, sb_size, pipe, size, max_packets, num_bufs = 8;
struct urb *urb;

/* De-allocates all pending stuff */
Expand Down

0 comments on commit 46849e2

Please sign in to comment.