|
@@ -88,9 +88,10 @@ static void wpf_set_memory(struct vsp1_entity *entity, struct vsp1_dl_list *dl)
|
|
|
vsp1_wpf_write(wpf, dl, VI6_WPF_DSTM_ADDR_C1, wpf->mem.addr[2]);
|
|
vsp1_wpf_write(wpf, dl, VI6_WPF_DSTM_ADDR_C1, wpf->mem.addr[2]);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-static void wpf_configure(struct vsp1_entity *entity, struct vsp1_dl_list *dl)
|
|
|
|
|
|
|
+static void wpf_configure(struct vsp1_entity *entity,
|
|
|
|
|
+ struct vsp1_pipeline *pipe,
|
|
|
|
|
+ struct vsp1_dl_list *dl)
|
|
|
{
|
|
{
|
|
|
- struct vsp1_pipeline *pipe = to_vsp1_pipeline(&entity->subdev.entity);
|
|
|
|
|
struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev);
|
|
struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev);
|
|
|
struct vsp1_device *vsp1 = wpf->entity.vsp1;
|
|
struct vsp1_device *vsp1 = wpf->entity.vsp1;
|
|
|
const struct v4l2_mbus_framefmt *source_format;
|
|
const struct v4l2_mbus_framefmt *source_format;
|