vim2m.c (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) | vim2m.c (f068a6cec0fbdc479a9776923eb772d76c3948cd) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * A virtual v4l2-mem2mem example device. 4 * | 1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * A virtual v4l2-mem2mem example device. 4 * |
5 * This is a virtual device driver for testing mem-to-mem videobuf framework. | 5 * This is a virtual device driver for testing mem-to-mem vb2 framework. |
6 * It simulates a device that uses memory buffers for both source and 7 * destination, processes the data and issues an "irq" (simulated by a delayed 8 * workqueue). 9 * The device is capable of multi-instance, multi-buffer-per-transaction 10 * operation (via the mem2mem framework). 11 * 12 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. 13 * Pawel Osciak, <pawel@osciak.com> --- 1414 unchanged lines hidden --- | 6 * It simulates a device that uses memory buffers for both source and 7 * destination, processes the data and issues an "irq" (simulated by a delayed 8 * workqueue). 9 * The device is capable of multi-instance, multi-buffer-per-transaction 10 * operation (via the mem2mem framework). 11 * 12 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. 13 * Pawel Osciak, <pawel@osciak.com> --- 1414 unchanged lines hidden --- |