All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: Michael Krufky <mkrufky@linuxtv.org>
Cc: Devin Heitmueller <dheitmueller@kernellabs.com>,
	linux-media <linux-media@vger.kernel.org>
Subject: Re: tda18271 driver power consumption
Date: Mon, 06 Aug 2012 22:13:33 +0300	[thread overview]
Message-ID: <5020175D.3070601@iki.fi> (raw)
In-Reply-To: <CAOcJUbwyNBEoPyE_6QZQ-6tbUsHFzurYBEavegQO1aVYNsQ_kA@mail.gmail.com>

On 08/06/2012 09:57 PM, Michael Krufky wrote:
> On Mon, Aug 6, 2012 at 2:35 PM, Devin Heitmueller
> <dheitmueller@kernellabs.com> wrote:
>> On Mon, Aug 6, 2012 at 2:19 PM, Antti Palosaari <crope@iki.fi> wrote:
>>> You should understand from DVB driver model:
>>> * attach() called only once when driver is loaded
>>> * init() called to wake-up device
>>> * sleep() called to sleep device
>>>
>>> What I would like to say is that there is very big risk to shoot own leg
>>> when doing some initialization on attach(). For example resuming from the
>>> suspend could cause device reset and if you rely some settings that are done
>>> during attach() you will likely fail as Kernel / USB-host controller has
>>> reset your device.
>>>
>>> See reset_resume from Kernel documentation:
>>> Documentation/usb/power-management.txt
>>
>> Be forewarned:  there is a very high likelihood that this patch will
>> cause regressions on hybrid devices due to known race conditions
>> related to dvb_frontend sleeping the tuner asynchronously on close.
>> This is a hybrid tuner, and unless code is specifically added to the
>> bridge or tuner driver, going from digital to analog mode too quickly
>> will cause the tuner to be shutdown while it's actively in analog
>> mode.
>>
>> (I discovered this the hard way when working on problems MythTV users
>> reported against the HVR-950q).
>>
>> Description of race:
>>
>> 1.  User opens DVB frontend tunes
>> 2.  User closes DVB frontend
>> 3.  User *immediately* opens V4L device using same tuner
>> 4.  User performs tuning request for analog
>> 5.  DVB frontend issues sleep() call to tuner, causing analog tuning to fail.
>>
>> This class of problem isn't seen on DVB only devices or those that
>> have dedicated digital tuners not shared for analog usage.  And in
>> some cases it isn't noticed because a delay between closing the DVB
>> device and opening the analog devices causes the sleep() call to
>> happen before the analog tune (in which case you don't hit the race).
>>
>> I'm certainly not against improved power management, but it will
>> require the race conditions to be fixed first in order to avoid
>> regressions.
>>
>> Devin
>>
>> --
>> Devin J. Heitmueller - Kernel Labs
>> http://www.kernellabs.com
>
> Devin's right.  I'm sorry, please *don't* merge the patch, Mauro.
> Antti, you should just call sleep from your driver after attach(), as
> I had previously suggested.  We can revisit this some time in the
> future after we can be sure that these race conditions wont occur.

OK, maybe it is safer then. I have no any hybrid hardware to test...

Anyhow, I wonder how many years it will take to resolve that V4L2/DVB 
API hybrid usage pŕoblem. I ran thinking that recently when looked how 
to implement DVB SDR for V4L2 API... I could guess problem will not 
disappear near future even analog TV disappears, because there is surely 
coming new nasty features which spreads over both V4L2 and DVB APIs.

regards
Antti

-- 
http://palosaari.fi/

  reply	other threads:[~2012-08-06 19:13 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-22 19:59 tda18271 driver power consumption Antti Palosaari
2012-07-24 21:55 ` Michael Krufky
2012-07-24 22:12   ` Antti Palosaari
2012-07-24 22:17     ` Michael Krufky
2012-07-25  0:15       ` Michael Krufky
2012-07-25  0:43         ` Antti Palosaari
2012-07-26  3:18           ` Michael Krufky
2012-07-26 12:48             ` Michael Krufky
2012-08-06 13:30               ` Antti Palosaari
     [not found]               ` <20120927161940.0f673e2e@redhat.com>
2012-09-27 19:59                 ` Antti Palosaari
2012-09-27 21:20                   ` Michael Krufky
2012-09-27 21:38                     ` Antti Palosaari
2012-09-27 21:58                       ` Michael Krufky
2012-09-27 22:26                         ` Antti Palosaari
2012-09-27 22:43                           ` Michael Krufky
2012-09-27 22:46                             ` Antti Palosaari
2012-09-27 22:55                               ` Michael Krufky
2012-09-27 23:05                                 ` Antti Palosaari
     [not found]                         ` <20120928084337.1db94b8c@redhat.com>
2012-09-28 15:04                           ` [PATCH] tda18271-common: hold the I2C adapter during write transfers Mauro Carvalho Chehab
2012-09-28 18:31                             ` Antti Palosaari
2012-09-28 18:56                               ` Michael Krufky
2012-09-29 19:20                                 ` Michael Krufky
2012-10-07 12:42                                   ` Mauro Carvalho Chehab
2012-10-07 13:18                                     ` Michael Krufky
2012-10-01 10:42                               ` Mauro Carvalho Chehab
2012-10-01 11:31                                 ` Antti Palosaari
2012-10-01 12:36                                   ` Mauro Carvalho Chehab
2012-09-28 16:19                           ` tda18271 driver power consumption Antti Palosaari
2012-08-06 18:19       ` Antti Palosaari
2012-08-06 18:35         ` Devin Heitmueller
2012-08-06 18:57           ` Michael Krufky
2012-08-06 19:13             ` Antti Palosaari [this message]
2012-08-06 20:19               ` Manu Abraham
2012-09-20 17:47               ` Michael Krufky
2012-09-20 17:49                 ` Michael Krufky
2012-09-22 17:21                   ` Antti Palosaari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5020175D.3070601@iki.fi \
    --to=crope@iki.fi \
    --cc=dheitmueller@kernellabs.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mkrufky@linuxtv.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.