.. | .. |
---|
153 | 153 | format = vsp1_entity_get_pad_format(&brx->entity, config, fmt->pad); |
---|
154 | 154 | *format = fmt->format; |
---|
155 | 155 | |
---|
156 | | - /* Reset the compose rectangle */ |
---|
| 156 | + /* Reset the compose rectangle. */ |
---|
157 | 157 | if (fmt->pad != brx->entity.source_pad) { |
---|
158 | 158 | struct v4l2_rect *compose; |
---|
159 | 159 | |
---|
.. | .. |
---|
164 | 164 | compose->height = format->height; |
---|
165 | 165 | } |
---|
166 | 166 | |
---|
167 | | - /* Propagate the format code to all pads */ |
---|
| 167 | + /* Propagate the format code to all pads. */ |
---|
168 | 168 | if (fmt->pad == BRX_PAD_SINK(0)) { |
---|
169 | 169 | unsigned int i; |
---|
170 | 170 | |
---|
.. | .. |
---|
283 | 283 | |
---|
284 | 284 | static void brx_configure_stream(struct vsp1_entity *entity, |
---|
285 | 285 | struct vsp1_pipeline *pipe, |
---|
| 286 | + struct vsp1_dl_list *dl, |
---|
286 | 287 | struct vsp1_dl_body *dlb) |
---|
287 | 288 | { |
---|
288 | 289 | struct vsp1_brx *brx = to_brx(&entity->subdev); |
---|
.. | .. |
---|
296 | 297 | /* |
---|
297 | 298 | * The hardware is extremely flexible but we have no userspace API to |
---|
298 | 299 | * expose all the parameters, nor is it clear whether we would have use |
---|
299 | | - * cases for all the supported modes. Let's just harcode the parameters |
---|
| 300 | + * cases for all the supported modes. Let's just hardcode the parameters |
---|
300 | 301 | * to sane default values for now. |
---|
301 | 302 | */ |
---|
302 | 303 | |
---|
.. | .. |
---|
373 | 374 | vsp1_brx_write(brx, dlb, VI6_BRU_CTRL(i), ctrl); |
---|
374 | 375 | |
---|
375 | 376 | /* |
---|
376 | | - * Harcode the blending formula to |
---|
| 377 | + * Hardcode the blending formula to |
---|
377 | 378 | * |
---|
378 | 379 | * DSTc = DSTc * (1 - SRCa) + SRCc * SRCa |
---|
379 | 380 | * DSTa = DSTa * (1 - SRCa) + SRCa |
---|