diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-03-03 08:05:22 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-22 03:53:55 -0400 |
commit | 4b0ec19e02fabdd09fc2f4754304894bbefb3f45 (patch) | |
tree | c9ff3d9e330b1cc42fc640bc1f4f7fab5c0cf8aa /drivers/media/video/omap3isp/isp.h | |
parent | 7e8970e1d5ae9237d00909599e70f85fce1fc489 (diff) |
[media] omap3isp: Add set performance callback in isp platform data
Replace the omap_pm_set_min_bus_tput() with a callback to board code.
This makes the omap3isp driver compilable as a module, and lets board
code manage OMAP PM details depending on board requirements.
Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/omap3isp/isp.h')
-rw-r--r-- | drivers/media/video/omap3isp/isp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/omap3isp/isp.h b/drivers/media/video/omap3isp/isp.h index a8dfea413d34..cf5214e95a92 100644 --- a/drivers/media/video/omap3isp/isp.h +++ b/drivers/media/video/omap3isp/isp.h | |||
@@ -199,6 +199,7 @@ struct isp_v4l2_subdevs_group { | |||
199 | 199 | ||
200 | struct isp_platform_data { | 200 | struct isp_platform_data { |
201 | struct isp_v4l2_subdevs_group *subdevs; | 201 | struct isp_v4l2_subdevs_group *subdevs; |
202 | void (*set_constraints)(struct isp_device *isp, bool enable); | ||
202 | }; | 203 | }; |
203 | 204 | ||
204 | struct isp_platform_callback { | 205 | struct isp_platform_callback { |