.. | .. |
---|
71 | 71 | |
---|
72 | 72 | void vsp1_entity_configure_stream(struct vsp1_entity *entity, |
---|
73 | 73 | struct vsp1_pipeline *pipe, |
---|
| 74 | + struct vsp1_dl_list *dl, |
---|
74 | 75 | struct vsp1_dl_body *dlb) |
---|
75 | 76 | { |
---|
76 | 77 | if (entity->ops->configure_stream) |
---|
77 | | - entity->ops->configure_stream(entity, pipe, dlb); |
---|
| 78 | + entity->ops->configure_stream(entity, pipe, dl, dlb); |
---|
78 | 79 | } |
---|
79 | 80 | |
---|
80 | 81 | void vsp1_entity_configure_frame(struct vsp1_entity *entity, |
---|
.. | .. |
---|
404 | 405 | format = vsp1_entity_get_pad_format(entity, config, entity->source_pad); |
---|
405 | 406 | *format = fmt->format; |
---|
406 | 407 | |
---|
407 | | - /* Reset the crop and compose rectangles */ |
---|
| 408 | + /* Reset the crop and compose rectangles. */ |
---|
408 | 409 | selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, |
---|
409 | 410 | V4L2_SEL_TGT_CROP); |
---|
410 | 411 | selection->left = 0; |
---|