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