summaryrefslogtreecommitdiff
path: root/drivers/media/platform/ti-vpe
AgeCommit message (Expand)AuthorFilesLines
2020-03-12media: ti-vpe: cal: fix a kernel oops when unloading moduleBenoit Parrot1-5/+8
2020-03-06media: ti-vpe: cal: fix disable_irqs to only the intended targetBenoit Parrot1-8/+8
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2-2/+2
2019-12-13media: ti-vpe: csc: fix single vs multiplanar format handlingBenoit Parrot1-20/+12
2019-12-09media: ti-vpe: cal: fix enum_mbus_code/frame_size subdev argumentsBenoit Parrot1-0/+2
2019-12-09media: ti-vpe: cal: Fix a WARN issued when start streaming failsBenoit Parrot1-0/+5
2019-12-09media: ti-vpe: cal: Properly calculate max resolution boundaryBenoit Parrot1-5/+11
2019-12-09media: ti-vpe: cal: Add subdev s_power hooksBenoit Parrot1-0/+12
2019-12-09media: ti-vpe: cal: Add AM654 supportBenoit Parrot1-1/+25
2019-12-09media: ti-vpe: cal: Add DRA76x supportBenoit Parrot1-0/+34
2019-12-09media: ti-vpe: cal: Align DPHY init sequence with docsBenoit Parrot1-27/+172
2019-12-09media: ti-vpe: cal: Fix pixel processing parametersBenoit Parrot1-3/+38
2019-12-09media: ti-vpe: cal: Fix ths_term/ths_settle parametersBenoit Parrot1-54/+44
2019-12-09media: ti-vpe: cal: add CSI2 PHY LDO errata supportBenoit Parrot2-2/+82
2019-12-09media: ti-vpe: cal: Restrict DMA to avoid memory corruptionNikhil Devshatwar1-2/+4
2019-12-09media: ti-vpe: cal: Enable DMABUF exportBenoit Parrot1-0/+1
2019-12-09media: ti-vpe: cal: Add per platform data supportBenoit Parrot1-73/+209
2019-12-09media: ti-vpe: cal: switch BIT_MASK to BITBenoit Parrot1-97/+97
2019-11-10media: ti-vpe: vpe: fix compatible to match bindingsBenoit Parrot1-1/+1
2019-11-08media: ti-vpe: fix smatch errorHans Verkuil1-1/+1
2019-10-25media: ti-vpe: vpe: use r2y instead of y2r, copy-paste errorColin Ian King1-1/+1
2019-10-10media: ti-vpe: vpe: don't rely on colorspace member for conversionBenoit Parrot3-99/+184
2019-10-10media: ti-vpe: csc: rgb-to-yuv HD full range coeff are wrongBenoit Parrot1-2/+2
2019-10-10media: ti-vpe: vpe: fix v4l2_compliance issue related to xfer_funcBenoit Parrot1-1/+4
2019-10-10media: ti-vpe: vpe: use standard struct instead of duplicating fieldsBenoit Parrot1-95/+101
2019-10-10media: ti-vpe: Set the DMA mask and coherent maskBenoit Parrot1-0/+7
2019-10-10media: ti-vpe: vpdma: Use fixed type for address in descriptorBenoit Parrot1-2/+2
2019-10-10media: ti-vpe: vpe: ensure buffers are cleaned up properly in abort casesBenoit Parrot1-3/+9
2019-10-10media: ti-vpe: vpe: fix a v4l2-compliance failure about frame sequence numberBenoit Parrot1-0/+1
2019-10-10media: ti-vpe: vpe: fix a v4l2-compliance failure about invalid sizeimageBenoit Parrot2-0/+5
2019-10-10media: ti-vpe: vpe: Make sure YUYV is set as default formatBenoit Parrot1-1/+1
2019-10-10media: ti-vpe: vpe: fix a v4l2-compliance warning about invalid pixel formatBenoit Parrot1-4/+9
2019-10-10media: ti-vpe: vpe: fix a v4l2-compliance failure causing a kernel panicBenoit Parrot1-1/+1
2019-10-10media: ti-vpe: Set MAX height supported to 2048 pixelsRam Prasad1-1/+1
2019-10-10media: ti-vpe: Add support for NV21 formatNikhil Devshatwar4-8/+34
2019-10-10media: ti-vpe: Add support for SEQ_BTNikhil Devshatwar1-27/+46
2019-10-10media: ti-vpe: vpe: Remove unnecessary use of container_ofBenoit Parrot1-15/+7
2019-10-10media: ti-vpe: vpe: Add missing null pointer checksBenoit Parrot1-1/+12
2019-10-10media: ti-vpe: vpe: Fix Motion Vector vpdma strideBenoit Parrot1-5/+13
2019-08-26media: use the BIT() macroMauro Carvalho Chehab1-47/+47
2019-08-26media: ti-vpe: Add cleanup in vpdma_list_cleanup()Wenwen Wang1-4/+6
2019-07-23media: ti-vpe: fix leaked of_node referencesWen Yang1-0/+1
2019-07-22media: ti-vpe: set device_caps in struct video_deviceHans Verkuil1-3/+2
2019-07-22media: media/platform: don't set description in ENUM_FMTHans Verkuil1-12/+0
2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-4/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner12-48/+12
2019-06-05media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplaneBoris Brezillon1-2/+2
2019-06-05media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_capsBoris Brezillon1-2/+1
2019-03-29media: replace strncpy() by strscpy()Mauro Carvalho Chehab1-3/+3
2019-03-20media: ti-vpe: Parse local endpoint for properties, not the remote oneSakari Ailus1-10/+2