diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-22 05:50:01 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-23 07:04:21 -0400 |
commit | 5feecc62df44c2ad9834defc7e5c0e6fd6cebb92 (patch) | |
tree | 9e1b6b10998e57c7ec96b5dccbe6f33361b5a4a5 /Documentation/media | |
parent | 243b6935aeeccc4e4e07ded08d2e743f21af3664 (diff) |
[media] v4l2-framework.rst: remove videobuf quick chapter
As we merged the videobuf chapter at the kABI section, and it
is a way more complete, just remove the small videobuf chapter
that came from framework.txt.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media')
-rw-r--r-- | Documentation/media/kapi/v4l2-framework.rst | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Documentation/media/kapi/v4l2-framework.rst b/Documentation/media/kapi/v4l2-framework.rst index c97ffd0d783b..9204d9329124 100644 --- a/Documentation/media/kapi/v4l2-framework.rst +++ b/Documentation/media/kapi/v4l2-framework.rst | |||
@@ -80,22 +80,6 @@ The V4L2 framework also optionally integrates with the media framework. If a | |||
80 | driver sets the struct v4l2_device mdev field, sub-devices and video nodes | 80 | driver sets the struct v4l2_device mdev field, sub-devices and video nodes |
81 | will automatically appear in the media framework as entities. | 81 | will automatically appear in the media framework as entities. |
82 | 82 | ||
83 | |||
84 | |||
85 | video buffer helper functions | ||
86 | ----------------------------- | ||
87 | |||
88 | The v4l2 core API provides a set of standard methods (called "videobuf") | ||
89 | for dealing with video buffers. Those methods allow a driver to implement | ||
90 | read(), mmap() and overlay() in a consistent way. There are currently | ||
91 | methods for using video buffers on devices that supports DMA with | ||
92 | scatter/gather method (videobuf-dma-sg), DMA with linear access | ||
93 | (videobuf-dma-contig), and vmalloced buffers, mostly used on USB drivers | ||
94 | (videobuf-vmalloc). | ||
95 | |||
96 | Please see Documentation/video4linux/videobuf for more information on how | ||
97 | to use the videobuf layer. | ||
98 | |||
99 | struct v4l2_fh | 83 | struct v4l2_fh |
100 | -------------- | 84 | -------------- |
101 | 85 | ||