summaryrefslogtreecommitdiff
path: root/drivers/media/platform/amphion/vpu_v4l2.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-10media: amphion: Report the average QP of current encoded frameMing Qian1-0/+16
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 Qian1-0/+1
2023-11-23media: amphion: Stop direct calls to queue num_buffers fieldBenjamin Gaignard1-2/+2
2023-07-25media: amphion: reinit vpu if reqbufs output 0Ming Qian1-1/+6
2023-07-05Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-2/+3
2023-05-25media: amphion: initiate a drain of the capture queue in dynamic resolution c...Ming Qian1-2/+3
2023-05-24media: amphion: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo1-1/+1
2022-11-25media: amphion: lock and check m2m_ctx in event handlerMing Qian1-2/+6
2022-11-25media: amphion: cancel vpu before release instanceMing Qian1-4/+7
2022-11-25media: amphion: tell and handle contiguous and non contiguous formatMing Qian1-42/+127
2022-11-25media: amphion: apply vb2_queue_error instead of setting manuallyMing Qian1-9/+2
2022-09-24media: amphion: release m2m ctx when releasing vpu instanceMing Qian1-7/+4
2022-07-08media: amphion: defer setting last_buffer_dequeued until resolution changes a...Ming Qian1-1/+1
2022-06-20media: amphion: return error if format is unsupported by vpuMing Qian1-2/+4
2022-05-13media: amphion: wake up when error occursMing Qian1-4/+4
2022-05-13media: amphion: ensure the buffer count is not less than min_bufferMing Qian1-0/+4
2022-05-13media: amphion: decoder copy timestamp from output to captureMing Qian1-0/+56
2022-03-18media: amphion: fix some issues to improve robustMing Qian1-2/+6
2022-03-18media: amphion: fix some error related with undefined reference to __divdi3Ming Qian1-4/+1
2022-03-07media: amphion: add vpu v4l2 m2m supportMing Qian1-0/+712