aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/videobuf-vmalloc.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-11-15 06:49:30 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2010-11-15 06:49:30 +0000
commitc94f28c383f58c9de74678e0f1624db9c5f8a8cb (patch)
tree3281184f026cb79cee6c20fe29c994ba654cbbe4 /include/media/videobuf-vmalloc.h
parentdf15315899c0641412bd54b29565a70b078a6ac8 (diff)
parent1bb95834bbcdc969e477a9284cf96c17a4c2616f (diff)
downloadkernel_samsung_smdk4412-c94f28c383f58c9de74678e0f1624db9c5f8a8cb.zip
kernel_samsung_smdk4412-c94f28c383f58c9de74678e0f1624db9c5f8a8cb.tar.gz
kernel_samsung_smdk4412-c94f28c383f58c9de74678e0f1624db9c5f8a8cb.tar.bz2
Merge branch 'drm-intel-fixes' into drm-intel-next
Conflicts: drivers/gpu/drm/i915/i915_gem.c drivers/gpu/drm/i915/intel_ringbuffer.c
Diffstat (limited to 'include/media/videobuf-vmalloc.h')
-rw-r--r--include/media/videobuf-vmalloc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/videobuf-vmalloc.h b/include/media/videobuf-vmalloc.h
index e19403c..486a97e 100644
--- a/include/media/videobuf-vmalloc.h
+++ b/include/media/videobuf-vmalloc.h
@@ -36,7 +36,8 @@ void videobuf_queue_vmalloc_init(struct videobuf_queue *q,
enum v4l2_buf_type type,
enum v4l2_field field,
unsigned int msize,
- void *priv);
+ void *priv,
+ struct mutex *ext_lock);
void *videobuf_to_vmalloc(struct videobuf_buffer *buf);