|
@@ -1060,7 +1060,7 @@ static void resizer_ss_isr(struct vpfe_resizer_device *resizer)
|
|
/* If resizer B is enabled */
|
|
/* If resizer B is enabled */
|
|
if (pipe->output_num > 1 && resizer->resizer_b.output ==
|
|
if (pipe->output_num > 1 && resizer->resizer_b.output ==
|
|
RESIZER_OUTPUT_MEMORY) {
|
|
RESIZER_OUTPUT_MEMORY) {
|
|
- spin_lock(&video_out->dma_queue_lock);
|
|
|
|
|
|
+ spin_lock(&video_out2->dma_queue_lock);
|
|
vpfe_video_process_buffer_complete(video_out2);
|
|
vpfe_video_process_buffer_complete(video_out2);
|
|
video_out2->state = VPFE_VIDEO_BUFFER_NOT_QUEUED;
|
|
video_out2->state = VPFE_VIDEO_BUFFER_NOT_QUEUED;
|
|
vpfe_video_schedule_next_buffer(video_out2);
|
|
vpfe_video_schedule_next_buffer(video_out2);
|