summaryrefslogtreecommitdiffstats
path: root/drivers/media/test-drivers/vivid
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-12-133-1/+29
|\
| * Merge tag 'br-v6.2d' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab2022-11-152-1/+28
| |\
| | * media: vivid: remove redundant assignment to variable checksumColin Ian King2022-10-241-1/+0
| | * vivid: add INTEGER and INTEGER64 test control arraysHans Verkuil2022-10-241-0/+28
| * | media: vivid: fix compose size exceed boundaryLiu Shixin2022-11-041-0/+1
* | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-185-6/+6
|/ /
* | media: vivid: set num_in/outputs to 0 if not supportedHans Verkuil2022-10-251-4/+12
* | media: vivid: drop GFP_DMA32Hans Verkuil2022-10-251-1/+1
* | media: vivid: fix control handler mutex deadlockHans Verkuil2022-10-251-0/+8
* | media: vivid: dev->bitmap_cap wasn't freed in all casesHans Verkuil2022-10-251-5/+13
* | media: vivid: s_fbuf: add more sanity checksHans Verkuil2022-10-253-1/+32
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-2/+2
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* media: vivid: add pixel_array test controlHans Verkuil2022-08-193-1/+22
* media: vivid: add dynamic array test controlHans Verkuil2022-07-151-0/+15
* media: vivid: Add support for the new YUVA and YUVX formatsLaurent Pinchart2022-07-151-0/+15
* media: vivid: add HDMI Video Guard Band controlHans Verkuil2022-06-201-0/+14
* media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab2022-03-181-1/+1
* media: vivid: use time_is_after_jiffies() instead of open coding itWang Qing2022-02-224-4/+8
* media: vivid: fix timestamp and sequence wrappingDeborah Brouwer2022-01-237-30/+44
* media: vivid: fix an error code in vivid_create_instance()Dan Carpenter2021-10-051-1/+1
* media: vivid: add signal-free time for cec message xferDeborah Brouwer2021-09-304-192/+219
* media: vivid: add module option to set request support modeHans Verkuil2021-09-301-2/+12
* media: vivid: increase max number of allowedHans Verkuil2021-07-121-1/+1
* media: vivid: use vb2_queue_change_typeTomi Valkeinen2021-06-082-4/+42
* media: vivid: remove stream_sliced_vbi_cap fieldTomi Valkeinen2021-06-083-6/+3
* media: rtl2832_sdr/vivid/airspy/hackrf/msi2500: drop memset of fmt.sdr.reservedHans Verkuil2021-05-191-3/+0
* media: vivid: add read-only int32 controlHans Verkuil2021-04-063-4/+20
* media: vivid: update EDIDHans Verkuil2021-04-061-3/+3
* media: vivid: fix assignment of dev->fbuf_out_flagsColin Ian King2021-03-111-1/+1
* media: vivid: call v4l2_event_wake_all() on disconnectHans Verkuil2021-01-041-20/+18
* media: vivid: fix 'disconnect' error injectionHans Verkuil2020-12-073-30/+66
* media: vivid: fix (partially) timing issuesHans Verkuil2020-11-164-8/+16
* media: v4l2: allocate v4l2_clip objects earlyArnd Bergmann2020-11-162-22/+14
* media: vivid: Add support to the CSC APIDafna Hirschfeld2020-09-262-6/+57
* media: vivid: fix compile warning/errorHans Verkuil2020-09-081-4/+5
* media: vivid: fix error pathMauro Carvalho Chehab2020-09-071-4/+2
* media: vivid: move the devnode creation logic to a separate functionMauro Carvalho Chehab2020-09-071-256/+274
* media: vivid: move the create queues to a separate functionMauro Carvalho Chehab2020-09-071-83/+92
* media: vivid: place dt timings init code on a separate functionMauro Carvalho Chehab2020-09-071-32/+44
* media: vivid: move set_capabilities logic to a separate functionMauro Carvalho Chehab2020-09-071-78/+83
* media: vivid: place the logic which disables ioctl on a separate functionMauro Carvalho Chehab2020-09-071-86/+96
* media: vivid: move the detection part out of vivid_create_instanceMauro Carvalho Chehab2020-09-071-68/+83
* media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-291-1/+1
* media: media/test-drivers: use vb2_video_unregister_device()Hans Verkuil2020-08-281-16/+16
* media: vivid: Fix global-out-of-bounds read in precalculate_color()Peilin Ye2020-08-261-4/+5
* media: test_drivers: vivid-core: Use array_size() helperGustavo A. R. Silva2020-07-041-2/+2
* media: vivid: add cache_hints module paramSergey Senozhatsky2020-06-231-0/+9
* media: media/test_drivers: rename to test-driversHans Verkuil2020-04-1644-0/+14475