aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/amphion (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-12media: amphion: Support dmabuf and v4l2 buffer without bindingMing Qian4-48/+220
2025-06-20media: amphion: Add H264 and HEVC profile and level controlMing Qian5-1/+205
2025-06-17media: amphion: Remove unused functionsDr. David Alan Gilbert4-83/+0
2025-04-24media: amphion: Slightly simplify vpu_core_register()Christophe JAILLET2-4/+4
2025-04-08media: amphion: Fix spelling mistake "dismatch" -> "mismatch"Colin Ian King1-1/+1
2025-04-08media: amphion: Add a frame flush mode for decoderMing Qian1-1/+13
2025-04-08media: amphion: Reduce decoding latency for HEVC decoderMing Qian1-3/+22
2024-11-07media: amphion: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-10-28media: platform: drop vb2_ops_wait_prepare/finishHans Verkuil1-2/+0
2024-10-12media: Switch back to struct platform_driver::remove()Uwe Kleine-König2-2/+2
2024-10-12media: amphion: Set video drvdata before register video deviceMing Qian1-1/+1
2024-10-12media: amphion: Guard memory allocation to catch failuresMing Qian1-0/+12
2024-06-10media: amphion: Report the average QP of current encoded frameMing Qian6-0/+25
2024-06-10media: amphion: Remove lock in s_ctrl callbackMing Qian2-4/+0
2024-05-31media: amphion: remove unused struct 'vpu_malone_frame_buffer'Dr. David Alan Gilbert1-5/+0
2024-02-16media: amphion: Abort vpu parsing directly in seekMing Qian1-1/+3
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard1-2/+2
2023-12-13media: amphion: remove mutext lock in condition of wait_eventMing Qian3-20/+12
2023-11-23media: amphion: Fix VPU core alias nameAlexander Stein1-1/+1
2023-11-23media: amphion: Stop direct calls to queue num_buffers fieldBenjamin Gaignard2-6/+6
2023-11-23media: amphion: Use vb2_get_buffer() instead of directly access to buffers arrayBenjamin Gaignard1-4/+18
2023-10-07media: amphion: handle firmware debug messageMing Qian4-5/+29
2023-07-25media: amphion: ensure the bitops don't cross boundariesMing Qian1-0/+2
2023-07-25media: amphion: fix UNUSED_VALUE issue reported by coverityMing Qian1-1/+1
2023-07-25media: amphion: fix UNINIT issues reported by coverityMing Qian1-6/+6
2023-07-25media: amphion: fix REVERSE_INULL issues reported by coverityMing Qian1-2/+4
2023-07-25media: amphion: fix CHECKED_RETURN issues reported by coverityMing Qian3-4/+15
2023-07-25media: amphion: decoder support display delay for all formatsMing Qian1-3/+22
2023-07-25media: amphion: add helper function to get id nameMing Qian6-13/+79
2023-07-25media: amphion: reinit vpu if reqbufs output 0Ming Qian2-3/+6
2023-07-19media: Explicitly include correct DT includesRob Herring7-13/+3
2023-07-14media: amphion: Fix firmware path to match linux-firmwareNicolas Dufresne1-2/+2
2023-07-14media: amphion: use dev_err_probeAlexander Stein1-5/+4
2023-07-05Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds5-8/+22
2023-05-25media: amphion: initiate a drain of the capture queue in dynamic resolution changeMing Qian4-8/+10
2023-05-25media: amphion: drop repeated codec data for vc1g formatMing Qian1-0/+10
2023-05-25media: amphion: drop repeated codec data for vc1l formatMing Qian1-0/+2
2023-05-23media: amphion: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2-2/+2
2023-04-11media: vpu_drv: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-11media: vpu_core: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-10media: amphion: support to decode RealVideo videoMing Qian3-0/+38
2023-04-10media: amphion: support to decode sorenson spark videoMing Qian2-0/+25
2023-03-19media: amphion: decoder implement display delay enableMing Qian3-2/+37
2023-02-08media: amphion: correct the unspecified color spaceMing Qian1-3/+3
2023-02-06media: amphion: remove redundant check of colorspace in venc_s_fmtMing Qian1-14/+4
2022-11-25media: amphion: lock and check m2m_ctx in event handlerMing Qian2-2/+8
2022-11-25media: amphion: cancel vpu before release instanceMing Qian1-4/+7
2022-11-25media: amphion: try to wakeup vpu core to avoid failureMing Qian4-4/+38
2022-11-25media: amphion: encoder add support for contiguous planesMing Qian1-0/+8
2022-11-25media: amphion: decoder add support for contiguous planesMing Qian1-0/+16