summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/chips-media/wave5
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2026-01-05media: chips-media: wave5: Fix Potential Probe Resource LeakBrandon Brnich-1/+9
2026-01-05media: chips-media: wave5: Fix memory leak on codec_info allocation failureZilin Guan-2/+6
2026-01-05media: chips-media: wave5: Improve performance of decoderJackson Lee-66/+178
2026-01-05media: chips-media: wave5: Add WARN_ON to check if dec_output_info is NULLJackson Lee-1/+1
2026-01-05media: chips-media: wave5: Fix Null reference while testing flusterJackson Lee-11/+131
2026-01-05media: chips-media: wave5: Fix SError of kernel panic when closedJackson Lee-22/+3
2026-01-05media: chips-media: wave5: Fix device cleanup order to prevent kernel panicXulin Sun-3/+4
2026-01-05media: chips-media: wave5: Fix kthread worker destruction in polling modeXulin Sun-1/+2
2026-01-05media: chips-media: wave5: Fix PM runtime usage count underflowXulin Sun-1/+1
2026-01-05media: chips-media: wave5: Process ready frames when CMD_STOP sent to EncoderBrandon Brnich-0/+2
2026-01-05media: chips-media: wave5: Fix conditional in start_streamingBrandon Brnich-1/+2
2025-10-02Merge tag 'media/v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-34/+37
2025-09-04media: chips-media: wave5: Remove redundant ternary operatorsLiao Yuanhong-1/+1
2025-08-18media: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-9/+0
2025-08-13media: wave5: Access v4l2_fh from fileJacopo Mondi-22/+22
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart-1/+1
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart-4/+2
2025-08-13media: chips-media: wave5: Pass file pointer to wave5_cleanup_instance()Laurent Pinchart-5/+5
2025-08-13media: Replace file->private_data access with custom functionsLaurent Pinchart-1/+6
2025-03-25Merge tag 'media/v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-4/+43
2025-02-18media: Switch to use hrtimer_setup()Nam Cao-2/+2
2025-02-15media: chips-media: wave5: Fix timeout while testing 10bit hevc flusterJackson.lee-0/+14
2025-02-15media: chips-media: wave5: Fix a hang after seekingJackson.lee-1/+26
2025-02-15media: chips-media: wave5: Avoid race condition in the interrupt handlerJackson.lee-2/+2
2025-02-15media: chips-media: wave5: Fix gray color on screenJackson.lee-1/+1
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker-1/+1
2024-10-28media: platform: drop vb2_ops_wait_prepare/finishHans Verkuil-4/+0
2024-10-12media: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-10-08media: chips-media: wave5: Support YUV422 raw pixel-formats on the encoder.Jackson.lee-15/+74
2024-10-08media: chips-media: wave5: Use helpers to calculate bytesperline and sizeimage.Jackson.lee-319/+239
2024-10-08media: chips-media: wave5: Support runtime suspend/resumeJackson.lee-26/+118
2024-10-08media: chips-media: wave5: Support SPS/PPS generation for each IDRJackson.lee-5/+29
2024-06-21media: chips-media: wave5: support Wave515 decoderIvan Bornyakov-79/+280
2024-06-21media: chips-media: wave5: drop "sram-size" DT propertyIvan Bornyakov-22/+72
2024-06-21media: chips-media: wave5: separate irq setup routineIvan Bornyakov-29/+24
2024-06-21media: chips-media: wave5: support reset linesIvan Bornyakov-1/+16
2024-06-21media: chips-media: wave5: support decoding HEVC Main10 profileIvan Bornyakov-13/+18
2024-03-25media: chips-media: wave5: Add hrtimer based polling supportDevarsh Thakkar-46/+126
2024-02-28media: chips-media: wave5: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-02-28media: chips-media: wave5: Remove unnecessary semicolonsThorsten Blum-2/+2
2024-01-24media: chips-media: wave5: Remove K3 ReferencesBrandon Brnich-1/+1
2023-12-13media: chips-media: wave5: Requires GENERIC_ALLOCATORRandy Dunlap-0/+1
2023-12-13media: chips-media: wave5: Fix panic on decoding DECODED_IDX_FLAG_SKIPMattijs Korpershoek-1/+1
2023-12-13media: chips-media: wave5: Fix spelling mistake "bufferur" -> "buffer"Colin Ian King-1/+1
2023-12-13media: chips-media: wave5: Remove duplicate checkDan Carpenter-3/+0
2023-12-07media: chips-media: wave5: VIDEO_WAVE_VPU should depend on ARCH_K3Geert Uytterhoeven-0/+1
2023-11-24media: wave5: add OF and V4L_MEM2MEM_DRIVERS dependenciesDeborah Brouwer-1/+2
2023-11-16media: chips-media: wave5: Add the v4l2 layerNas Chung-0/+4366