index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
amphion
Age
Commit message (
Expand
)
Author
Files
Lines
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/mch...
Linus Torvalds
5
-8
/
+22
2023-05-25
media: amphion: initiate a drain of the capture queue in dynamic resolution c...
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
2022-11-25
media: amphion: tell and handle contiguous and non contiguous format
Ming Qian
10
-165
/
+297
2022-11-25
media: amphion: Fix error handling in vpu_driver_init()
Yuan Can
1
-1
/
+5
2022-11-25
media: amphion: apply vb2_queue_error instead of setting manually
Ming Qian
1
-9
/
+2
2022-11-25
media: amphion: add lock around vdec_g_fmt
Ming Qian
1
-0
/
+2
2022-10-24
media: amphion: reset instance if it's aborted before codec header parsed
Ming Qian
1
-3
/
+10
2022-09-24
media: amphion: release m2m ctx when releasing vpu instance
Ming Qian
1
-7
/
+4
2022-08-30
media: amphion: fix a bug that vpu core may not resume after suspend
Ming Qian
4
-44
/
+51
2022-08-30
media: amphion: don't change the colorspace reported by decoder.
Ming Qian
1
-8
/
+8
2022-08-30
media: amphion: adjust the encoder's value range of gop size
Ming Qian
1
-1
/
+1
2022-08-30
media: amphion: insert picture startcode after seek for vc1g format
Ming Qian
1
-1
/
+1
2022-07-08
media: amphion: only insert the first sequence startcode for vc1l format
Ming Qian
4
-2
/
+10
2022-07-08
media: amphion: sync buffer status with firmware during abort
Ming Qian
1
-0
/
+9
2022-07-08
media: amphion: defer setting last_buffer_dequeued until resolution changes a...
Ming Qian
2
-15
/
+23
2022-07-08
media: amphion: release core lock before reset vpu core
Ming Qian
1
-1
/
+6
2022-06-27
media: amphion: output firmware error message
Ming Qian
1
-1
/
+6
2022-06-20
media: amphion: delete unnecessary NULL check
Ziyang Xuan
3
-6
/
+3
2022-06-20
media: amphion: Replace zero-length array with flexible-array member
Kees Cook
1
-1
/
+1
2022-06-20
media: amphion: return error if format is unsupported by vpu
Ming Qian
2
-2
/
+6
2022-06-20
media: amphion: vdec check format in enum_fmt
Ming Qian
3
-1
/
+18
2022-06-20
media: amphion: support for reloading module
Ming Qian
1
-7
/
+4
2022-05-13
media: amphion: G/S_PARM only for encoder's output queue
Ming Qian
1
-0
/
+6
2022-05-13
media: amphion: wake up when error occurs
Ming Qian
1
-4
/
+4
[next]