summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/omap3isp/isp.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-03-03 10:05:22 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-22 04:53:55 -0300
commit4b0ec19e02fabdd09fc2f4754304894bbefb3f45 (patch)
treec9ff3d9e330b1cc42fc640bc1f4f7fab5c0cf8aa /drivers/media/video/omap3isp/isp.h
parent7e8970e1d5ae9237d00909599e70f85fce1fc489 (diff)
downloadlinux-4b0ec19e02fabdd09fc2f4754304894bbefb3f45.tar.bz2
[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.h1
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 {
struct isp_platform_data {
struct isp_v4l2_subdevs_group *subdevs;
+ void (*set_constraints)(struct isp_device *isp, bool enable);
};
struct isp_platform_callback {