|
@@ -302,6 +302,7 @@ static int vpif_start_streaming(struct vb2_queue *vq, unsigned int count)
|
|
|
|
|
|
/* Set interrupt for both the fields in VPIF
|
|
|
Register enable channel in VPIF register */
|
|
|
+ channel_first_int[VPIF_VIDEO_INDEX][ch->channel_id] = 1;
|
|
|
if (VPIF_CHANNEL2_VIDEO == ch->channel_id) {
|
|
|
channel2_intr_assert();
|
|
|
channel2_intr_enable(1);
|
|
@@ -318,7 +319,6 @@ static int vpif_start_streaming(struct vb2_queue *vq, unsigned int count)
|
|
|
if (vpif_config_data->ch3_clip_en)
|
|
|
channel3_clipping_enable(1);
|
|
|
}
|
|
|
- channel_first_int[VPIF_VIDEO_INDEX][ch->channel_id] = 1;
|
|
|
|
|
|
return 0;
|
|
|
}
|