Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: [PATCH] heavy section filter crunching can crash



Hi,

This does not fix it for me.  After the crash, kdvb-fe-0:0 remains at the 
top of the top display until vdr is stopped.  I even tried increasing this 
to 4 instead of 2, but it doesn't help.

_J

In the new year, Andreas Oberritter wrote:
> 
> 
> --=-MULFeo7RCEkEM0YaHLq2
> Content-Type: text/plain
> Content-Transfer-Encoding: 7bit
> 
> Hi,
> 
> please try this tiny patch. It fixes the reported problem for me. TV is
> running smoothly while in the background all available section filters
> are used to get EIT sections and other high traffic sections.
> 
> I am not using vdr and I only tested for some minutes, so please report
> if it works without side effects. It just increases the time, the driver
> waits for the arm. :-)
> 
> Regards,
> Andreas
> 
> --=-MULFeo7RCEkEM0YaHLq2
> Content-Disposition: attachment; filename=ttpci.diff
> Content-Type: text/x-patch; name=ttpci.diff; charset=ISO-8859-15
> Content-Transfer-Encoding: 7bit
> 
> Index: av7110.h
> ===================================================================
> RCS file: /cvs/linuxtv/dvb-kernel/linux/drivers/media/dvb/ttpci/av7110.h,v
> retrieving revision 1.2
> diff -u -r1.2 av7110.h
> --- av7110.h	18 Feb 2003 13:18:02 -0000	1.2
> +++ av7110.h	17 Mar 2003 00:57:06 -0000
> @@ -19,7 +19,7 @@
>  #define DEBISWAB   0x001e0000
>  #define DEBISWAP   0x002e0000
>  
> -#define ARM_WAIT_FREE  (HZ)
> +#define ARM_WAIT_FREE  (HZ*2)
>  #define ARM_WAIT_SHAKE (HZ/5)
>  #define ARM_WAIT_OSD (HZ)
>  
> 
> --=-MULFeo7RCEkEM0YaHLq2--
> 



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index