Commit Graph

60 Commits (f792e4f6ac12d45b0eca12f505295c48182a8fd2)

Author SHA1 Message Date
Hans Verkuil 08af245de0 [media] V4L: remove V4L1 compatibility mode 14 years ago
Hans Verkuil 0e0809a588 V4L/DVB: videobuf: add queue argument to videobuf_waiton() 15 years ago
Hans Verkuil 08bff03ed6 V4L/DVB: videobuf: add ext_lock argument to the queue init functions 15 years ago
Hans Verkuil 9739768788 V4L/DVB: videobuf: prepare to make locking optional in videobuf 15 years ago
Pawel Osciak a438d6da52 V4L/DVB: videobuf: rename videobuf_mmap_free and add sanity checks 15 years ago
Pawel Osciak 33c38283f0 V4L/DVB: videobuf: rename videobuf_alloc to videobuf_alloc_vb 15 years ago
Pawel Osciak 9b55843413 V4L/DVB: videobuf: make poll() report proper flags for output video devices 15 years ago
Hans Verkuil b2dfd1a45f V4L/DVB: videobuf: Add support for V4L2_BUF_FLAG_ERROR 15 years ago
Pawel Osciak 96f2ec67b8 V4L/DVB: v4l: videobuf: qbuf now uses relevant v4l2_buffer fields for OUTPUT types 15 years ago
Hans Verkuil 0b62b73778 V4L/DVB: v4l videobuf: add videobuf_buffer *buf as argument to mmap_mapper 15 years ago
Hans Verkuil 37111039c9 V4L/DVB: v4l videobuf: move video_copy_to_user and copy_stream to core 15 years ago
Hans Verkuil f4fce60e8b V4L/DVB: v4l videobuf: rename videobuf_queue_to_vmalloc to videobuf_queue_to_vaddr 15 years ago
Hans Verkuil 037c75eb14 V4L/DVB: v4l videobuf: rename .vmalloc to .vaddr 15 years ago
Hans Verkuil a4cf4cac29 V4L/DVB: v4l videobuf: use struct videobuf_buffer * instead of void * for videobuf_alloc 15 years ago
Hans Verkuil 63e424856b V4L/DVB: v4l videobuf: remove unused is_mmapped field 15 years ago
Hans Verkuil 53aaf07637 V4L/DVB: v4l videobuf: remove mmap_free callback 15 years ago
Pawel Osciak 7a02264ca9 V4L/DVB: v4l: videobuf: code cleanup 15 years ago
Hans Verkuil 771075bb46 V4L/DVB: videobuf-core: fix spelling mistake in debug message 15 years ago
Márton Németh 296372e3b0 V4L/DVB (13415): videobuf-core: explicitly cast page count 15 years ago
Jonathan Corbet 38a54f35a0 V4L/DVB (13377): make struct videobuf_queue_ops constant 15 years ago
Tuukka Toivonen 7cbefad085 V4L/DVB (13165): videobuf do not force buffer size to be multiple of PAGE_SIZE 15 years ago
Alexey Dobriyan d43c36dc6b headers: remove sched.h from interrupt.h 16 years ago
Figo.zhang 96ceea2734 V4L/DVB (11991): buf-core.c: add pointer check 16 years ago
Roel Kluin 223ffe5f82 V4L/DVB: cleanup redundant tests on unsigned 16 years ago
Németh Márton 925d74ae71 V4L/DVB (11736): videobuf: modify return value of VIDIOC_REQBUFS ioctl 16 years ago
Andrea Righi 27ac792ca0 PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures 17 years ago
Arjan van de Ven 81b2dbcad8 Fix a deadlock in the bttv driver 17 years ago
Harvey Harrison a6a3a17b7f media: fix integer as NULL pointer warnings 17 years ago
Mauro Carvalho Chehab 59d3448995 V4L/DVB (7566): videobuf-dvb: allow its usage with videobuf-vmalloc 17 years ago
Brandon Philips 0cf4daee31 V4L/DVB (7562): videobuf: Require spinlocks for all videobuf users 17 years ago
Mauro Carvalho Chehab aa9479ed50 V4L/DVB (7561): videobuf-vmalloc: stop streaming before unmap 17 years ago
Mauro Carvalho Chehab 968ced78a5 V4L/DVB (7552): videbuf-vmalloc: Corrects mmap code 17 years ago
Harvey Harrison 7e28adb249 V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrences 17 years ago
Brandon Philips 137d1cb19d V4L/DVB (7493): videobuf: Avoid deadlock with QBUF and bring up to spec for empty queue 17 years ago
Brandon Philips 009a90597e V4L/DVB (7488): videobuf: Simplify videobuf_waiton logic and possibly avoid missed wakeup 17 years ago
Brandon Philips b608f4323a V4L/DVB (7487): videobuf: Wakeup queues after changing the state to ERROR 17 years ago
Guennadi Liakhovetski 7daa4a8897 V4L/DVB (7378): cleanup variable initialization 17 years ago
Guennadi Liakhovetski e9bcf6675d V4L/DVB (7376): Improve compile-time type-checking in videobuf 17 years ago
Brandon Philips e43d76b40d V4L/DVB (7281): v4l: Deadlock in videobuf-core for DQBUF waiting on QBUF 17 years ago
Mauro Carvalho Chehab 64f9477f95 V4L/DVB (7121): Renames videobuf lock to vb_lock 17 years ago
Mauro Carvalho Chehab 1f8d30083a V4L/DVB (7023): Fix a regresion left by changeset 7e65d6e8f6df 17 years ago
Mauro Carvalho Chehab d05051c82e V4L/DVB (6997): Replace a very dirty hack on videobuf for a clean wait_event 17 years ago
Mauro Carvalho Chehab 225ba90088 V4L/DVB (6804): __videobuf_read_start is static 17 years ago
Mauro Carvalho Chehab e2c77314c9 V4L/DVB (6759): CodingStyle fixes 17 years ago
Brandon Philips 0fc0686e64 V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_ 17 years ago
Adrian Bunk 3f84307a10 V4L/DVB (6803): buf-core.c locking fixes 17 years ago
Mauro Carvalho Chehab 19fb145799 V4L/DVB (6609): Re-adds lock safe videobuf_read_start 17 years ago
Brandon Philips 19bc5133da V4L/DVB (6601): V4L: videobuf-core locking fixes and comments 17 years ago
Pekka Enberg a13625c518 V4L/DVB (6324): fix videobuf_cgmbuf export 18 years ago
Al Viro 13bcd5d0e2 v4l: copy_to_user() is not a good method name 18 years ago