summaryrefslogtreecommitdiff
path: root/drivers/media/test-drivers/vivid/vivid-core.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25media: v4l2: Add mem2mem helpers for REMOVE_BUFS ioctlBenjamin Gaignard1-0/+1
2024-03-25media: test-drivers: Set REQBUFS minimum number of buffersBenjamin Gaignard1-4/+4
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard1-2/+2
2023-11-23media: test-drivers: vivid: Increase max supported buffers for capture queuesBenjamin Gaignard1-0/+14
2023-09-27media: vivid: use VIVID_MODULE_NAME to fill bus_infoHans Verkuil1-1/+1
2023-08-14media: vivid: fix the racy dev->radio_tx_rds_ownerSishuai Gong1-1/+1
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 Verkuil1-1/+0
2023-03-20media: vivid: drop overlay supportHans Verkuil1-42/+6
2022-10-25media: vivid: set num_in/outputs to 0 if not supportedHans Verkuil1-4/+12
2022-10-25media: vivid: s_fbuf: add more sanity checksHans Verkuil1-0/+22
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 Brouwer1-20/+18
2021-09-30media: vivid: add module option to set request support modeHans Verkuil1-2/+12
2021-06-08media: vivid: use vb2_queue_change_typeTomi Valkeinen1-2/+42
2021-04-06media: vivid: update EDIDHans Verkuil1-3/+3
2020-12-07media: vivid: fix 'disconnect' error injectionHans Verkuil1-22/+44
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
2020-09-07media: vivid: move set_capabilities logic to a separate functionMauro Carvalho Chehab1-78/+83
2020-09-07media: vivid: place the logic which disables ioctl on a separate functionMauro Carvalho Chehab1-86/+96
2020-09-07media: vivid: move the detection part out of vivid_create_instanceMauro Carvalho Chehab1-68/+83
2020-08-28media: media/test-drivers: use vb2_video_unregister_device()Hans Verkuil1-16/+16
2020-07-04media: test_drivers: vivid-core: Use array_size() helperGustavo A. R. Silva1-2/+2
2020-06-23media: vivid: add cache_hints module paramSergey Senozhatsky1-0/+9
2020-04-16media: media/test_drivers: rename to test-driversHans Verkuil1-0/+2006