aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/platform/chips-media
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge tag 'media/v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds3-15/+57
2026-07-17media: chips-media: wave5: Resume device before setting EOS flagJackson Lee1-0/+19
2026-07-17media: chips-media: wave5: Fix pipeline stall when queuing failsJackson Lee1-1/+4
2026-07-17media: chips-media: wave5: Defer job_finish() only when a DEC_PIC was queuedJackson Lee1-1/+11
2026-07-17media: chips-media: wave5: Add timeout while stop_streamingJackson Lee2-7/+10
2026-07-17media: chips-media: wave5: avoid skipping device_run while VPU has workJackson Lee1-3/+7
2026-07-17media: chips-media: wave5: Set inst->std during default format initializationJackson Lee1-2/+4
2026-07-17media: chips-media: wave5: Guard bit depth check with initial_info_obtainedJackson Lee1-1/+2
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)1-1/+0
2026-05-12media: chips-media: wave5: Add range checks for dec_output_infoRicardo Ribalda1-2/+9
2026-05-04media: chips-media: wave5: Fix Reports from Kernel Lock ValidatorBrandon Brnich1-14/+33
2026-05-04media: chips-media: wave5: Release m2m_ctx after Instance Removed from ListBrandon Brnich1-1/+3
2026-05-04media: chips-media: wave5: Add Support for Packed YUV422 FormatsJackson Lee2-1/+33
2026-05-04media: chips-media: wave5: Support CBP profileJackson Lee3-1/+8
2026-05-04media: chips-media: wave5: Add support for background detectionJackson Lee3-1/+11
2026-05-04media: chips-media: wave5: Move src_buf Removal to finish_encodeBrandon Brnich1-25/+4
2026-03-23media: chips-media: wave5: add missing spinlock protection for handle_dynamic_resolution_change()Ziyi Guo1-0/+3
2026-03-23media: chips-media: wave5: add missing spinlock protection for send_eos_event()Ziyi Guo1-1/+10
2026-03-23media: chips-media: wave5: fix a potential memory leak in wave5_vdi_init()Haoxiang Li1-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-10/+10
2026-01-05media: chips-media: wave5: Fix Potential Probe Resource LeakBrandon Brnich1-1/+9
2026-01-05media: chips-media: wave5: Fix memory leak on codec_info allocation failureZilin Guan2-2/+6
2026-01-05media: chips-media: wave5: Improve performance of decoderJackson Lee6-66/+178
2026-01-05media: chips-media: wave5: Add WARN_ON to check if dec_output_info is NULLJackson Lee1-1/+1
2026-01-05media: chips-media: wave5: Fix Null reference while testing flusterJackson Lee6-11/+131
2026-01-05media: chips-media: wave5: Fix SError of kernel panic when closedJackson Lee4-22/+3
2026-01-05media: chips-media: wave5: Fix device cleanup order to prevent kernel panicXulin Sun1-3/+4
2026-01-05media: chips-media: wave5: Fix kthread worker destruction in polling modeXulin Sun1-1/+2
2026-01-05media: chips-media: wave5: Fix PM runtime usage count underflowXulin Sun1-1/+1
2026-01-05media: chips-media: wave5: Process ready frames when CMD_STOP sent to EncoderBrandon Brnich1-0/+2
2026-01-05media: chips-media: wave5: Fix conditional in start_streamingBrandon Brnich1-1/+2
2025-10-17media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()Laurent Pinchart2-3/+3
2025-10-17media: coda: Drop unneeded v4l2_m2m_get_vq() NULL checkLaurent Pinchart1-4/+0
2025-10-02Merge tag 'media/v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds6-57/+64
2025-09-04media: chips-media: wave5: Remove redundant ternary operatorsLiao Yuanhong1-1/+1
2025-08-18media: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus2-9/+0
2025-08-13media: wave5: Access v4l2_fh from fileJacopo Mondi3-22/+22
2025-08-13media: coda: Access v4l2_fh from fileJacopo Mondi1-18/+18
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart2-3/+3
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart3-6/+3
2025-08-13media: chips-media: wave5: Pass file pointer to wave5_cleanup_instance()Laurent Pinchart4-5/+5
2025-08-13media: Replace file->private_data access with custom functionsLaurent Pinchart3-2/+12
2025-03-25Merge tag 'media/v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds5-4/+44
2025-02-21media: coda: Add system resume interfaceXiaolei Wang1-0/+1
2025-02-18media: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-02-15media: chips-media: wave5: Fix timeout while testing 10bit hevc flusterJackson.lee1-0/+14
2025-02-15media: chips-media: wave5: Fix a hang after seekingJackson.lee2-1/+26
2025-02-15media: chips-media: wave5: Avoid race condition in the interrupt handlerJackson.lee1-2/+2
2025-02-15media: chips-media: wave5: Fix gray color on screenJackson.lee1-1/+1