Re: [PATCH/RESEND] soc-camera: add runtime pm support for subdevices

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

 



On Tue, 9 Feb 2010, Hans Verkuil wrote:

> > Of course you're right, and it concerns not only multiple streaming modes,
> > but simple cases of multiple openings of one node. I was too fast to
> > transfer the implementation from soc-camera to v4l2 - in soc-camera I'm
> > counting opens and closes and only calling pm hooks on first open and last
> > close. So, if we want to put it in v4l-core, we'd have to do something
> > similar, I presume.
> 
> I wouldn't mind having such counters. There are more situations where
> knowing whether it is the first open or last close comes in handy.
> 
> However, in general I think that pm shouldn't be done in the core. It is
> just too hardware dependent. E.g. there may both capture and display video
> nodes in the driver. And when the last capture stops you can for example
> power down the receiver chips.

In this example, don't you have two struct video_device instances, so, 
last close of one of them will call pm_runtime_suspend() for _that_ 
device, without affecting the other?

> The same with display and transmitter
> chips. But if both are controlled by the same driver, then a general open
> counter will not work either.

Well, first, you'd get a counter per video_device, not per driver, but 
you, probably mean cases with multiple "entities" attached to one device 
node. But even in this case, your suspend is called, and you can decide, 
whether you actually can suspend and suspend all children, or fail and 
return -EBUSY... I was expecting to implement these pm callbacks in bridge 
drivers, where you might have an overview of your components.

Otherwise, I can happily carry this in soc-camera for now, I'd just 
request to officially reserve vdev->dev.type for these purposes.

> But if you have ideas to improve the core to make it easier to add pm
> support to the drivers that need it, then I am all for it.

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux