aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/videobuf2-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/videobuf2-core.h')
-rw-r--r--include/media/videobuf2-core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/videobuf2-core.h b/include/media/videobuf2-core.h
index e86981d615ae..4a737b2c610b 100644
--- a/include/media/videobuf2-core.h
+++ b/include/media/videobuf2-core.h
@@ -239,6 +239,7 @@ struct vb2_queue;
239 * @num_planes: number of planes in the buffer 239 * @num_planes: number of planes in the buffer
240 * on an internal driver queue. 240 * on an internal driver queue.
241 * @timestamp: frame timestamp in ns. 241 * @timestamp: frame timestamp in ns.
242 * @request: the request this buffer is associated with.
242 * @req_obj: used to bind this buffer to a request. This 243 * @req_obj: used to bind this buffer to a request. This
243 * request object has a refcount. 244 * request object has a refcount.
244 */ 245 */
@@ -249,6 +250,7 @@ struct vb2_buffer {
249 unsigned int memory; 250 unsigned int memory;
250 unsigned int num_planes; 251 unsigned int num_planes;
251 u64 timestamp; 252 u64 timestamp;
253 struct media_request *request;
252 struct media_request_object req_obj; 254 struct media_request_object req_obj;
253 255
254 /* private: internal use only 256 /* private: internal use only