hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/media/platform/vsp1/vsp1_entity.c
....@@ -71,10 +71,11 @@
7171
7272 void vsp1_entity_configure_stream(struct vsp1_entity *entity,
7373 struct vsp1_pipeline *pipe,
74
+ struct vsp1_dl_list *dl,
7475 struct vsp1_dl_body *dlb)
7576 {
7677 if (entity->ops->configure_stream)
77
- entity->ops->configure_stream(entity, pipe, dlb);
78
+ entity->ops->configure_stream(entity, pipe, dl, dlb);
7879 }
7980
8081 void vsp1_entity_configure_frame(struct vsp1_entity *entity,
....@@ -404,7 +405,7 @@
404405 format = vsp1_entity_get_pad_format(entity, config, entity->source_pad);
405406 *format = fmt->format;
406407
407
- /* Reset the crop and compose rectangles */
408
+ /* Reset the crop and compose rectangles. */
408409 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad,
409410 V4L2_SEL_TGT_CROP);
410411 selection->left = 0;