summaryrefslogtreecommitdiffstats
path: root/drivers/media/common
Commit message (Expand)AuthorAgeFilesLines
* media: vb2: refactor setting flags and caps, fix missing capHans Verkuil2024-01-241-28/+25
* media: media videobuf2: Stop direct calls to queue num_buffers fieldBenjamin Gaignard2024-01-242-2/+2
* media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard2023-12-132-15/+15
* media: videobuf2: request more buffers for vb2_readHans Verkuil2023-12-091-2/+7
* media: videobuf2-dma-sg: fix vmap callbackMichael Grzeschik2023-12-071-2/+8
* media: drop CONFIG_MEDIA_CONTROLLER_REQUEST_APIHans Verkuil2023-11-231-2/+0
* media: core: Report the maximum possible number of buffers for the queueBenjamin Gaignard2023-11-231-0/+2
* media: media videobuf2: Be more flexible on the number of queue stored buffersBenjamin Gaignard2023-11-232-11/+41
* media: videobuf2: Use vb2_get_num_buffers() helperBenjamin Gaignard2023-11-232-46/+52
* media: videobuf2: Remove duplicated index vs q->num_buffers checkBenjamin Gaignard2023-11-231-8/+0
* media: videobuf2: Access vb2_queue bufs array through helper functionsBenjamin Gaignard2023-11-232-53/+149
* media: videobuf2: Use vb2_buffer instead of indexBenjamin Gaignard2023-11-232-49/+42
* media: videobuf2: Stop spamming kernel log with all queue counterBenjamin Gaignard2023-11-231-35/+44
* media: videobuf2: Rework offset 'cookie' encoding patternBenjamin Gaignard2023-11-231-38/+40
* media: videobuf2: Rename offset parameterBenjamin Gaignard2023-11-231-14/+14
* media: videobuf2: Fix IS_ERR checking in vb2_dc_put_userptr()Ma Ke2023-10-131-6/+7
* media: siano: Drop unnecessary error check for debugfs_create_dir/file()Jinjie Ruan2023-10-131-16/+6
* media: videobuf2: Fix IS_ERR checking in vb2_vmalloc_put_userptr()Ma Ke2023-10-131-4/+6
* media: use struct_size() helperYu Liao2023-09-271-1/+1
* media: videobuf2: fix typo: vb2_dbuf -> vb2_qbufHans Verkuil2023-09-271-1/+1
* media: vb2: frame_vector.c: replace WARN_ONCE with a commentHans Verkuil2023-09-141-2/+4
* Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-09-012-218/+118
|\
| * drivers/media/common/siano/smsendian.c : eliminate unnecessary type conversionsDong Chuanjian2023-07-191-1/+1
| * media: siano: Convert to use sysfs_emit_at() APIye xingchen2023-07-191-217/+117
* | Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-07-173-9/+0
|\ \ | |/ |/|
| * media: videobuf2: Don't assert held reservation lock for dma-buf mmappingDmitry Osipenko2023-06-213-9/+0
* | media: common: saa7146: Avoid a leak in vmalloc_to_sg()Christophe JAILLET2023-05-251-3/+3
|/
* media: common: saa7146: add support for missing .vidioc_try_fmt_vbi_capHans Verkuil2023-04-151-0/+1
* media: common: saa7146: allow S_STD(G_STD)Hans Verkuil2023-04-151-3/+8
* media: common: saa7146: check minimum video format sizeHans Verkuil2023-04-151-0/+4
* media: common: saa7146: fix compliance problems with field handlingHans Verkuil2023-04-152-10/+11
* media: saa7146: convert to vb2Hans Verkuil2023-04-154-782/+306
* media: common: saa7146: use for_each_sg_dma_pageHans Verkuil2023-04-152-73/+32
* media: common: saa7146: fix broken V4L2_PIX_FMT_YUV422P supportHans Verkuil2023-04-151-1/+1
* media: common: saa7146: replace BUG_ON by WARN_ONHans Verkuil2023-04-153-9/+15
* media: common: saa7146: drop 'fmt' from struct saa7146_bufHans Verkuil2023-04-152-23/+26
* media: saa7146: drop 'dev' and 'resources' from struct saa7146_fhHans Verkuil2023-04-153-61/+51
* media: common/saa7146: fix VFL direction for vbi outputHans Verkuil2023-04-151-4/+8
* media: common: saa7146: disable clippingHans Verkuil2023-04-151-0/+17
* media: saa7146: drop overlay supportHans Verkuil2023-03-203-642/+6
* media: common: btcx-risc.h: drop obsolete headerHans Verkuil2023-03-201-29/+0
* media: vb2: set owner before calling vb2_readHans Verkuil2023-03-191-2/+3
* Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-02-2611-23/+4508
|\
| * Merge git://git.linuxtv.org/media_stage into media_treeMauro Carvalho Chehab2023-02-1511-23/+4508
| |\
| | * media: Revert "media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci"Hans Verkuil2023-02-0910-1/+4505
| | * media: videobuf2-core: drop obsolete sanity check in __vb2_queue_free()Hans Verkuil2023-02-061-22/+3
* | | Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-243-0/+187
|\ \ \
| * | | Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman2023-02-061-3/+2
| |\| |
| * | | usb: uvc: use v4l2_fill_fmtdesc instead of open coded format nameMichael Grzeschik2023-01-311-38/+0
| * | | usb: uvc: make uvc_format_desc table constMichael Grzeschik2023-01-311-2/+2