summaryrefslogtreecommitdiff
path: root/drivers/media/platform/amphion
AgeCommit message (Expand)Author
2024-06-10media: amphion: Report the average QP of current encoded frameMing Qian
2024-06-10media: amphion: Remove lock in s_ctrl callbackMing Qian
2024-05-31media: amphion: remove unused struct 'vpu_malone_frame_buffer'Dr. David Alan Gilbert
2024-02-16media: amphion: Abort vpu parsing directly in seekMing Qian
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard
2023-12-13media: amphion: remove mutext lock in condition of wait_eventMing Qian
2023-11-23media: amphion: Fix VPU core alias nameAlexander Stein
2023-11-23media: amphion: Stop direct calls to queue num_buffers fieldBenjamin Gaignard
2023-11-23media: amphion: Use vb2_get_buffer() instead of directly access to buffers arrayBenjamin Gaignard
2023-10-07media: amphion: handle firmware debug messageMing Qian
2023-07-25media: amphion: ensure the bitops don't cross boundariesMing Qian
2023-07-25media: amphion: fix UNUSED_VALUE issue reported by coverityMing Qian
2023-07-25media: amphion: fix UNINIT issues reported by coverityMing Qian
2023-07-25media: amphion: fix REVERSE_INULL issues reported by coverityMing Qian
2023-07-25media: amphion: fix CHECKED_RETURN issues reported by coverityMing Qian
2023-07-25media: amphion: decoder support display delay for all formatsMing Qian
2023-07-25media: amphion: add helper function to get id nameMing Qian
2023-07-25media: amphion: reinit vpu if reqbufs output 0Ming Qian
2023-07-19media: Explicitly include correct DT includesRob Herring
2023-07-14media: amphion: Fix firmware path to match linux-firmwareNicolas Dufresne
2023-07-14media: amphion: use dev_err_probeAlexander Stein
2023-07-05Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-05-25media: amphion: initiate a drain of the capture queue in dynamic resolution c...Ming Qian
2023-05-25media: amphion: drop repeated codec data for vc1g formatMing Qian
2023-05-25media: amphion: drop repeated codec data for vc1l formatMing Qian
2023-05-23media: amphion: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo
2023-04-11media: vpu_drv: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-11media: vpu_core: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-10media: amphion: support to decode RealVideo videoMing Qian
2023-04-10media: amphion: support to decode sorenson spark videoMing Qian
2023-03-19media: amphion: decoder implement display delay enableMing Qian
2023-02-08media: amphion: correct the unspecified color spaceMing Qian
2023-02-06media: amphion: remove redundant check of colorspace in venc_s_fmtMing Qian
2022-11-25media: amphion: lock and check m2m_ctx in event handlerMing Qian
2022-11-25media: amphion: cancel vpu before release instanceMing Qian
2022-11-25media: amphion: try to wakeup vpu core to avoid failureMing Qian
2022-11-25media: amphion: encoder add support for contiguous planesMing Qian
2022-11-25media: amphion: decoder add support for contiguous planesMing Qian
2022-11-25media: amphion: tell and handle contiguous and non contiguous formatMing Qian
2022-11-25media: amphion: Fix error handling in vpu_driver_init()Yuan Can
2022-11-25media: amphion: apply vb2_queue_error instead of setting manuallyMing Qian
2022-11-25media: amphion: add lock around vdec_g_fmtMing Qian
2022-10-24media: amphion: reset instance if it's aborted before codec header parsedMing Qian
2022-09-24media: amphion: release m2m ctx when releasing vpu instanceMing Qian
2022-08-30media: amphion: fix a bug that vpu core may not resume after suspendMing Qian
2022-08-30media: amphion: don't change the colorspace reported by decoder.Ming Qian
2022-08-30media: amphion: adjust the encoder's value range of gop sizeMing Qian
2022-08-30media: amphion: insert picture startcode after seek for vc1g formatMing Qian
2022-07-08media: amphion: only insert the first sequence startcode for vc1l formatMing Qian
2022-07-08media: amphion: sync buffer status with firmware during abortMing Qian