Re: [PATCH] media: add virtio-media driver

2025-01-28 Thread kernel test robot
: ffd294d346d185b70e28b1a28abe367bbfe53c04 patch link: https://lore.kernel.org/r/20250123-virtio-media-v1-1-81e2549b86b9%40gmail.com patch subject: [PATCH] media: add virtio-media driver config: x86_64-randconfig-r071-20250126 (https://download.01.org/0day-ci/archive/20250129/202501291558.leyjpgbm-...@intel.com/config

Re: [PATCH] media: add virtio-media driver

2025-01-23 Thread kernel test robot
: ffd294d346d185b70e28b1a28abe367bbfe53c04 patch link: https://lore.kernel.org/r/20250123-virtio-media-v1-1-81e2549b86b9%40gmail.com patch subject: [PATCH] media: add virtio-media driver compiler: clang version 19.1.3 (https://github.com/llvm/llvm-project ab51eccf88f5321e7c60591c5546b254b6afab99) If you fix the issue in a

Re: [PATCH] media: add virtio-media driver

2025-01-22 Thread kernel test robot
: ffd294d346d185b70e28b1a28abe367bbfe53c04 patch link: https://lore.kernel.org/r/20250123-virtio-media-v1-1-81e2549b86b9%40gmail.com patch subject: [PATCH] media: add virtio-media driver reproduce: (https://download.01.org/0day-ci/archive/20250123/202501231055.jvzbf96y-...@intel.com/reproduce) If you fix the issue in a

[PATCH] media: add virtio-media driver

2025-01-22 Thread Alexandre Courbot
Add the first version of the virtio-media driver. This driver acts roughly as a V4L2 relay between user-space and the virtio virtual device on the host, so it is relatively simple, yet unconventional. It doesn't use VB2 or other frameworks typically used in a V4L2 driver, and most of its complexit