summaryrefslogtreecommitdiffstats
path: root/drivers/media/test-drivers
AgeCommit message (Expand)AuthorLines
2026-03-25media: vidtv: Use crc32_be() instead of open codingEric Biggers-56/+2
2026-03-17media: vimc: streamer: Apply sensor frame rate in streamer threadFaizel K B-2/+31
2026-03-17media: vimc: sensor: Add pixel_rate,vblank and hblank configurationFaizel K B-0/+101
2026-03-17media: vimc: sensor: Move vimc_sensor_device to common headerFaizel K B-26/+28
2026-03-16media: vidtv: fix NULL pointer dereference in vidtv_channel_pmt_match_sectionsRuslan Valiyev-0/+4
2026-03-16media: vidtv: fix nfeeds state corruption on start_streaming failureRuslan Valiyev-1/+3
2026-03-16media: vidtv: fix pass-by-value structs causing MSAN warningsAbd-Alrhman Masalkhi-28/+28
2026-03-16media: vidtv: Rename PI definition to PI_SAMPLESAndy Shevchenko-3/+3
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