aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2017-02-16 06:36:21 -0500
committerPhilipp Zabel <p.zabel@pengutronix.de>2017-02-17 02:04:27 -0500
commit5f1eb69446f4ec2401560d252c9a95991e80797d (patch)
tree045063c0b2b5032a38f732cdf4a000ebbffa5b71
parentf57c511a9d1e8625879abd032e3cbf4bd25bbafa (diff)
gpu: ipu-v3: export ipu_csi_set_downsize
This function will be used by the media drivers and needs to be exported to allow them to be built as modules. Reported-by: Russell King <linux@armlinux.org.uk> Fixes: 867341b95891 ("gpu: ipu-v3: add ipu_csi_set_downsize") Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
-rw-r--r--drivers/gpu/ipu-v3/ipu-csi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/ipu-v3/ipu-csi.c b/drivers/gpu/ipu-v3/ipu-csi.c
index 63c7292f427a..24e12b87a0cb 100644
--- a/drivers/gpu/ipu-v3/ipu-csi.c
+++ b/drivers/gpu/ipu-v3/ipu-csi.c
@@ -544,6 +544,7 @@ void ipu_csi_set_downsize(struct ipu_csi *csi, bool horiz, bool vert)
544 544
545 spin_unlock_irqrestore(&csi->lock, flags); 545 spin_unlock_irqrestore(&csi->lock, flags);
546} 546}
547EXPORT_SYMBOL_GPL(ipu_csi_set_downsize);
547 548
548void ipu_csi_set_test_generator(struct ipu_csi *csi, bool active, 549void ipu_csi_set_test_generator(struct ipu_csi *csi, bool active,
549 u32 r_value, u32 g_value, u32 b_value, 550 u32 r_value, u32 g_value, u32 b_value,