summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vivid
AgeCommit message (Expand)AuthorLines
2020-04-14media: split test drivers from platform directoryMauro Carvalho Chehab-14473/+0
2020-03-24media: vivid: fix incorrect PA assignment to HDMI outputsHans Verkuil-2/+2
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil-5/+5
2020-01-31Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-17/+796
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-2/+1
2019-12-16media: vivid: support multiplanar touch devicesHans Verkuil-8/+60
2019-12-16media: vivid: set field to NONE for touchHans Verkuil-0/+1
2019-12-13media: constify fb ops across all driversJani Nikula-2/+1
2019-12-13media: vivid: Add touch supportVandana BN-13/+739
2019-11-08media: vivid: Add an area controlRicardo Ribalda Delgado-0/+14
2019-11-08media: vivid: Fix wrong locking that causes race conditions on streaming stopAlexander Popov-9/+15
2019-11-08media: vivid: add vivid_create_queue() helperHans Verkuil-149/+116
2019-11-05media: vivid: media_device_cleanup was called too earlyHans Verkuil-1/+3
2019-10-24media: vivid: Add metadata output supportVandana BN-11/+364
2019-10-24media: vivid: Add metadata capture supportVandana BN-14/+465
2019-10-01media: vivid: Set vid_cap_streaming and vid_out_streaming to trueVandana BN-6/+0
2019-08-12Merge tag 'v5.3-rc4' into patchworkMauro Carvalho Chehab-4/+4
2019-07-30media: vivid: add support for new pixelformatsHans Verkuil-3/+129
2019-07-30media: vivid: fix missing cec adapter nameHans Verkuil-4/+4
2019-07-25media: vivid: fix typo: use -> userHans Verkuil-2/+2
2019-07-25media: vivid: fix device init when no_error_inj=1 and fb disabledGuillaume Tucker-1/+1
2019-07-23media: vivid: work around high stack usage with clangArnd Bergmann-3/+4
2019-07-23media: vivid:add sanity check to avoid divide error and set value to 1 if 0.Vandana BN-0/+2
2019-07-23media: vivid: fix potential integer overflow on left shiftColin Ian King-12/+12
2019-06-21media: vivid: add CEC support to display present ctrlJohan Korsnes-6/+38
2019-06-21media: vivid: reorder CEC allocation and control set-upJohan Korsnes-42/+58
2019-06-21media: vivid: add HDMI (dis)connect RX emulationJohan Korsnes-2/+23
2019-06-21media: vivid: add HDMI (dis)connect TX emulationJohan Korsnes-1/+27
2019-06-21media: vivid: add number of HDMI ports to device stateJohan Korsnes-0/+4
2019-06-21media: vivid: add display present controlJohan Korsnes-0/+29
2019-06-21media: vivid: make input std_signal per-inputJohan Korsnes-46/+64
2019-06-21media: vivid: make input dv_timings per-inputJohan Korsnes-34/+69
2019-06-21media: vivid: remove unnecessary min and max timeperframe constantsAkinobu Mita-19/+0
2019-06-05media: vivid: fix incorrect assignment operation when setting video modeColin Ian King-1/+1
2019-06-05media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplaneBoris Brezillon-26/+2
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab-0/+1
2019-05-24media: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-22media: vivid: use vfree() instead of kfree() for dev->bitmap_capAlexander Potapenko-1/+1
2019-03-29media: replace strncpy() by strscpy()Mauro Carvalho Chehab-1/+1
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab-3/+3
2019-03-19media: vivid: use vzalloc for dev->bitmap_outHans Verkuil-5/+9
2019-02-18media: vivid: Add definitions for the 32-bit packed YUV formatsVivek Kasireddy-0/+30
2019-02-18media: vivid: two unregistration fixesHans Verkuil-3/+1
2019-02-07media: vivid: add vertical down sampling to imagesize calcAndré Almeida-3/+7
2019-01-31media: vivid: fix vid_out_buf_prepare()Hans Verkuil-7/+11
2019-01-31media: vivid: add buf_out_validate callbackHans Verkuil-7/+16
2019-01-16media: vivid: do not implement VIDIOC_S_PARM for output streamsHans Verkuil-1/+1
2019-01-16media: vivid: take data_offset into account for video outputHans Verkuil-6/+10
2019-01-16media: vivid: disable VB2_USERPTR if dma_contig was configuredHans Verkuil-5/+15