Re: [PATCH v3] media: cxd2841er: avoid too many status inquires

2019-10-06 Thread Mauro Carvalho Chehab
Em Sat, 5 Oct 2019 10:02:05 +0200 Daniel Scheller escreveu: > Am Fri, 4 Oct 2019 11:02:28 -0300 > schrieb Mauro Carvalho Chehab : > > > As reported at: > > https://tvheadend.org/issues/5625 > > > > Retrieving certain status can cause discontinuity issues. > > > > Prevent that by adding a

Re: [PATCH v3] media: cxd2841er: avoid too many status inquires

2019-10-05 Thread Daniel Scheller
Am Fri, 4 Oct 2019 11:02:28 -0300 schrieb Mauro Carvalho Chehab : > As reported at: > https://tvheadend.org/issues/5625 > > Retrieving certain status can cause discontinuity issues. > > Prevent that by adding a timeout to each status logic. > > Currently, the timeout is estimated based a

[PATCH v3] media: cxd2841er: avoid too many status inquires

2019-10-04 Thread Mauro Carvalho Chehab
As reported at: https://tvheadend.org/issues/5625 Retrieving certain status can cause discontinuity issues. Prevent that by adding a timeout to each status logic. Currently, the timeout is estimated based at the channel bandwidth. There are other parameters that may also affect the timeo