[media] v4l: omap3isp: Use V4L2 graph PM operations
Power on devices represented by entities in the graph through the pipeline state using V4L2 graph PM operations instead of what was in the omap3isp driver. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
a77bf7048a
commit
506a47eb4c
@@ -177,7 +177,6 @@ struct isp_device {
|
||||
struct v4l2_device v4l2_dev;
|
||||
struct v4l2_async_notifier notifier;
|
||||
struct media_device media_dev;
|
||||
struct media_entity_graph pm_count_graph;
|
||||
struct device *dev;
|
||||
u32 revision;
|
||||
|
||||
@@ -267,9 +266,6 @@ void omap3isp_subclk_enable(struct isp_device *isp,
|
||||
void omap3isp_subclk_disable(struct isp_device *isp,
|
||||
enum isp_subclk_resource res);
|
||||
|
||||
int omap3isp_pipeline_pm_use(struct media_entity *entity, int use,
|
||||
struct media_entity_graph *graph);
|
||||
|
||||
int omap3isp_register_entities(struct platform_device *pdev,
|
||||
struct v4l2_device *v4l2_dev);
|
||||
void omap3isp_unregister_entities(struct platform_device *pdev);
|
||||
|
Reference in New Issue
Block a user