index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
amphion
/
vpu_v4l2.c
Age
Commit message (
Expand
)
Author
2026-01-13
media: amphion: Drop min_queued_buffers assignment
Ming Qian
2026-01-13
media: amphion: Trigger source change if colorspace changed
Ming Qian
2025-10-20
media: amphion: Cancel message work before releasing the VPU core
Ming Qian
2025-10-20
media: amphion: Remove vpu_vb_is_codecconfig
Ming Qian
2025-08-13
media: Reset file->private_data to NULL in v4l2_fh_del()
Laurent Pinchart
2025-08-13
media: Set file->private_data in v4l2_fh_add()
Laurent Pinchart
2025-08-13
media: amphion: Delete v4l2_fh synchronously in .release()
Laurent Pinchart
2025-08-13
media: amphion: Make some vpu_v4l2 functions static
Laurent Pinchart
2025-07-12
media: amphion: Support dmabuf and v4l2 buffer without binding
Ming Qian
2024-10-28
media: platform: drop vb2_ops_wait_prepare/finish
Hans Verkuil
2024-10-12
media: amphion: Set video drvdata before register video device
Ming Qian
2024-06-10
media: amphion: Report the average QP of current encoded frame
Ming Qian
2023-12-13
media: videobuf2: core: Rename min_buffers_needed field in vb2_queue
Benjamin Gaignard
2023-12-13
media: amphion: remove mutext lock in condition of wait_event
Ming Qian
2023-11-23
media: amphion: Stop direct calls to queue num_buffers field
Benjamin Gaignard
2023-07-25
media: amphion: reinit vpu if reqbufs output 0
Ming Qian
2023-07-05
Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2023-05-25
media: amphion: initiate a drain of the capture queue in dynamic resolution c...
Ming Qian
2023-05-23
media: amphion: Use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
2022-11-25
media: amphion: lock and check m2m_ctx in event handler
Ming Qian
2022-11-25
media: amphion: cancel vpu before release instance
Ming Qian
2022-11-25
media: amphion: tell and handle contiguous and non contiguous format
Ming Qian
2022-11-25
media: amphion: apply vb2_queue_error instead of setting manually
Ming Qian
2022-09-24
media: amphion: release m2m ctx when releasing vpu instance
Ming Qian
2022-07-08
media: amphion: defer setting last_buffer_dequeued until resolution changes a...
Ming Qian
2022-06-20
media: amphion: return error if format is unsupported by vpu
Ming Qian
2022-05-13
media: amphion: wake up when error occurs
Ming Qian
2022-05-13
media: amphion: ensure the buffer count is not less than min_buffer
Ming Qian
2022-05-13
media: amphion: decoder copy timestamp from output to capture
Ming Qian
2022-03-18
media: amphion: fix some issues to improve robust
Ming Qian
2022-03-18
media: amphion: fix some error related with undefined reference to __divdi3
Ming Qian
2022-03-07
media: amphion: add vpu v4l2 m2m support
Ming Qian