|
@@ -208,7 +208,7 @@ static void v4l2_m2m_try_run(struct v4l2_m2m_dev *m2m_dev)
|
|
|
* An example of the above could be an instance that requires more than one
|
|
|
* src/dst buffer per transaction.
|
|
|
*/
|
|
|
-static void v4l2_m2m_try_schedule(struct v4l2_m2m_ctx *m2m_ctx)
|
|
|
+void v4l2_m2m_try_schedule(struct v4l2_m2m_ctx *m2m_ctx)
|
|
|
{
|
|
|
struct v4l2_m2m_dev *m2m_dev;
|
|
|
unsigned long flags_job, flags_out, flags_cap;
|
|
@@ -274,6 +274,7 @@ static void v4l2_m2m_try_schedule(struct v4l2_m2m_ctx *m2m_ctx)
|
|
|
|
|
|
v4l2_m2m_try_run(m2m_dev);
|
|
|
}
|
|
|
+EXPORT_SYMBOL_GPL(v4l2_m2m_try_schedule);
|
|
|
|
|
|
/**
|
|
|
* v4l2_m2m_cancel_job() - cancel pending jobs for the context
|