summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/ti-vpe/vpe.c
Commit message (Expand)AuthorAgeFilesLines
* media: platform: re-structure TI driversPratyush Yadav2022-03-181-2665/+0
* media: ti-vpe: use pm_runtime_resume_and_get()Mauro Carvalho Chehab2021-05-201-5/+3
* media: ti-vpe: Do not zero reserved fieldsRicardo Ribalda2021-01-271-2/+0
* media: ti-vpe: Fix a missing check and reference count leakQiushi Wu2020-09-271-0/+2
* media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia2020-07-191-1/+1
* media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
* media: ti-vpe: vpe: fix compatible to match bindingsBenoit Parrot2019-11-101-1/+1
* media: ti-vpe: vpe: don't rely on colorspace member for conversionBenoit Parrot2019-10-101-14/+11
* media: ti-vpe: vpe: fix v4l2_compliance issue related to xfer_funcBenoit Parrot2019-10-101-1/+4
* media: ti-vpe: vpe: use standard struct instead of duplicating fieldsBenoit Parrot2019-10-101-95/+101
* media: ti-vpe: Set the DMA mask and coherent maskBenoit Parrot2019-10-101-0/+7
* media: ti-vpe: vpe: ensure buffers are cleaned up properly in abort casesBenoit Parrot2019-10-101-3/+9
* media: ti-vpe: vpe: fix a v4l2-compliance failure about frame sequence numberBenoit Parrot2019-10-101-0/+1
* media: ti-vpe: vpe: fix a v4l2-compliance failure about invalid sizeimageBenoit Parrot2019-10-101-0/+4
* media: ti-vpe: vpe: Make sure YUYV is set as default formatBenoit Parrot2019-10-101-1/+1
* media: ti-vpe: vpe: fix a v4l2-compliance warning about invalid pixel formatBenoit Parrot2019-10-101-4/+9
* media: ti-vpe: vpe: fix a v4l2-compliance failure causing a kernel panicBenoit Parrot2019-10-101-1/+1
* media: ti-vpe: Set MAX height supported to 2048 pixelsRam Prasad2019-10-101-1/+1
* media: ti-vpe: Add support for NV21 formatNikhil Devshatwar2019-10-101-6/+23
* media: ti-vpe: Add support for SEQ_BTNikhil Devshatwar2019-10-101-27/+46
* media: ti-vpe: vpe: Remove unnecessary use of container_ofBenoit Parrot2019-10-101-15/+7
* media: ti-vpe: vpe: Add missing null pointer checksBenoit Parrot2019-10-101-1/+12
* media: ti-vpe: vpe: Fix Motion Vector vpdma strideBenoit Parrot2019-10-101-5/+13
* media: media/platform: don't set description in ENUM_FMTHans Verkuil2019-07-221-12/+0
* Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-07-091-4/+3
|\
| * media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplaneBoris Brezillon2019-06-051-2/+2
| * media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_capsBoris Brezillon2019-06-051-2/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* media: replace strncpy() by strscpy()Mauro Carvalho Chehab2019-03-291-3/+3
* media: platform: fix several typosMauro Carvalho Chehab2019-03-011-1/+1
* media: mem2mem: Remove unused v4l2_m2m_ops .lock/.unlockEzequiel Garcia2018-06-281-19/+0
* media: ti-vpe: Remove surplus name initializationAnton Leontiev2018-06-281-1/+0
* media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab2017-11-301-1/+1
* media: platform: make video_device constBhumika Goyal2017-08-271-1/+1
* media: ti-vpe: vpe: constify v4l2_m2m_ops structuresJulia Lawall2017-08-201-1/+1
* [media] media: ti-vpe: vpe: allow use of user specified strideBenoit Parrot2017-03-031-8/+20
* [media] media: ti-vpe: vpdma: add support for user specified strideBenoit Parrot2017-03-031-2/+4
* [media] ti-vpe: get rid of some smatch warningsMauro Carvalho Chehab2016-11-221-3/+15
* [media] media: ti-vpe: vpe: Add proper support single and multi-plane bufferBenoit Parrot2016-11-221-10/+48
* [media] media: ti-vpe: Make colorspace converter library into its own moduleBenoit Parrot2016-11-221-1/+1
* [media] media: ti-vpe: vpe: Make sure frame size dont exceed scaler capacityBenoit Parrot2016-11-221-17/+54
* [media] media: ti-vpe: Make scaler library into its own moduleBenoit Parrot2016-11-221-1/+1
* [media] media: ti-vpe: vpe: Enable DMABUF exportBenoit Parrot2016-11-221-0/+1
* [media] media: ti-vpe: vpe: Fix line stride for output motion vectorNikhil Devshatwar2016-11-221-0/+1
* [media] media: ti-vpe: vpdma: Fix race condition for firmware loadingNikhil Devshatwar2016-11-221-4/+4
* [media] media: ti-vpe: vpe: Fix vb2 buffer cleanupBenoit Parrot2016-11-221-2/+60
* [media] media: ti-vpe: vpdma: Corrected YUV422 data type labelBenoit Parrot2016-11-221-4/+4
* [media] media: ti-vpe: vpe: Added MODULE_DEVICE_TABLE hintBenoit Parrot2016-11-221-0/+1
* [media] media: ti-vpe: vpe: Add RGB565 and RGB5551 supportNikhil Devshatwar2016-11-221-2/+20
* [media] media: ti-vpe: vpe: Post next descriptor only for list complete IRQNikhil Devshatwar2016-11-221-0/+9