Commit 5f1eb694 authored by Philipp Zabel's avatar Philipp Zabel

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: default avatarRussell King <linux@armlinux.org.uk>
Fixes: 867341b9 ("gpu: ipu-v3: add ipu_csi_set_downsize")
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent f57c511a
......@@ -544,6 +544,7 @@ void ipu_csi_set_downsize(struct ipu_csi *csi, bool horiz, bool vert)
spin_unlock_irqrestore(&csi->lock, flags);
}
EXPORT_SYMBOL_GPL(ipu_csi_set_downsize);
void ipu_csi_set_test_generator(struct ipu_csi *csi, bool active,
u32 r_value, u32 g_value, u32 b_value,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment