summaryrefslogtreecommitdiffstats
path: root/drivers/media/test-drivers
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-38/+38
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-43/+42
2026-01-21media: visl: Add HEVC short and long term RPS setsDetlev Casanova-0/+69
2026-01-05media: vicodec: add support for manual completionHans Verkuil-4/+17
2025-12-04Merge tag 'media/v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-26/+10
2025-10-30media: vivid: use prandomMarkus Theil-1/+3
2025-10-17media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()Laurent Pinchart-4/+4
2025-10-17media: vim2m: Drop unneeded v4l2_m2m_get_vq() NULL checkLaurent Pinchart-12/+0
2025-10-17media: vicodec: Drop unneeded v4l2_m2m_get_vq() NULL checkLaurent Pinchart-7/+0
2025-10-14media: vidtv: initialize local pointers upon transfer of memory ownershipJeongjun Park-0/+3
2025-10-14media: vivid: use vmalloc_array and vcalloc to simplify codeQianfeng Rong-3/+3
2025-09-09media: vivid: fix disappearing <Vendor Command With ID> messagesHans Verkuil-7/+5
2025-09-09media: update Hans Verkuil's email addressHans Verkuil-1/+1
2025-08-29media: vim2m: remove unused CLIP macroYunseong Kim-3/+0
2025-08-25media: vim2m: Remove compilation conditional to CONFIG_MEDIA_CONTROLLERSakari Ailus-12/+1
2025-08-25media: vimc: Don't explicitly set bus_infoSakari Ailus-4/+0
2025-08-13media: test-drivers: Rename second ioctl handlers argument to 'void *priv'Laurent Pinchart-150/+150
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart-3/+3
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart-6/+3
2025-08-13media: visl: Drop visl_v4l2fh_to_ctx() functionLaurent Pinchart-5/+0
2025-08-13media: Replace file->private_data access with file_to_v4l2_fh()Laurent Pinchart-9/+9
2025-07-08media: vivid: fix wrong pixel_array control sizeHans Verkuil-3/+4
2025-06-17media: media/test_drivers: Replace open-coded parity calculation with parity8()Kuan-Wei Chiu-6/+2
2025-05-28Merge tag 'media/v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-68/+289
2025-04-30media: vivid: use (t,l)/wxh format for rectangleHans Verkuil-10/+10
2025-04-25media: vivid: Change the siize of the composingDenis Arefev-1/+1
2025-04-25media: vivid: Add more webcam resolutionsRicardo Ribalda-0/+3
2025-04-25media: vivid: Fix requirement about webcam_intervalsRicardo Ribalda-2/+1
2025-04-25media: vidtv: Terminating the subsequent process of initialization failureEdward Adam Davis-1/+1
2025-04-25media: vim2m: Add parametized support for multiplanar APIMatthew Majewski-39/+267
2025-04-25media: vim2m: Simplify try_fmtMatthew Majewski-21/+12
2025-04-07media: vivid: fix FB dependencyArnd Bergmann-1/+2
2025-03-06media: vim2m: print device name after registering deviceMatthew Majewski-3/+3
2025-03-06media: vivid: Introduce VIDEO_VIVID_OSDRicardo Ribalda-3/+34
2025-03-06media: vivid: Move all fb_info references into vivid-osdRicardo Ribalda-16/+28
2025-03-05media: vimc: skip .s_stream() for stopped entitiesNikita Zhandarovich-0/+6
2025-03-03media: vivid: Add a rectangle controlYunke Cao-0/+34
2025-02-25media: visl: Fix ERANGE error when setting enum controlsNicolas Dufresne-0/+12
2025-02-18media: test-drivers: vivid: don't call schedule in loopHans Verkuil-12/+32
2025-01-07media: vidtv: Fix a null-ptr-deref in vidtv_mux_stop_threadEdward Adam Davis-1/+7
2024-11-20Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-45/+55
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2024-11-11Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1Mauro Carvalho Chehab-4/+6
2024-11-08media: replace obsolete hans.verkuil@cisco.com aliasHans Verkuil-1/+1
2024-11-08media: vicodec: add V4L2_CID_MIN_BUFFERS_FOR_* controlsHans Verkuil-6/+17
2024-10-28media: v4l2-core: v4l2-dv-timings: check cvt/gtf resultHans Verkuil-2/+13
2024-10-28media: test-drivers: drop vb2_ops_wait_prepare/finishHans Verkuil-28/+0
2024-10-28media: vivid: fix buffer overwrite when using > 32 buffersHans Verkuil-4/+6
2024-10-12media: test-drivers: Use V4L2_FMTDESC_FLAG_ENUM_ALL flagBenjamin Gaignard-2/+18