4 * TI OMAP3 ISP - Generic video node
6 * Copyright (C) 2009-2010 Nokia Corporation
8 * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9 * Sakari Ailus <sakari.ailus@iki.fi>
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
16 #include <asm/cacheflush.h>
17 #include <linux/clk.h>
19 #include <linux/module.h>
20 #include <linux/pagemap.h>
21 #include <linux/scatterlist.h>
22 #include <linux/sched.h>
23 #include <linux/slab.h>
24 #include <linux/vmalloc.h>
26 #include <media/v4l2-dev.h>
27 #include <media/v4l2-ioctl.h>
28 #include <media/v4l2-mc.h>
29 #include <media/videobuf2-dma-contig.h>
35 /* -----------------------------------------------------------------------------
40 * NOTE: When adding new media bus codes, always remember to add
41 * corresponding in-memory formats to the table below!!!
43 static struct isp_format_info formats
[] = {
44 { MEDIA_BUS_FMT_Y8_1X8
, MEDIA_BUS_FMT_Y8_1X8
,
45 MEDIA_BUS_FMT_Y8_1X8
, MEDIA_BUS_FMT_Y8_1X8
,
46 V4L2_PIX_FMT_GREY
, 8, 1, },
47 { MEDIA_BUS_FMT_Y10_1X10
, MEDIA_BUS_FMT_Y10_1X10
,
48 MEDIA_BUS_FMT_Y10_1X10
, MEDIA_BUS_FMT_Y8_1X8
,
49 V4L2_PIX_FMT_Y10
, 10, 2, },
50 { MEDIA_BUS_FMT_Y12_1X12
, MEDIA_BUS_FMT_Y10_1X10
,
51 MEDIA_BUS_FMT_Y12_1X12
, MEDIA_BUS_FMT_Y8_1X8
,
52 V4L2_PIX_FMT_Y12
, 12, 2, },
53 { MEDIA_BUS_FMT_SBGGR8_1X8
, MEDIA_BUS_FMT_SBGGR8_1X8
,
54 MEDIA_BUS_FMT_SBGGR8_1X8
, MEDIA_BUS_FMT_SBGGR8_1X8
,
55 V4L2_PIX_FMT_SBGGR8
, 8, 1, },
56 { MEDIA_BUS_FMT_SGBRG8_1X8
, MEDIA_BUS_FMT_SGBRG8_1X8
,
57 MEDIA_BUS_FMT_SGBRG8_1X8
, MEDIA_BUS_FMT_SGBRG8_1X8
,
58 V4L2_PIX_FMT_SGBRG8
, 8, 1, },
59 { MEDIA_BUS_FMT_SGRBG8_1X8
, MEDIA_BUS_FMT_SGRBG8_1X8
,
60 MEDIA_BUS_FMT_SGRBG8_1X8
, MEDIA_BUS_FMT_SGRBG8_1X8
,
61 V4L2_PIX_FMT_SGRBG8
, 8, 1, },
62 { MEDIA_BUS_FMT_SRGGB8_1X8
, MEDIA_BUS_FMT_SRGGB8_1X8
,
63 MEDIA_BUS_FMT_SRGGB8_1X8
, MEDIA_BUS_FMT_SRGGB8_1X8
,
64 V4L2_PIX_FMT_SRGGB8
, 8, 1, },
65 { MEDIA_BUS_FMT_SBGGR10_DPCM8_1X8
, MEDIA_BUS_FMT_SBGGR10_DPCM8_1X8
,
66 MEDIA_BUS_FMT_SBGGR10_1X10
, 0,
67 V4L2_PIX_FMT_SBGGR10DPCM8
, 8, 1, },
68 { MEDIA_BUS_FMT_SGBRG10_DPCM8_1X8
, MEDIA_BUS_FMT_SGBRG10_DPCM8_1X8
,
69 MEDIA_BUS_FMT_SGBRG10_1X10
, 0,
70 V4L2_PIX_FMT_SGBRG10DPCM8
, 8, 1, },
71 { MEDIA_BUS_FMT_SGRBG10_DPCM8_1X8
, MEDIA_BUS_FMT_SGRBG10_DPCM8_1X8
,
72 MEDIA_BUS_FMT_SGRBG10_1X10
, 0,
73 V4L2_PIX_FMT_SGRBG10DPCM8
, 8, 1, },
74 { MEDIA_BUS_FMT_SRGGB10_DPCM8_1X8
, MEDIA_BUS_FMT_SRGGB10_DPCM8_1X8
,
75 MEDIA_BUS_FMT_SRGGB10_1X10
, 0,
76 V4L2_PIX_FMT_SRGGB10DPCM8
, 8, 1, },
77 { MEDIA_BUS_FMT_SBGGR10_1X10
, MEDIA_BUS_FMT_SBGGR10_1X10
,
78 MEDIA_BUS_FMT_SBGGR10_1X10
, MEDIA_BUS_FMT_SBGGR8_1X8
,
79 V4L2_PIX_FMT_SBGGR10
, 10, 2, },
80 { MEDIA_BUS_FMT_SGBRG10_1X10
, MEDIA_BUS_FMT_SGBRG10_1X10
,
81 MEDIA_BUS_FMT_SGBRG10_1X10
, MEDIA_BUS_FMT_SGBRG8_1X8
,
82 V4L2_PIX_FMT_SGBRG10
, 10, 2, },
83 { MEDIA_BUS_FMT_SGRBG10_1X10
, MEDIA_BUS_FMT_SGRBG10_1X10
,
84 MEDIA_BUS_FMT_SGRBG10_1X10
, MEDIA_BUS_FMT_SGRBG8_1X8
,
85 V4L2_PIX_FMT_SGRBG10
, 10, 2, },
86 { MEDIA_BUS_FMT_SRGGB10_1X10
, MEDIA_BUS_FMT_SRGGB10_1X10
,
87 MEDIA_BUS_FMT_SRGGB10_1X10
, MEDIA_BUS_FMT_SRGGB8_1X8
,
88 V4L2_PIX_FMT_SRGGB10
, 10, 2, },
89 { MEDIA_BUS_FMT_SBGGR12_1X12
, MEDIA_BUS_FMT_SBGGR10_1X10
,
90 MEDIA_BUS_FMT_SBGGR12_1X12
, MEDIA_BUS_FMT_SBGGR8_1X8
,
91 V4L2_PIX_FMT_SBGGR12
, 12, 2, },
92 { MEDIA_BUS_FMT_SGBRG12_1X12
, MEDIA_BUS_FMT_SGBRG10_1X10
,
93 MEDIA_BUS_FMT_SGBRG12_1X12
, MEDIA_BUS_FMT_SGBRG8_1X8
,
94 V4L2_PIX_FMT_SGBRG12
, 12, 2, },
95 { MEDIA_BUS_FMT_SGRBG12_1X12
, MEDIA_BUS_FMT_SGRBG10_1X10
,
96 MEDIA_BUS_FMT_SGRBG12_1X12
, MEDIA_BUS_FMT_SGRBG8_1X8
,
97 V4L2_PIX_FMT_SGRBG12
, 12, 2, },
98 { MEDIA_BUS_FMT_SRGGB12_1X12
, MEDIA_BUS_FMT_SRGGB10_1X10
,
99 MEDIA_BUS_FMT_SRGGB12_1X12
, MEDIA_BUS_FMT_SRGGB8_1X8
,
100 V4L2_PIX_FMT_SRGGB12
, 12, 2, },
101 { MEDIA_BUS_FMT_UYVY8_1X16
, MEDIA_BUS_FMT_UYVY8_1X16
,
102 MEDIA_BUS_FMT_UYVY8_1X16
, 0,
103 V4L2_PIX_FMT_UYVY
, 16, 2, },
104 { MEDIA_BUS_FMT_YUYV8_1X16
, MEDIA_BUS_FMT_YUYV8_1X16
,
105 MEDIA_BUS_FMT_YUYV8_1X16
, 0,
106 V4L2_PIX_FMT_YUYV
, 16, 2, },
107 { MEDIA_BUS_FMT_UYVY8_2X8
, MEDIA_BUS_FMT_UYVY8_2X8
,
108 MEDIA_BUS_FMT_UYVY8_2X8
, 0,
109 V4L2_PIX_FMT_UYVY
, 8, 2, },
110 { MEDIA_BUS_FMT_YUYV8_2X8
, MEDIA_BUS_FMT_YUYV8_2X8
,
111 MEDIA_BUS_FMT_YUYV8_2X8
, 0,
112 V4L2_PIX_FMT_YUYV
, 8, 2, },
113 /* Empty entry to catch the unsupported pixel code (0) used by the CCDC
114 * module and avoid NULL pointer dereferences.
119 const struct isp_format_info
*omap3isp_video_format_info(u32 code
)
123 for (i
= 0; i
< ARRAY_SIZE(formats
); ++i
) {
124 if (formats
[i
].code
== code
)
132 * isp_video_mbus_to_pix - Convert v4l2_mbus_framefmt to v4l2_pix_format
133 * @video: ISP video instance
134 * @mbus: v4l2_mbus_framefmt format (input)
135 * @pix: v4l2_pix_format format (output)
137 * Fill the output pix structure with information from the input mbus format.
138 * The bytesperline and sizeimage fields are computed from the requested bytes
139 * per line value in the pix format and information from the video instance.
141 * Return the number of padding bytes at end of line.
143 static unsigned int isp_video_mbus_to_pix(const struct isp_video
*video
,
144 const struct v4l2_mbus_framefmt
*mbus
,
145 struct v4l2_pix_format
*pix
)
147 unsigned int bpl
= pix
->bytesperline
;
148 unsigned int min_bpl
;
151 memset(pix
, 0, sizeof(*pix
));
152 pix
->width
= mbus
->width
;
153 pix
->height
= mbus
->height
;
155 for (i
= 0; i
< ARRAY_SIZE(formats
); ++i
) {
156 if (formats
[i
].code
== mbus
->code
)
160 if (WARN_ON(i
== ARRAY_SIZE(formats
)))
163 min_bpl
= pix
->width
* formats
[i
].bpp
;
165 /* Clamp the requested bytes per line value. If the maximum bytes per
166 * line value is zero, the module doesn't support user configurable line
167 * sizes. Override the requested value with the minimum in that case.
170 bpl
= clamp(bpl
, min_bpl
, video
->bpl_max
);
174 if (!video
->bpl_zero_padding
|| bpl
!= min_bpl
)
175 bpl
= ALIGN(bpl
, video
->bpl_alignment
);
177 pix
->pixelformat
= formats
[i
].pixelformat
;
178 pix
->bytesperline
= bpl
;
179 pix
->sizeimage
= pix
->bytesperline
* pix
->height
;
180 pix
->colorspace
= mbus
->colorspace
;
181 pix
->field
= mbus
->field
;
183 return bpl
- min_bpl
;
186 static void isp_video_pix_to_mbus(const struct v4l2_pix_format
*pix
,
187 struct v4l2_mbus_framefmt
*mbus
)
191 memset(mbus
, 0, sizeof(*mbus
));
192 mbus
->width
= pix
->width
;
193 mbus
->height
= pix
->height
;
195 /* Skip the last format in the loop so that it will be selected if no
198 for (i
= 0; i
< ARRAY_SIZE(formats
) - 1; ++i
) {
199 if (formats
[i
].pixelformat
== pix
->pixelformat
)
203 mbus
->code
= formats
[i
].code
;
204 mbus
->colorspace
= pix
->colorspace
;
205 mbus
->field
= pix
->field
;
208 static struct v4l2_subdev
*
209 isp_video_remote_subdev(struct isp_video
*video
, u32
*pad
)
211 struct media_pad
*remote
;
213 remote
= media_entity_remote_pad(&video
->pad
);
215 if (!remote
|| !is_media_entity_v4l2_subdev(remote
->entity
))
219 *pad
= remote
->index
;
221 return media_entity_to_v4l2_subdev(remote
->entity
);
224 /* Return a pointer to the ISP video instance at the far end of the pipeline. */
225 static int isp_video_get_graph_data(struct isp_video
*video
,
226 struct isp_pipeline
*pipe
)
228 struct media_graph graph
;
229 struct media_entity
*entity
= &video
->video
.entity
;
230 struct media_device
*mdev
= entity
->graph_obj
.mdev
;
231 struct isp_video
*far_end
= NULL
;
234 mutex_lock(&mdev
->graph_mutex
);
235 ret
= media_graph_walk_init(&graph
, mdev
);
237 mutex_unlock(&mdev
->graph_mutex
);
241 media_graph_walk_start(&graph
, entity
);
243 while ((entity
= media_graph_walk_next(&graph
))) {
244 struct isp_video
*__video
;
246 media_entity_enum_set(&pipe
->ent_enum
, entity
);
251 if (entity
== &video
->video
.entity
)
254 if (!is_media_entity_v4l2_video_device(entity
))
257 __video
= to_isp_video(media_entity_to_video_device(entity
));
258 if (__video
->type
!= video
->type
)
262 mutex_unlock(&mdev
->graph_mutex
);
264 media_graph_walk_cleanup(&graph
);
266 if (video
->type
== V4L2_BUF_TYPE_VIDEO_CAPTURE
) {
267 pipe
->input
= far_end
;
268 pipe
->output
= video
;
274 pipe
->output
= far_end
;
281 __isp_video_get_format(struct isp_video
*video
, struct v4l2_format
*format
)
283 struct v4l2_subdev_format fmt
;
284 struct v4l2_subdev
*subdev
;
288 subdev
= isp_video_remote_subdev(video
, &pad
);
293 fmt
.which
= V4L2_SUBDEV_FORMAT_ACTIVE
;
295 mutex_lock(&video
->mutex
);
296 ret
= v4l2_subdev_call(subdev
, pad
, get_fmt
, NULL
, &fmt
);
297 mutex_unlock(&video
->mutex
);
302 format
->type
= video
->type
;
303 return isp_video_mbus_to_pix(video
, &fmt
.format
, &format
->fmt
.pix
);
307 isp_video_check_format(struct isp_video
*video
, struct isp_video_fh
*vfh
)
309 struct v4l2_format format
;
312 memcpy(&format
, &vfh
->format
, sizeof(format
));
313 ret
= __isp_video_get_format(video
, &format
);
317 if (vfh
->format
.fmt
.pix
.pixelformat
!= format
.fmt
.pix
.pixelformat
||
318 vfh
->format
.fmt
.pix
.height
!= format
.fmt
.pix
.height
||
319 vfh
->format
.fmt
.pix
.width
!= format
.fmt
.pix
.width
||
320 vfh
->format
.fmt
.pix
.bytesperline
!= format
.fmt
.pix
.bytesperline
||
321 vfh
->format
.fmt
.pix
.sizeimage
!= format
.fmt
.pix
.sizeimage
||
322 vfh
->format
.fmt
.pix
.field
!= format
.fmt
.pix
.field
)
328 /* -----------------------------------------------------------------------------
329 * Video queue operations
332 static int isp_video_queue_setup(struct vb2_queue
*queue
,
333 unsigned int *count
, unsigned int *num_planes
,
334 unsigned int sizes
[], struct device
*alloc_devs
[])
336 struct isp_video_fh
*vfh
= vb2_get_drv_priv(queue
);
337 struct isp_video
*video
= vfh
->video
;
341 sizes
[0] = vfh
->format
.fmt
.pix
.sizeimage
;
345 *count
= min(*count
, video
->capture_mem
/ PAGE_ALIGN(sizes
[0]));
350 static int isp_video_buffer_prepare(struct vb2_buffer
*buf
)
352 struct vb2_v4l2_buffer
*vbuf
= to_vb2_v4l2_buffer(buf
);
353 struct isp_video_fh
*vfh
= vb2_get_drv_priv(buf
->vb2_queue
);
354 struct isp_buffer
*buffer
= to_isp_buffer(vbuf
);
355 struct isp_video
*video
= vfh
->video
;
358 /* Refuse to prepare the buffer is the video node has registered an
359 * error. We don't need to take any lock here as the operation is
360 * inherently racy. The authoritative check will be performed in the
361 * queue handler, which can't return an error, this check is just a best
362 * effort to notify userspace as early as possible.
364 if (unlikely(video
->error
))
367 addr
= vb2_dma_contig_plane_dma_addr(buf
, 0);
368 if (!IS_ALIGNED(addr
, 32)) {
369 dev_dbg(video
->isp
->dev
,
370 "Buffer address must be aligned to 32 bytes boundary.\n");
374 vb2_set_plane_payload(&buffer
->vb
.vb2_buf
, 0,
375 vfh
->format
.fmt
.pix
.sizeimage
);
382 * isp_video_buffer_queue - Add buffer to streaming queue
385 * In memory-to-memory mode, start streaming on the pipeline if buffers are
386 * queued on both the input and the output, if the pipeline isn't already busy.
387 * If the pipeline is busy, it will be restarted in the output module interrupt
390 static void isp_video_buffer_queue(struct vb2_buffer
*buf
)
392 struct vb2_v4l2_buffer
*vbuf
= to_vb2_v4l2_buffer(buf
);
393 struct isp_video_fh
*vfh
= vb2_get_drv_priv(buf
->vb2_queue
);
394 struct isp_buffer
*buffer
= to_isp_buffer(vbuf
);
395 struct isp_video
*video
= vfh
->video
;
396 struct isp_pipeline
*pipe
= to_isp_pipeline(&video
->video
.entity
);
397 enum isp_pipeline_state state
;
402 spin_lock_irqsave(&video
->irqlock
, flags
);
404 if (unlikely(video
->error
)) {
405 vb2_buffer_done(&buffer
->vb
.vb2_buf
, VB2_BUF_STATE_ERROR
);
406 spin_unlock_irqrestore(&video
->irqlock
, flags
);
410 empty
= list_empty(&video
->dmaqueue
);
411 list_add_tail(&buffer
->irqlist
, &video
->dmaqueue
);
413 spin_unlock_irqrestore(&video
->irqlock
, flags
);
416 if (video
->type
== V4L2_BUF_TYPE_VIDEO_CAPTURE
)
417 state
= ISP_PIPELINE_QUEUE_OUTPUT
;
419 state
= ISP_PIPELINE_QUEUE_INPUT
;
421 spin_lock_irqsave(&pipe
->lock
, flags
);
422 pipe
->state
|= state
;
423 video
->ops
->queue(video
, buffer
);
424 video
->dmaqueue_flags
|= ISP_VIDEO_DMAQUEUE_QUEUED
;
426 start
= isp_pipeline_ready(pipe
);
428 pipe
->state
|= ISP_PIPELINE_STREAM
;
429 spin_unlock_irqrestore(&pipe
->lock
, flags
);
432 omap3isp_pipeline_set_stream(pipe
,
433 ISP_PIPELINE_STREAM_SINGLESHOT
);
438 * omap3isp_video_return_buffers - Return all queued buffers to videobuf2
439 * @video: ISP video object
440 * @state: new state for the returned buffers
442 * Return all buffers queued on the video node to videobuf2 in the given state.
443 * The buffer state should be VB2_BUF_STATE_QUEUED if called due to an error
444 * when starting the stream, or VB2_BUF_STATE_ERROR otherwise.
446 * The function must be called with the video irqlock held.
448 static void omap3isp_video_return_buffers(struct isp_video
*video
,
449 enum vb2_buffer_state state
)
451 while (!list_empty(&video
->dmaqueue
)) {
452 struct isp_buffer
*buf
;
454 buf
= list_first_entry(&video
->dmaqueue
,
455 struct isp_buffer
, irqlist
);
456 list_del(&buf
->irqlist
);
457 vb2_buffer_done(&buf
->vb
.vb2_buf
, state
);
461 static int isp_video_start_streaming(struct vb2_queue
*queue
,
464 struct isp_video_fh
*vfh
= vb2_get_drv_priv(queue
);
465 struct isp_video
*video
= vfh
->video
;
466 struct isp_pipeline
*pipe
= to_isp_pipeline(&video
->video
.entity
);
470 /* In sensor-to-memory mode, the stream can be started synchronously
471 * to the stream on command. In memory-to-memory mode, it will be
472 * started when buffers are queued on both the input and output.
477 ret
= omap3isp_pipeline_set_stream(pipe
,
478 ISP_PIPELINE_STREAM_CONTINUOUS
);
480 spin_lock_irqsave(&video
->irqlock
, flags
);
481 omap3isp_video_return_buffers(video
, VB2_BUF_STATE_QUEUED
);
482 spin_unlock_irqrestore(&video
->irqlock
, flags
);
486 spin_lock_irqsave(&video
->irqlock
, flags
);
487 if (list_empty(&video
->dmaqueue
))
488 video
->dmaqueue_flags
|= ISP_VIDEO_DMAQUEUE_UNDERRUN
;
489 spin_unlock_irqrestore(&video
->irqlock
, flags
);
494 static const struct vb2_ops isp_video_queue_ops
= {
495 .queue_setup
= isp_video_queue_setup
,
496 .buf_prepare
= isp_video_buffer_prepare
,
497 .buf_queue
= isp_video_buffer_queue
,
498 .start_streaming
= isp_video_start_streaming
,
502 * omap3isp_video_buffer_next - Complete the current buffer and return the next
503 * @video: ISP video object
505 * Remove the current video buffer from the DMA queue and fill its timestamp and
506 * field count before handing it back to videobuf2.
508 * For capture video nodes the buffer state is set to VB2_BUF_STATE_DONE if no
509 * error has been flagged in the pipeline, or to VB2_BUF_STATE_ERROR otherwise.
510 * For video output nodes the buffer state is always set to VB2_BUF_STATE_DONE.
512 * The DMA queue is expected to contain at least one buffer.
514 * Return a pointer to the next buffer in the DMA queue, or NULL if the queue is
517 struct isp_buffer
*omap3isp_video_buffer_next(struct isp_video
*video
)
519 struct isp_pipeline
*pipe
= to_isp_pipeline(&video
->video
.entity
);
520 enum vb2_buffer_state vb_state
;
521 struct isp_buffer
*buf
;
524 spin_lock_irqsave(&video
->irqlock
, flags
);
525 if (WARN_ON(list_empty(&video
->dmaqueue
))) {
526 spin_unlock_irqrestore(&video
->irqlock
, flags
);
530 buf
= list_first_entry(&video
->dmaqueue
, struct isp_buffer
,
532 list_del(&buf
->irqlist
);
533 spin_unlock_irqrestore(&video
->irqlock
, flags
);
535 buf
->vb
.vb2_buf
.timestamp
= ktime_get_ns();
537 /* Do frame number propagation only if this is the output video node.
538 * Frame number either comes from the CSI receivers or it gets
539 * incremented here if H3A is not active.
540 * Note: There is no guarantee that the output buffer will finish
541 * first, so the input number might lag behind by 1 in some cases.
543 if (video
== pipe
->output
&& !pipe
->do_propagation
)
545 atomic_inc_return(&pipe
->frame_number
);
547 buf
->vb
.sequence
= atomic_read(&pipe
->frame_number
);
549 if (pipe
->field
!= V4L2_FIELD_NONE
)
550 buf
->vb
.sequence
/= 2;
552 buf
->vb
.field
= pipe
->field
;
554 /* Report pipeline errors to userspace on the capture device side. */
555 if (video
->type
== V4L2_BUF_TYPE_VIDEO_CAPTURE
&& pipe
->error
) {
556 vb_state
= VB2_BUF_STATE_ERROR
;
559 vb_state
= VB2_BUF_STATE_DONE
;
562 vb2_buffer_done(&buf
->vb
.vb2_buf
, vb_state
);
564 spin_lock_irqsave(&video
->irqlock
, flags
);
566 if (list_empty(&video
->dmaqueue
)) {
567 enum isp_pipeline_state state
;
569 spin_unlock_irqrestore(&video
->irqlock
, flags
);
571 if (video
->type
== V4L2_BUF_TYPE_VIDEO_CAPTURE
)
572 state
= ISP_PIPELINE_QUEUE_OUTPUT
573 | ISP_PIPELINE_STREAM
;
575 state
= ISP_PIPELINE_QUEUE_INPUT
576 | ISP_PIPELINE_STREAM
;
578 spin_lock_irqsave(&pipe
->lock
, flags
);
579 pipe
->state
&= ~state
;
580 if (video
->pipe
.stream_state
== ISP_PIPELINE_STREAM_CONTINUOUS
)
581 video
->dmaqueue_flags
|= ISP_VIDEO_DMAQUEUE_UNDERRUN
;
582 spin_unlock_irqrestore(&pipe
->lock
, flags
);
586 if (video
->type
== V4L2_BUF_TYPE_VIDEO_CAPTURE
&& pipe
->input
!= NULL
) {
587 spin_lock(&pipe
->lock
);
588 pipe
->state
&= ~ISP_PIPELINE_STREAM
;
589 spin_unlock(&pipe
->lock
);
592 buf
= list_first_entry(&video
->dmaqueue
, struct isp_buffer
,
595 spin_unlock_irqrestore(&video
->irqlock
, flags
);
601 * omap3isp_video_cancel_stream - Cancel stream on a video node
602 * @video: ISP video object
604 * Cancelling a stream returns all buffers queued on the video node to videobuf2
605 * in the erroneous state and makes sure no new buffer can be queued.
607 void omap3isp_video_cancel_stream(struct isp_video
*video
)
611 spin_lock_irqsave(&video
->irqlock
, flags
);
612 omap3isp_video_return_buffers(video
, VB2_BUF_STATE_ERROR
);
614 spin_unlock_irqrestore(&video
->irqlock
, flags
);
618 * omap3isp_video_resume - Perform resume operation on the buffers
619 * @video: ISP video object
620 * @continuous: Pipeline is in single shot mode if 0 or continuous mode otherwise
622 * This function is intended to be used on suspend/resume scenario. It
623 * requests video queue layer to discard buffers marked as DONE if it's in
624 * continuous mode and requests ISP modules to queue again the ACTIVE buffer
627 void omap3isp_video_resume(struct isp_video
*video
, int continuous
)
629 struct isp_buffer
*buf
= NULL
;
631 if (continuous
&& video
->type
== V4L2_BUF_TYPE_VIDEO_CAPTURE
) {
632 mutex_lock(&video
->queue_lock
);
633 vb2_discard_done(video
->queue
);
634 mutex_unlock(&video
->queue_lock
);
637 if (!list_empty(&video
->dmaqueue
)) {
638 buf
= list_first_entry(&video
->dmaqueue
,
639 struct isp_buffer
, irqlist
);
640 video
->ops
->queue(video
, buf
);
641 video
->dmaqueue_flags
|= ISP_VIDEO_DMAQUEUE_QUEUED
;
644 video
->dmaqueue_flags
|= ISP_VIDEO_DMAQUEUE_UNDERRUN
;
648 /* -----------------------------------------------------------------------------
653 isp_video_querycap(struct file
*file
, void *fh
, struct v4l2_capability
*cap
)
655 struct isp_video
*video
= video_drvdata(file
);
657 strlcpy(cap
->driver
, ISP_VIDEO_DRIVER_NAME
, sizeof(cap
->driver
));
658 strlcpy(cap
->card
, video
->video
.name
, sizeof(cap
->card
));
659 strlcpy(cap
->bus_info
, "media", sizeof(cap
->bus_info
));
661 cap
->capabilities
= V4L2_CAP_VIDEO_CAPTURE
| V4L2_CAP_VIDEO_OUTPUT
662 | V4L2_CAP_STREAMING
| V4L2_CAP_DEVICE_CAPS
;
664 if (video
->type
== V4L2_BUF_TYPE_VIDEO_CAPTURE
)
665 cap
->device_caps
= V4L2_CAP_VIDEO_CAPTURE
| V4L2_CAP_STREAMING
;
667 cap
->device_caps
= V4L2_CAP_VIDEO_OUTPUT
| V4L2_CAP_STREAMING
;
673 isp_video_get_format(struct file
*file
, void *fh
, struct v4l2_format
*format
)
675 struct isp_video_fh
*vfh
= to_isp_video_fh(fh
);
676 struct isp_video
*video
= video_drvdata(file
);
678 if (format
->type
!= video
->type
)
681 mutex_lock(&video
->mutex
);
682 *format
= vfh
->format
;
683 mutex_unlock(&video
->mutex
);
689 isp_video_set_format(struct file
*file
, void *fh
, struct v4l2_format
*format
)
691 struct isp_video_fh
*vfh
= to_isp_video_fh(fh
);
692 struct isp_video
*video
= video_drvdata(file
);
693 struct v4l2_mbus_framefmt fmt
;
695 if (format
->type
!= video
->type
)
698 /* Replace unsupported field orders with sane defaults. */
699 switch (format
->fmt
.pix
.field
) {
700 case V4L2_FIELD_NONE
:
701 /* Progressive is supported everywhere. */
703 case V4L2_FIELD_ALTERNATE
:
704 /* ALTERNATE is not supported on output nodes. */
705 if (video
->type
== V4L2_BUF_TYPE_VIDEO_OUTPUT
)
706 format
->fmt
.pix
.field
= V4L2_FIELD_NONE
;
708 case V4L2_FIELD_INTERLACED
:
709 /* The ISP has no concept of video standard, select the
710 * top-bottom order when the unqualified interlaced order is
713 format
->fmt
.pix
.field
= V4L2_FIELD_INTERLACED_TB
;
715 case V4L2_FIELD_INTERLACED_TB
:
716 case V4L2_FIELD_INTERLACED_BT
:
717 /* Interlaced orders are only supported at the CCDC output. */
718 if (video
!= &video
->isp
->isp_ccdc
.video_out
)
719 format
->fmt
.pix
.field
= V4L2_FIELD_NONE
;
722 case V4L2_FIELD_BOTTOM
:
723 case V4L2_FIELD_SEQ_TB
:
724 case V4L2_FIELD_SEQ_BT
:
726 /* All other field orders are currently unsupported, default to
729 format
->fmt
.pix
.field
= V4L2_FIELD_NONE
;
733 /* Fill the bytesperline and sizeimage fields by converting to media bus
734 * format and back to pixel format.
736 isp_video_pix_to_mbus(&format
->fmt
.pix
, &fmt
);
737 isp_video_mbus_to_pix(video
, &fmt
, &format
->fmt
.pix
);
739 mutex_lock(&video
->mutex
);
740 vfh
->format
= *format
;
741 mutex_unlock(&video
->mutex
);
747 isp_video_try_format(struct file
*file
, void *fh
, struct v4l2_format
*format
)
749 struct isp_video
*video
= video_drvdata(file
);
750 struct v4l2_subdev_format fmt
;
751 struct v4l2_subdev
*subdev
;
755 if (format
->type
!= video
->type
)
758 subdev
= isp_video_remote_subdev(video
, &pad
);
762 isp_video_pix_to_mbus(&format
->fmt
.pix
, &fmt
.format
);
765 fmt
.which
= V4L2_SUBDEV_FORMAT_ACTIVE
;
766 ret
= v4l2_subdev_call(subdev
, pad
, get_fmt
, NULL
, &fmt
);
768 return ret
== -ENOIOCTLCMD
? -ENOTTY
: ret
;
770 isp_video_mbus_to_pix(video
, &fmt
.format
, &format
->fmt
.pix
);
775 isp_video_get_selection(struct file
*file
, void *fh
, struct v4l2_selection
*sel
)
777 struct isp_video
*video
= video_drvdata(file
);
778 struct v4l2_subdev_format format
;
779 struct v4l2_subdev
*subdev
;
780 struct v4l2_subdev_selection sdsel
= {
781 .which
= V4L2_SUBDEV_FORMAT_ACTIVE
,
782 .target
= sel
->target
,
787 switch (sel
->target
) {
788 case V4L2_SEL_TGT_CROP
:
789 case V4L2_SEL_TGT_CROP_BOUNDS
:
790 case V4L2_SEL_TGT_CROP_DEFAULT
:
791 if (video
->type
== V4L2_BUF_TYPE_VIDEO_OUTPUT
)
794 case V4L2_SEL_TGT_COMPOSE
:
795 case V4L2_SEL_TGT_COMPOSE_BOUNDS
:
796 case V4L2_SEL_TGT_COMPOSE_DEFAULT
:
797 if (video
->type
== V4L2_BUF_TYPE_VIDEO_CAPTURE
)
803 subdev
= isp_video_remote_subdev(video
, &pad
);
807 /* Try the get selection operation first and fallback to get format if not
811 ret
= v4l2_subdev_call(subdev
, pad
, get_selection
, NULL
, &sdsel
);
814 if (ret
!= -ENOIOCTLCMD
)
818 format
.which
= V4L2_SUBDEV_FORMAT_ACTIVE
;
819 ret
= v4l2_subdev_call(subdev
, pad
, get_fmt
, NULL
, &format
);
821 return ret
== -ENOIOCTLCMD
? -ENOTTY
: ret
;
825 sel
->r
.width
= format
.format
.width
;
826 sel
->r
.height
= format
.format
.height
;
832 isp_video_set_selection(struct file
*file
, void *fh
, struct v4l2_selection
*sel
)
834 struct isp_video
*video
= video_drvdata(file
);
835 struct v4l2_subdev
*subdev
;
836 struct v4l2_subdev_selection sdsel
= {
837 .which
= V4L2_SUBDEV_FORMAT_ACTIVE
,
838 .target
= sel
->target
,
845 switch (sel
->target
) {
846 case V4L2_SEL_TGT_CROP
:
847 if (video
->type
== V4L2_BUF_TYPE_VIDEO_OUTPUT
)
850 case V4L2_SEL_TGT_COMPOSE
:
851 if (video
->type
== V4L2_BUF_TYPE_VIDEO_CAPTURE
)
857 subdev
= isp_video_remote_subdev(video
, &pad
);
862 mutex_lock(&video
->mutex
);
863 ret
= v4l2_subdev_call(subdev
, pad
, set_selection
, NULL
, &sdsel
);
864 mutex_unlock(&video
->mutex
);
868 return ret
== -ENOIOCTLCMD
? -ENOTTY
: ret
;
872 isp_video_get_param(struct file
*file
, void *fh
, struct v4l2_streamparm
*a
)
874 struct isp_video_fh
*vfh
= to_isp_video_fh(fh
);
875 struct isp_video
*video
= video_drvdata(file
);
877 if (video
->type
!= V4L2_BUF_TYPE_VIDEO_OUTPUT
||
878 video
->type
!= a
->type
)
881 memset(a
, 0, sizeof(*a
));
882 a
->type
= V4L2_BUF_TYPE_VIDEO_OUTPUT
;
883 a
->parm
.output
.capability
= V4L2_CAP_TIMEPERFRAME
;
884 a
->parm
.output
.timeperframe
= vfh
->timeperframe
;
890 isp_video_set_param(struct file
*file
, void *fh
, struct v4l2_streamparm
*a
)
892 struct isp_video_fh
*vfh
= to_isp_video_fh(fh
);
893 struct isp_video
*video
= video_drvdata(file
);
895 if (video
->type
!= V4L2_BUF_TYPE_VIDEO_OUTPUT
||
896 video
->type
!= a
->type
)
899 if (a
->parm
.output
.timeperframe
.denominator
== 0)
900 a
->parm
.output
.timeperframe
.denominator
= 1;
902 vfh
->timeperframe
= a
->parm
.output
.timeperframe
;
908 isp_video_reqbufs(struct file
*file
, void *fh
, struct v4l2_requestbuffers
*rb
)
910 struct isp_video_fh
*vfh
= to_isp_video_fh(fh
);
911 struct isp_video
*video
= video_drvdata(file
);
914 mutex_lock(&video
->queue_lock
);
915 ret
= vb2_reqbufs(&vfh
->queue
, rb
);
916 mutex_unlock(&video
->queue_lock
);
922 isp_video_querybuf(struct file
*file
, void *fh
, struct v4l2_buffer
*b
)
924 struct isp_video_fh
*vfh
= to_isp_video_fh(fh
);
925 struct isp_video
*video
= video_drvdata(file
);
928 mutex_lock(&video
->queue_lock
);
929 ret
= vb2_querybuf(&vfh
->queue
, b
);
930 mutex_unlock(&video
->queue_lock
);
936 isp_video_qbuf(struct file
*file
, void *fh
, struct v4l2_buffer
*b
)
938 struct isp_video_fh
*vfh
= to_isp_video_fh(fh
);
939 struct isp_video
*video
= video_drvdata(file
);
942 mutex_lock(&video
->queue_lock
);
943 ret
= vb2_qbuf(&vfh
->queue
, b
);
944 mutex_unlock(&video
->queue_lock
);
950 isp_video_dqbuf(struct file
*file
, void *fh
, struct v4l2_buffer
*b
)
952 struct isp_video_fh
*vfh
= to_isp_video_fh(fh
);
953 struct isp_video
*video
= video_drvdata(file
);
956 mutex_lock(&video
->queue_lock
);
957 ret
= vb2_dqbuf(&vfh
->queue
, b
, file
->f_flags
& O_NONBLOCK
);
958 mutex_unlock(&video
->queue_lock
);
963 static int isp_video_check_external_subdevs(struct isp_video
*video
,
964 struct isp_pipeline
*pipe
)
966 struct isp_device
*isp
= video
->isp
;
967 struct media_entity
*ents
[] = {
968 &isp
->isp_csi2a
.subdev
.entity
,
969 &isp
->isp_csi2c
.subdev
.entity
,
970 &isp
->isp_ccp2
.subdev
.entity
,
971 &isp
->isp_ccdc
.subdev
.entity
973 struct media_pad
*source_pad
;
974 struct media_entity
*source
= NULL
;
975 struct media_entity
*sink
;
976 struct v4l2_subdev_format fmt
;
977 struct v4l2_ext_controls ctrls
;
978 struct v4l2_ext_control ctrl
;
982 /* Memory-to-memory pipelines have no external subdev. */
983 if (pipe
->input
!= NULL
)
986 for (i
= 0; i
< ARRAY_SIZE(ents
); i
++) {
987 /* Is the entity part of the pipeline? */
988 if (!media_entity_enum_test(&pipe
->ent_enum
, ents
[i
]))
991 /* ISP entities have always sink pad == 0. Find source. */
992 source_pad
= media_entity_remote_pad(&ents
[i
]->pads
[0]);
993 if (source_pad
== NULL
)
996 source
= source_pad
->entity
;
1002 dev_warn(isp
->dev
, "can't find source, failing now\n");
1006 if (!is_media_entity_v4l2_subdev(source
))
1009 pipe
->external
= media_entity_to_v4l2_subdev(source
);
1011 fmt
.pad
= source_pad
->index
;
1012 fmt
.which
= V4L2_SUBDEV_FORMAT_ACTIVE
;
1013 ret
= v4l2_subdev_call(media_entity_to_v4l2_subdev(sink
),
1014 pad
, get_fmt
, NULL
, &fmt
);
1015 if (unlikely(ret
< 0)) {
1016 dev_warn(isp
->dev
, "get_fmt returned null!\n");
1020 pipe
->external_width
=
1021 omap3isp_video_format_info(fmt
.format
.code
)->width
;
1023 memset(&ctrls
, 0, sizeof(ctrls
));
1024 memset(&ctrl
, 0, sizeof(ctrl
));
1026 ctrl
.id
= V4L2_CID_PIXEL_RATE
;
1029 ctrls
.controls
= &ctrl
;
1031 ret
= v4l2_g_ext_ctrls(pipe
->external
->ctrl_handler
, &ctrls
);
1033 dev_warn(isp
->dev
, "no pixel rate control in subdev %s\n",
1034 pipe
->external
->name
);
1038 pipe
->external_rate
= ctrl
.value64
;
1040 if (media_entity_enum_test(&pipe
->ent_enum
,
1041 &isp
->isp_ccdc
.subdev
.entity
)) {
1042 unsigned int rate
= UINT_MAX
;
1044 * Check that maximum allowed CCDC pixel rate isn't
1045 * exceeded by the pixel rate.
1047 omap3isp_ccdc_max_rate(&isp
->isp_ccdc
, &rate
);
1048 if (pipe
->external_rate
> rate
)
1058 * Every ISP pipeline has a single input and a single output. The input can be
1059 * either a sensor or a video node. The output is always a video node.
1061 * As every pipeline has an output video node, the ISP video objects at the
1062 * pipeline output stores the pipeline state. It tracks the streaming state of
1063 * both the input and output, as well as the availability of buffers.
1065 * In sensor-to-memory mode, frames are always available at the pipeline input.
1066 * Starting the sensor usually requires I2C transfers and must be done in
1067 * interruptible context. The pipeline is started and stopped synchronously
1068 * to the stream on/off commands. All modules in the pipeline will get their
1069 * subdev set stream handler called. The module at the end of the pipeline must
1070 * delay starting the hardware until buffers are available at its output.
1072 * In memory-to-memory mode, starting/stopping the stream requires
1073 * synchronization between the input and output. ISP modules can't be stopped
1074 * in the middle of a frame, and at least some of the modules seem to become
1075 * busy as soon as they're started, even if they don't receive a frame start
1076 * event. For that reason frames need to be processed in single-shot mode. The
1077 * driver needs to wait until a frame is completely processed and written to
1078 * memory before restarting the pipeline for the next frame. Pipelined
1079 * processing might be possible but requires more testing.
1081 * Stream start must be delayed until buffers are available at both the input
1082 * and output. The pipeline must be started in the videobuf queue callback with
1083 * the buffers queue spinlock held. The modules subdev set stream operation must
1087 isp_video_streamon(struct file
*file
, void *fh
, enum v4l2_buf_type type
)
1089 struct isp_video_fh
*vfh
= to_isp_video_fh(fh
);
1090 struct isp_video
*video
= video_drvdata(file
);
1091 enum isp_pipeline_state state
;
1092 struct isp_pipeline
*pipe
;
1093 unsigned long flags
;
1096 if (type
!= video
->type
)
1099 mutex_lock(&video
->stream_lock
);
1101 /* Start streaming on the pipeline. No link touching an entity in the
1102 * pipeline can be activated or deactivated once streaming is started.
1104 pipe
= video
->video
.entity
.pipe
1105 ? to_isp_pipeline(&video
->video
.entity
) : &video
->pipe
;
1107 ret
= media_entity_enum_init(&pipe
->ent_enum
, &video
->isp
->media_dev
);
1111 /* TODO: Implement PM QoS */
1112 pipe
->l3_ick
= clk_get_rate(video
->isp
->clock
[ISP_CLK_L3_ICK
]);
1113 pipe
->max_rate
= pipe
->l3_ick
;
1115 ret
= media_pipeline_start(&video
->video
.entity
, &pipe
->pipe
);
1117 goto err_pipeline_start
;
1119 /* Verify that the currently configured format matches the output of
1120 * the connected subdev.
1122 ret
= isp_video_check_format(video
, vfh
);
1124 goto err_check_format
;
1126 video
->bpl_padding
= ret
;
1127 video
->bpl_value
= vfh
->format
.fmt
.pix
.bytesperline
;
1129 ret
= isp_video_get_graph_data(video
, pipe
);
1131 goto err_check_format
;
1133 if (video
->type
== V4L2_BUF_TYPE_VIDEO_CAPTURE
)
1134 state
= ISP_PIPELINE_STREAM_OUTPUT
| ISP_PIPELINE_IDLE_OUTPUT
;
1136 state
= ISP_PIPELINE_STREAM_INPUT
| ISP_PIPELINE_IDLE_INPUT
;
1138 ret
= isp_video_check_external_subdevs(video
, pipe
);
1140 goto err_check_format
;
1142 pipe
->error
= false;
1144 spin_lock_irqsave(&pipe
->lock
, flags
);
1145 pipe
->state
&= ~ISP_PIPELINE_STREAM
;
1146 pipe
->state
|= state
;
1147 spin_unlock_irqrestore(&pipe
->lock
, flags
);
1149 /* Set the maximum time per frame as the value requested by userspace.
1150 * This is a soft limit that can be overridden if the hardware doesn't
1151 * support the request limit.
1153 if (video
->type
== V4L2_BUF_TYPE_VIDEO_OUTPUT
)
1154 pipe
->max_timeperframe
= vfh
->timeperframe
;
1156 video
->queue
= &vfh
->queue
;
1157 INIT_LIST_HEAD(&video
->dmaqueue
);
1158 atomic_set(&pipe
->frame_number
, -1);
1159 pipe
->field
= vfh
->format
.fmt
.pix
.field
;
1161 mutex_lock(&video
->queue_lock
);
1162 ret
= vb2_streamon(&vfh
->queue
, type
);
1163 mutex_unlock(&video
->queue_lock
);
1165 goto err_check_format
;
1167 mutex_unlock(&video
->stream_lock
);
1172 media_pipeline_stop(&video
->video
.entity
);
1174 /* TODO: Implement PM QoS */
1175 /* The DMA queue must be emptied here, otherwise CCDC interrupts that
1176 * will get triggered the next time the CCDC is powered up will try to
1177 * access buffers that might have been freed but still present in the
1178 * DMA queue. This can easily get triggered if the above
1179 * omap3isp_pipeline_set_stream() call fails on a system with a
1180 * free-running sensor.
1182 INIT_LIST_HEAD(&video
->dmaqueue
);
1183 video
->queue
= NULL
;
1185 media_entity_enum_cleanup(&pipe
->ent_enum
);
1188 mutex_unlock(&video
->stream_lock
);
1194 isp_video_streamoff(struct file
*file
, void *fh
, enum v4l2_buf_type type
)
1196 struct isp_video_fh
*vfh
= to_isp_video_fh(fh
);
1197 struct isp_video
*video
= video_drvdata(file
);
1198 struct isp_pipeline
*pipe
= to_isp_pipeline(&video
->video
.entity
);
1199 enum isp_pipeline_state state
;
1200 unsigned int streaming
;
1201 unsigned long flags
;
1203 if (type
!= video
->type
)
1206 mutex_lock(&video
->stream_lock
);
1208 /* Make sure we're not streaming yet. */
1209 mutex_lock(&video
->queue_lock
);
1210 streaming
= vb2_is_streaming(&vfh
->queue
);
1211 mutex_unlock(&video
->queue_lock
);
1216 /* Update the pipeline state. */
1217 if (video
->type
== V4L2_BUF_TYPE_VIDEO_CAPTURE
)
1218 state
= ISP_PIPELINE_STREAM_OUTPUT
1219 | ISP_PIPELINE_QUEUE_OUTPUT
;
1221 state
= ISP_PIPELINE_STREAM_INPUT
1222 | ISP_PIPELINE_QUEUE_INPUT
;
1224 spin_lock_irqsave(&pipe
->lock
, flags
);
1225 pipe
->state
&= ~state
;
1226 spin_unlock_irqrestore(&pipe
->lock
, flags
);
1228 /* Stop the stream. */
1229 omap3isp_pipeline_set_stream(pipe
, ISP_PIPELINE_STREAM_STOPPED
);
1230 omap3isp_video_cancel_stream(video
);
1232 mutex_lock(&video
->queue_lock
);
1233 vb2_streamoff(&vfh
->queue
, type
);
1234 mutex_unlock(&video
->queue_lock
);
1235 video
->queue
= NULL
;
1236 video
->error
= false;
1238 /* TODO: Implement PM QoS */
1239 media_pipeline_stop(&video
->video
.entity
);
1241 media_entity_enum_cleanup(&pipe
->ent_enum
);
1244 mutex_unlock(&video
->stream_lock
);
1249 isp_video_enum_input(struct file
*file
, void *fh
, struct v4l2_input
*input
)
1251 if (input
->index
> 0)
1254 strlcpy(input
->name
, "camera", sizeof(input
->name
));
1255 input
->type
= V4L2_INPUT_TYPE_CAMERA
;
1261 isp_video_g_input(struct file
*file
, void *fh
, unsigned int *input
)
1269 isp_video_s_input(struct file
*file
, void *fh
, unsigned int input
)
1271 return input
== 0 ? 0 : -EINVAL
;
1274 static const struct v4l2_ioctl_ops isp_video_ioctl_ops
= {
1275 .vidioc_querycap
= isp_video_querycap
,
1276 .vidioc_g_fmt_vid_cap
= isp_video_get_format
,
1277 .vidioc_s_fmt_vid_cap
= isp_video_set_format
,
1278 .vidioc_try_fmt_vid_cap
= isp_video_try_format
,
1279 .vidioc_g_fmt_vid_out
= isp_video_get_format
,
1280 .vidioc_s_fmt_vid_out
= isp_video_set_format
,
1281 .vidioc_try_fmt_vid_out
= isp_video_try_format
,
1282 .vidioc_g_selection
= isp_video_get_selection
,
1283 .vidioc_s_selection
= isp_video_set_selection
,
1284 .vidioc_g_parm
= isp_video_get_param
,
1285 .vidioc_s_parm
= isp_video_set_param
,
1286 .vidioc_reqbufs
= isp_video_reqbufs
,
1287 .vidioc_querybuf
= isp_video_querybuf
,
1288 .vidioc_qbuf
= isp_video_qbuf
,
1289 .vidioc_dqbuf
= isp_video_dqbuf
,
1290 .vidioc_streamon
= isp_video_streamon
,
1291 .vidioc_streamoff
= isp_video_streamoff
,
1292 .vidioc_enum_input
= isp_video_enum_input
,
1293 .vidioc_g_input
= isp_video_g_input
,
1294 .vidioc_s_input
= isp_video_s_input
,
1297 /* -----------------------------------------------------------------------------
1298 * V4L2 file operations
1301 static int isp_video_open(struct file
*file
)
1303 struct isp_video
*video
= video_drvdata(file
);
1304 struct isp_video_fh
*handle
;
1305 struct vb2_queue
*queue
;
1308 handle
= kzalloc(sizeof(*handle
), GFP_KERNEL
);
1312 v4l2_fh_init(&handle
->vfh
, &video
->video
);
1313 v4l2_fh_add(&handle
->vfh
);
1315 /* If this is the first user, initialise the pipeline. */
1316 if (omap3isp_get(video
->isp
) == NULL
) {
1321 ret
= v4l2_pipeline_pm_use(&video
->video
.entity
, 1);
1323 omap3isp_put(video
->isp
);
1327 queue
= &handle
->queue
;
1328 queue
->type
= video
->type
;
1329 queue
->io_modes
= VB2_MMAP
| VB2_USERPTR
;
1330 queue
->drv_priv
= handle
;
1331 queue
->ops
= &isp_video_queue_ops
;
1332 queue
->mem_ops
= &vb2_dma_contig_memops
;
1333 queue
->buf_struct_size
= sizeof(struct isp_buffer
);
1334 queue
->timestamp_flags
= V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC
;
1335 queue
->dev
= video
->isp
->dev
;
1337 ret
= vb2_queue_init(&handle
->queue
);
1339 omap3isp_put(video
->isp
);
1343 memset(&handle
->format
, 0, sizeof(handle
->format
));
1344 handle
->format
.type
= video
->type
;
1345 handle
->timeperframe
.denominator
= 1;
1347 handle
->video
= video
;
1348 file
->private_data
= &handle
->vfh
;
1352 v4l2_fh_del(&handle
->vfh
);
1353 v4l2_fh_exit(&handle
->vfh
);
1360 static int isp_video_release(struct file
*file
)
1362 struct isp_video
*video
= video_drvdata(file
);
1363 struct v4l2_fh
*vfh
= file
->private_data
;
1364 struct isp_video_fh
*handle
= to_isp_video_fh(vfh
);
1366 /* Disable streaming and free the buffers queue resources. */
1367 isp_video_streamoff(file
, vfh
, video
->type
);
1369 mutex_lock(&video
->queue_lock
);
1370 vb2_queue_release(&handle
->queue
);
1371 mutex_unlock(&video
->queue_lock
);
1373 v4l2_pipeline_pm_use(&video
->video
.entity
, 0);
1375 /* Release the file handle. */
1379 file
->private_data
= NULL
;
1381 omap3isp_put(video
->isp
);
1386 static __poll_t
isp_video_poll(struct file
*file
, poll_table
*wait
)
1388 struct isp_video_fh
*vfh
= to_isp_video_fh(file
->private_data
);
1389 struct isp_video
*video
= video_drvdata(file
);
1392 mutex_lock(&video
->queue_lock
);
1393 ret
= vb2_poll(&vfh
->queue
, file
, wait
);
1394 mutex_unlock(&video
->queue_lock
);
1399 static int isp_video_mmap(struct file
*file
, struct vm_area_struct
*vma
)
1401 struct isp_video_fh
*vfh
= to_isp_video_fh(file
->private_data
);
1403 return vb2_mmap(&vfh
->queue
, vma
);
1406 static const struct v4l2_file_operations isp_video_fops
= {
1407 .owner
= THIS_MODULE
,
1408 .unlocked_ioctl
= video_ioctl2
,
1409 .open
= isp_video_open
,
1410 .release
= isp_video_release
,
1411 .poll
= isp_video_poll
,
1412 .mmap
= isp_video_mmap
,
1415 /* -----------------------------------------------------------------------------
1419 static const struct isp_video_operations isp_video_dummy_ops
= {
1422 int omap3isp_video_init(struct isp_video
*video
, const char *name
)
1424 const char *direction
;
1427 switch (video
->type
) {
1428 case V4L2_BUF_TYPE_VIDEO_CAPTURE
:
1429 direction
= "output";
1430 video
->pad
.flags
= MEDIA_PAD_FL_SINK
1431 | MEDIA_PAD_FL_MUST_CONNECT
;
1433 case V4L2_BUF_TYPE_VIDEO_OUTPUT
:
1434 direction
= "input";
1435 video
->pad
.flags
= MEDIA_PAD_FL_SOURCE
1436 | MEDIA_PAD_FL_MUST_CONNECT
;
1437 video
->video
.vfl_dir
= VFL_DIR_TX
;
1444 ret
= media_entity_pads_init(&video
->video
.entity
, 1, &video
->pad
);
1448 mutex_init(&video
->mutex
);
1449 atomic_set(&video
->active
, 0);
1451 spin_lock_init(&video
->pipe
.lock
);
1452 mutex_init(&video
->stream_lock
);
1453 mutex_init(&video
->queue_lock
);
1454 spin_lock_init(&video
->irqlock
);
1456 /* Initialize the video device. */
1457 if (video
->ops
== NULL
)
1458 video
->ops
= &isp_video_dummy_ops
;
1460 video
->video
.fops
= &isp_video_fops
;
1461 snprintf(video
->video
.name
, sizeof(video
->video
.name
),
1462 "OMAP3 ISP %s %s", name
, direction
);
1463 video
->video
.vfl_type
= VFL_TYPE_GRABBER
;
1464 video
->video
.release
= video_device_release_empty
;
1465 video
->video
.ioctl_ops
= &isp_video_ioctl_ops
;
1466 video
->pipe
.stream_state
= ISP_PIPELINE_STREAM_STOPPED
;
1468 video_set_drvdata(&video
->video
, video
);
1473 void omap3isp_video_cleanup(struct isp_video
*video
)
1475 media_entity_cleanup(&video
->video
.entity
);
1476 mutex_destroy(&video
->queue_lock
);
1477 mutex_destroy(&video
->stream_lock
);
1478 mutex_destroy(&video
->mutex
);
1481 int omap3isp_video_register(struct isp_video
*video
, struct v4l2_device
*vdev
)
1485 video
->video
.v4l2_dev
= vdev
;
1487 ret
= video_register_device(&video
->video
, VFL_TYPE_GRABBER
, -1);
1489 dev_err(video
->isp
->dev
,
1490 "%s: could not register video device (%d)\n",
1496 void omap3isp_video_unregister(struct isp_video
*video
)
1498 if (video_is_registered(&video
->video
))
1499 video_unregister_device(&video
->video
);