summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/v4l2-mem2mem.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* media: v4l2-mem2mem: Correct return type for mem2mem buffer helpersEzequiel Garcia2019-02-181-3/+3
* media: v4l2-mem2mem: add q->error check to v4l2_m2m_poll()Hans Verkuil2019-02-181-2/+4
* media: v4l2-mem2mem: fix epoll() by calling poll_wait firstHans Verkuil2019-02-181-12/+7
* media: vb2: keep track of timestamp statusHans Verkuil2019-02-181-0/+1
* media: v4l2-mem2mem: Rename v4l2_m2m_buf_copy_data to v4l2_m2m_buf_copy_metadataEzequiel Garcia2019-02-071-4/+4
* media: v4l2-mem2mem: add v4l2_m2m_buf_copy_data helper functionHans Verkuil2019-01-071-0/+20
* media: v4l2-mem2mem: Avoid calling .device_run in v4l2_m2m_job_finishEzequiel Garcia2018-11-231-1/+24
* media: v4l2-mem2mem: Simplify exiting the function in __v4l2_m2m_try_scheduleSakari Ailus2018-11-231-16/+13
* media: mem2mem: Require capture and output mutexes to matchEzequiel Garcia2018-11-231-5/+7
* media: Rename vb2_m2m_request_queue -> v4l2_m2m_request_queueEzequiel Garcia2018-11-061-2/+2
* media: v4l2-mem2mem: add vb2_m2m_request_queueHans Verkuil2018-08-311-8/+55
* media: videobuf2-v4l2: integrate with media requestsHans Verkuil2018-08-311-2/+4
* media: v4l2-mem2mem: add descriptions to MC fieldsMauro Carvalho Chehab2018-08-071-0/+18
* media: v4l2-mem2mem: Fix missing v4l2_m2m_try_run callEzequiel Garcia2018-07-271-3/+30
* media: v4l2-mem2mem: add v4l2_m2m_last_buf()Hans Verkuil2018-07-251-0/+18
* media: mem2mem: Make .job_abort optionalEzequiel Garcia2018-07-241-3/+3
* media: add helpers for memory-to-memory media controllerEzequiel Garcia2018-07-041-0/+190
* media: mem2mem: Remove excessive try_run callEzequiel Garcia2018-06-281-1/+0
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-7/+7
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-5/+5
|\
| * media: annotate ->poll() instancesAl Viro2017-11-271-4/+4
| * annotate poll_table_struct ->_keyAl Viro2017-11-271-1/+1
* | media: v4l2-core: Fix kernel-doc markupsMauro Carvalho Chehab2017-11-301-0/+2
|/
* [media] media: v4l2-mem2mem: extend m2m APIs for more accurate buffer managementStanimir Varbanov2017-06-201-0/+37
* [media] v4l2-mem2mem.h: move descriptions from .c fileMauro Carvalho Chehab2016-09-091-127/+1
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-3/+5
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-011-1/+1
* [media] m2m: fix bad unlock balanceZahari Doychev2015-09-251-15/+8
* [media] v4l2-mem2mem: drop lock in v4l2_m2m_fop_mmapHans Verkuil2015-08-111-11/+1
* [media] v4l2-mem2mem: set the queue owner field just as vb2_ioctl_reqbufs doesPhilipp Zabel2015-07-171-1/+8
* [media] v4l2-mem2mem: add support for prepare_bufHans Verkuil2015-06-091-0/+28
* [media] videobuf2: return -EPIPE from DQBUF after the last bufferPhilipp Zabel2015-05-121-1/+9
* [media] v4l2-mem2mem: no need to initialize b in v4l2_m2m_next_buf and v4l2_m...Philipp Zabel2015-04-101-2/+2
* [media] v4l2-mem2mem: export v4l2_m2m_try_scheduleMichael Olbrich2014-07-221-1/+2
* [media] mem2mem: make queue lock in v4l2_m2m_poll interruptiblePhilipp Zabel2014-07-041-2/+6
* [media] V4L: Add mem2mem ioctl and file operation helpersSylwester Nawrocki2013-12-041-0/+126
* [media] v4l2-mem2mem: Don't schedule the context if abort job is calledShaik Ameer Basha2013-10-281-0/+12
* [media] v4l2-mem2mem: clear m2m queue ready counter in v4l2_m2m_streamoffPhilipp Zabel2013-10-281-0/+1
* [media] v4l2-mem2mem: fix context removal from job queue in v4l2_m2m_streamoffPhilipp Zabel2013-10-281-1/+2
* [media] v4l2-mem2mem: clear m2m context from job_queue before ctx streamoffShaik Ameer Basha2013-08-241-21/+38
* [media] mem2mem: add support for hardware buffered queuePhilipp Zabel2013-07-261-2/+8
* [media] v4l2: mem2mem: save irq flags correctlyJohn Sheu2013-06-031-8/+11
* [media] v4l2-mem2mem: add v4l2_m2m_create_bufs helperPhilipp Zabel2013-06-031-0/+14
* [media] media: v4l2-mem2mem: return for polling if a buffer is availableSeung-Woo Kim2013-06-031-2/+4
* [media] v4l2-mem2mem: drop rdy_queue on STREAMOFFJohn Sheu2013-03-191-3/+28
* [media] v4l2-mem2mem: use CAPTURE queue lockJohn Sheu2013-03-181-0/+3
* [media] media: mem2mem: make reference to struct m2m_ops in the core constGuennadi Liakhovetski2012-12-191-2/+2
* [media] v4l: vb2: add buffer exporting via dmabufTomasz Stanislawski2012-11-251-0/+13
* [media] mem2mem: replace BUG_ON with WARN_ONNicolas THERY2012-10-281-4/+2