summaryrefslogtreecommitdiff
path: root/drivers/media/test-drivers/vivid
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+1
2023-08-14media: vivid: fix the racy dev->radio_tx_rds_ownerSishuai Gong1-1/+1
2023-08-04media/vivid: Use fbdev I/O helpersThomas Zimmermann2-6/+2
2023-07-25media: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann1-1/+0
2023-07-24media: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann1-1/+0
2023-05-25media: vivid: Extend FPS rates offered by simulated webcamMax Staudt1-15/+34
2023-04-11media: vivid-core: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-03-20media: vivid: drop bitmap and clipping output overlay supportHans Verkuil4-103/+1
2023-03-20media: vivid: drop overlay supportHans Verkuil5-438/+6
2022-12-13Merge tag 'media/v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-1/+29
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld5-6/+6
2022-11-15Merge tag 'br-v6.2d' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab2-1/+28
2022-11-04media: vivid: fix compose size exceed boundaryLiu Shixin1-0/+1
2022-10-25media: vivid: set num_in/outputs to 0 if not supportedHans Verkuil1-4/+12
2022-10-25media: vivid: drop GFP_DMA32Hans Verkuil1-1/+1
2022-10-25media: vivid: fix control handler mutex deadlockHans Verkuil1-0/+8
2022-10-25media: vivid: dev->bitmap_cap wasn't freed in all casesHans Verkuil1-5/+13
2022-10-25media: vivid: s_fbuf: add more sanity checksHans Verkuil3-1/+32
2022-10-24media: vivid: remove redundant assignment to variable checksumColin Ian King1-1/+0
2022-10-24vivid: add INTEGER and INTEGER64 test control arraysHans Verkuil1-0/+28
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-2/+2
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-2/+2
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-08-19media: vivid: add pixel_array test controlHans Verkuil3-1/+22
2022-07-15media: vivid: add dynamic array test controlHans Verkuil1-0/+15
2022-07-15media: vivid: Add support for the new YUVA and YUVX formatsLaurent Pinchart1-0/+15
2022-06-20media: vivid: add HDMI Video Guard Band controlHans Verkuil1-0/+14
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab1-1/+1
2022-02-22media: vivid: use time_is_after_jiffies() instead of open coding itWang Qing4-4/+8
2022-01-23media: vivid: fix timestamp and sequence wrappingDeborah Brouwer7-30/+44
2021-10-05media: vivid: fix an error code in vivid_create_instance()Dan Carpenter1-1/+1
2021-09-30media: vivid: add signal-free time for cec message xferDeborah Brouwer4-192/+219
2021-09-30media: vivid: add module option to set request support modeHans Verkuil1-2/+12
2021-07-12media: vivid: increase max number of allowedHans Verkuil1-1/+1
2021-06-08media: vivid: use vb2_queue_change_typeTomi Valkeinen2-4/+42
2021-06-08media: vivid: remove stream_sliced_vbi_cap fieldTomi Valkeinen3-6/+3
2021-05-19media: rtl2832_sdr/vivid/airspy/hackrf/msi2500: drop memset of fmt.sdr.reservedHans Verkuil1-3/+0
2021-04-06media: vivid: add read-only int32 controlHans Verkuil3-4/+20
2021-04-06media: vivid: update EDIDHans Verkuil1-3/+3
2021-03-11media: vivid: fix assignment of dev->fbuf_out_flagsColin Ian King1-1/+1
2021-01-04media: vivid: call v4l2_event_wake_all() on disconnectHans Verkuil1-20/+18
2020-12-07media: vivid: fix 'disconnect' error injectionHans Verkuil3-30/+66
2020-11-16media: vivid: fix (partially) timing issuesHans Verkuil4-8/+16
2020-11-16media: v4l2: allocate v4l2_clip objects earlyArnd Bergmann2-22/+14
2020-09-26media: vivid: Add support to the CSC APIDafna Hirschfeld2-6/+57
2020-09-08media: vivid: fix compile warning/errorHans Verkuil1-4/+5
2020-09-07media: vivid: fix error pathMauro Carvalho Chehab1-4/+2
2020-09-07media: vivid: move the devnode creation logic to a separate functionMauro Carvalho Chehab1-256/+274
2020-09-07media: vivid: move the create queues to a separate functionMauro Carvalho Chehab1-83/+92
2020-09-07media: vivid: place dt timings init code on a separate functionMauro Carvalho Chehab1-32/+44