index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
ti-vpe
/
vpe.c
Age
Commit message (
Expand
)
Author
2022-03-18
media: platform: re-structure TI drivers
Pratyush Yadav
2021-05-20
media: ti-vpe: use pm_runtime_resume_and_get()
Mauro Carvalho Chehab
2021-01-27
media: ti-vpe: Do not zero reserved fields
Ricardo Ribalda
2020-09-27
media: ti-vpe: Fix a missing check and reference count leak
Qiushi Wu
2020-07-19
media: Add V4L2_TYPE_IS_CAPTURE helper
Ezequiel Garcia
2020-02-24
media: media/platform: rename VFL_TYPE_GRABBER to _VIDEO
Hans Verkuil
2019-11-10
media: ti-vpe: vpe: fix compatible to match bindings
Benoit Parrot
2019-10-10
media: ti-vpe: vpe: don't rely on colorspace member for conversion
Benoit Parrot
2019-10-10
media: ti-vpe: vpe: fix v4l2_compliance issue related to xfer_func
Benoit Parrot
2019-10-10
media: ti-vpe: vpe: use standard struct instead of duplicating fields
Benoit Parrot
2019-10-10
media: ti-vpe: Set the DMA mask and coherent mask
Benoit Parrot
2019-10-10
media: ti-vpe: vpe: ensure buffers are cleaned up properly in abort cases
Benoit Parrot
2019-10-10
media: ti-vpe: vpe: fix a v4l2-compliance failure about frame sequence number
Benoit Parrot
2019-10-10
media: ti-vpe: vpe: fix a v4l2-compliance failure about invalid sizeimage
Benoit Parrot
2019-10-10
media: ti-vpe: vpe: Make sure YUYV is set as default format
Benoit Parrot
2019-10-10
media: ti-vpe: vpe: fix a v4l2-compliance warning about invalid pixel format
Benoit Parrot
2019-10-10
media: ti-vpe: vpe: fix a v4l2-compliance failure causing a kernel panic
Benoit Parrot
2019-10-10
media: ti-vpe: Set MAX height supported to 2048 pixels
Ram Prasad
2019-10-10
media: ti-vpe: Add support for NV21 format
Nikhil Devshatwar
2019-10-10
media: ti-vpe: Add support for SEQ_BT
Nikhil Devshatwar
2019-10-10
media: ti-vpe: vpe: Remove unnecessary use of container_of
Benoit Parrot
2019-10-10
media: ti-vpe: vpe: Add missing null pointer checks
Benoit Parrot
2019-10-10
media: ti-vpe: vpe: Fix Motion Vector vpdma stride
Benoit Parrot
2019-07-22
media: media/platform: don't set description in ENUM_FMT
Hans Verkuil
2019-07-09
Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-05
media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplane
Boris Brezillon
2019-06-05
media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_caps
Boris Brezillon
2019-03-29
media: replace strncpy() by strscpy()
Mauro Carvalho Chehab
2019-03-01
media: platform: fix several typos
Mauro Carvalho Chehab
2018-06-28
media: mem2mem: Remove unused v4l2_m2m_ops .lock/.unlock
Ezequiel Garcia
2018-06-28
media: ti-vpe: Remove surplus name initialization
Anton Leontiev
2017-11-30
media: drivers: remove "/**" from non-kernel-doc comments
Mauro Carvalho Chehab
2017-08-27
media: platform: make video_device const
Bhumika Goyal
2017-08-20
media: ti-vpe: vpe: constify v4l2_m2m_ops structures
Julia Lawall
2017-03-03
[media] media: ti-vpe: vpe: allow use of user specified stride
Benoit Parrot
2017-03-03
[media] media: ti-vpe: vpdma: add support for user specified stride
Benoit Parrot
2016-11-22
[media] ti-vpe: get rid of some smatch warnings
Mauro Carvalho Chehab
2016-11-22
[media] media: ti-vpe: vpe: Add proper support single and multi-plane buffer
Benoit Parrot
2016-11-22
[media] media: ti-vpe: Make colorspace converter library into its own module
Benoit Parrot
2016-11-22
[media] media: ti-vpe: vpe: Make sure frame size dont exceed scaler capacity
Benoit Parrot
2016-11-22
[media] media: ti-vpe: Make scaler library into its own module
Benoit Parrot
2016-11-22
[media] media: ti-vpe: vpe: Enable DMABUF export
Benoit Parrot
2016-11-22
[media] media: ti-vpe: vpe: Fix line stride for output motion vector
Nikhil Devshatwar
2016-11-22
[media] media: ti-vpe: vpdma: Fix race condition for firmware loading
Nikhil Devshatwar
2016-11-22
[media] media: ti-vpe: vpe: Fix vb2 buffer cleanup
Benoit Parrot
2016-11-22
[media] media: ti-vpe: vpdma: Corrected YUV422 data type label
Benoit Parrot
2016-11-22
[media] media: ti-vpe: vpe: Added MODULE_DEVICE_TABLE hint
Benoit Parrot
2016-11-22
[media] media: ti-vpe: vpe: Add RGB565 and RGB5551 support
Nikhil Devshatwar
2016-11-22
[media] media: ti-vpe: vpe: Post next descriptor only for list complete IRQ
Nikhil Devshatwar
[next]