index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
amphion
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-12
media: amphion: Support dmabuf and v4l2 buffer without binding
Ming Qian
4
-48
/
+220
2025-06-20
media: amphion: Add H264 and HEVC profile and level control
Ming Qian
5
-1
/
+205
2025-06-17
media: amphion: Remove unused functions
Dr. David Alan Gilbert
4
-83
/
+0
2025-04-24
media: amphion: Slightly simplify vpu_core_register()
Christophe JAILLET
2
-4
/
+4
2025-04-08
media: amphion: Fix spelling mistake "dismatch" -> "mismatch"
Colin Ian King
1
-1
/
+1
2025-04-08
media: amphion: Add a frame flush mode for decoder
Ming Qian
1
-1
/
+13
2025-04-08
media: amphion: Reduce decoding latency for HEVC decoder
Ming Qian
1
-3
/
+22
2024-11-07
media: amphion: Fix pm_runtime_set_suspended() with runtime pm enabled
Jinjie Ruan
1
-1
/
+1
2024-10-28
media: platform: drop vb2_ops_wait_prepare/finish
Hans Verkuil
1
-2
/
+0
2024-10-12
media: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2
-2
/
+2
2024-10-12
media: amphion: Set video drvdata before register video device
Ming Qian
1
-1
/
+1
2024-10-12
media: amphion: Guard memory allocation to catch failures
Ming Qian
1
-0
/
+12
2024-06-10
media: amphion: Report the average QP of current encoded frame
Ming Qian
6
-0
/
+25
2024-06-10
media: amphion: Remove lock in s_ctrl callback
Ming Qian
2
-4
/
+0
2024-05-31
media: amphion: remove unused struct 'vpu_malone_frame_buffer'
Dr. David Alan Gilbert
1
-5
/
+0
2024-02-16
media: amphion: Abort vpu parsing directly in seek
Ming Qian
1
-1
/
+3
2023-12-13
media: videobuf2: core: Rename min_buffers_needed field in vb2_queue
Benjamin Gaignard
1
-2
/
+2
2023-12-13
media: amphion: remove mutext lock in condition of wait_event
Ming Qian
3
-20
/
+12
2023-11-23
media: amphion: Fix VPU core alias name
Alexander Stein
1
-1
/
+1
2023-11-23
media: amphion: Stop direct calls to queue num_buffers field
Benjamin Gaignard
2
-6
/
+6
2023-11-23
media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
Benjamin Gaignard
1
-4
/
+18
2023-10-07
media: amphion: handle firmware debug message
Ming Qian
4
-5
/
+29
2023-07-25
media: amphion: ensure the bitops don't cross boundaries
Ming Qian
1
-0
/
+2
2023-07-25
media: amphion: fix UNUSED_VALUE issue reported by coverity
Ming Qian
1
-1
/
+1
2023-07-25
media: amphion: fix UNINIT issues reported by coverity
Ming Qian
1
-6
/
+6
2023-07-25
media: amphion: fix REVERSE_INULL issues reported by coverity
Ming Qian
1
-2
/
+4
2023-07-25
media: amphion: fix CHECKED_RETURN issues reported by coverity
Ming Qian
3
-4
/
+15
2023-07-25
media: amphion: decoder support display delay for all formats
Ming Qian
1
-3
/
+22
2023-07-25
media: amphion: add helper function to get id name
Ming Qian
6
-13
/
+79
2023-07-25
media: amphion: reinit vpu if reqbufs output 0
Ming Qian
2
-3
/
+6
2023-07-19
media: Explicitly include correct DT includes
Rob Herring
7
-13
/
+3
2023-07-14
media: amphion: Fix firmware path to match linux-firmware
Nicolas Dufresne
1
-2
/
+2
2023-07-14
media: amphion: use dev_err_probe
Alexander Stein
1
-5
/
+4
2023-07-05
Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
5
-8
/
+22
2023-05-25
media: amphion: initiate a drain of the capture queue in dynamic resolution change
Ming Qian
4
-8
/
+10
2023-05-25
media: amphion: drop repeated codec data for vc1g format
Ming Qian
1
-0
/
+10
2023-05-25
media: amphion: drop repeated codec data for vc1l format
Ming Qian
1
-0
/
+2
2023-05-23
media: amphion: Use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
2
-2
/
+2
2023-04-11
media: vpu_drv: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-11
media: vpu_core: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-10
media: amphion: support to decode RealVideo video
Ming Qian
3
-0
/
+38
2023-04-10
media: amphion: support to decode sorenson spark video
Ming Qian
2
-0
/
+25
2023-03-19
media: amphion: decoder implement display delay enable
Ming Qian
3
-2
/
+37
2023-02-08
media: amphion: correct the unspecified color space
Ming Qian
1
-3
/
+3
2023-02-06
media: amphion: remove redundant check of colorspace in venc_s_fmt
Ming Qian
1
-14
/
+4
2022-11-25
media: amphion: lock and check m2m_ctx in event handler
Ming Qian
2
-2
/
+8
2022-11-25
media: amphion: cancel vpu before release instance
Ming Qian
1
-4
/
+7
2022-11-25
media: amphion: try to wakeup vpu core to avoid failure
Ming Qian
4
-4
/
+38
2022-11-25
media: amphion: encoder add support for contiguous planes
Ming Qian
1
-0
/
+8
2022-11-25
media: amphion: decoder add support for contiguous planes
Ming Qian
1
-0
/
+16
[next]