index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
mediatek
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-10
media: mediatek: vcodec: change lat thread decode error condition
Yunfei Dong
3
-4
/
+6
2023-04-10
media: mediatek: vcodec: making sure queue_work successfully
Yunfei Dong
2
-8
/
+25
2023-04-10
media: mediatek: vcodec: remove unused lat_buf
Yunfei Dong
1
-3
/
+15
2023-04-10
media: mediatek: vcodec: add core decode done event
Yunfei Dong
2
-1
/
+5
2023-04-10
media: mediatek: vcodec: move lat_buf to the top of core list
Yunfei Dong
2
-1
/
+22
2023-04-10
media: mediatek: vcodec: using each instance lat_buf count replace core ready...
Yunfei Dong
1
-1
/
+1
2023-04-10
media: mediatek: vcodec: add params to record lat and core lat_buf count
Yunfei Dong
2
-1
/
+28
2023-04-10
media: mediatek: vcodec: Force capture queue format to MM21
Yunfei Dong
1
-21
/
+3
2023-04-10
media: mediatek: vcodec: Make MM21 the default capture format
Yunfei Dong
1
-4
/
+4
2023-04-10
media: mediatek: vcodec: Use 4K frame size when supported by stateful decoder
Pin-yen Lin
1
-1
/
+11
2023-04-10
media: mtk-jpeg: refactor hw dev initializaiton
kyrie wu
4
-16
/
+11
2023-04-10
media: mtk-jpeg: refactor some variables
kyrie wu
4
-44
/
+37
2023-04-10
media: mtk-jpeg: Remove some unnecessary variables
kyrie wu
3
-33
/
+18
2023-04-10
media: mtk-jpeg: reconstructs the initialization mode of worker
kyrie wu
2
-6
/
+5
2023-04-10
media: mtk-jpeg: Fixes jpeg enc&dec worker sw flow
kyrie wu
2
-11
/
+7
2023-04-10
media: mtk-jpeg: add jpeg single core initial function
kyrie wu
1
-30
/
+44
2023-04-10
media: mtk-jpeg: Fixes jpeghw multi-core judgement
kyrie wu
2
-1
/
+6
2023-03-19
media: mtk-jpegenc: Fix a compilation issue
oushixiong
1
-1
/
+1
2023-03-19
media: platform: mtk-mdp3: Add missing check and free for ida_alloc
Jiasheng Jiang
1
-1
/
+7
2023-02-08
media: mediatek: vcodec/venc: return 0 instead of 'ret'.
Hans Verkuil
1
-2
/
+2
2023-02-08
media: mediatek: mdp3: replace return by goto for proper unwind
Hans Verkuil
1
-1
/
+2
2023-02-08
media: mediatek: vcodec: Using pm_runtime_put instead of pm_runtime_put_sync
Yunfei Dong
1
-3
/
+3
2023-02-08
media: platform: mtk-mdp3: fix Kconfig dependencies
Arnd Bergmann
1
-4
/
+3
2023-02-06
media: platform: mtk-mdp3: Fix return value check in mdp_probe()
Qiheng Lin
1
-3
/
+4
2022-12-07
media: Switch to use dev_err_probe() helper
Yang Yingliang
1
-3
/
+2
2022-11-25
media: mediatek: vcodec: Core thread depends on core_list
Yunfei Dong
1
-1
/
+1
2022-11-25
media: mediatek: vcodec: Setting lat buf to lat_list when lat decode error
Yunfei Dong
1
-5
/
+10
2022-11-25
media: mediatek: vcodec: Fix h264 set lat buffer error
Yunfei Dong
1
-11
/
+17
2022-11-25
media: mediatek: vcodec: Can't set dst buffer to done when lat decode error
Yunfei Dong
1
-1
/
+1
2022-11-25
media: mediatek: vcodec: Fix getting NULL pointer for dst buffer
Yunfei Dong
1
-4
/
+7
2022-11-25
media: mtk-jpegdec: add missing destroy_workqueue()
Yang Yingliang
1
-0
/
+10
2022-11-15
Merge tag 'br-v6.2d' of git://linuxtv.org/hverkuil/media_tree into media_stage
Mauro Carvalho Chehab
3
-5
/
+33
2022-11-15
Merge tag 'br-v6.2e' of git://linuxtv.org/hverkuil/media_tree into media_stage
Mauro Carvalho Chehab
4
-75
/
+91
2022-11-04
media: platform: mtk-mdp3: fix error handling in mdp_probe()
Moudy Ho
1
-7
/
+8
2022-11-04
media: platform: mtk-mdp3: fix error handling about components clock_on
Moudy Ho
2
-9
/
+19
2022-11-04
media: platform: mtk-mdp3: fix error handling in mdp_cmdq_send()
Moudy Ho
1
-21
/
+26
2022-11-04
media: platform: mtk-mdp3: extend shared memory structure to 4-byte aligned
Moudy Ho
1
-38
/
+38
2022-10-24
media: platform: mtk-mdp3: remove unused VIDEO_MEDIATEK_VPU config
Moudy Ho
1
-1
/
+0
2022-10-24
media: mediatek: vcodec: fix h264 cavlc bitstream fail
Yunfei Dong
1
-3
/
+29
2022-10-24
media: mediatek: vcodec: Skip unsupported h264 encoder profile
Irui Wang
1
-1
/
+4
2022-09-30
mtk-jpegdec: add stop cmd interface for jpgdec
kyrie wu
1
-0
/
+3
2022-09-30
media: mtk-jpegdec: refactor jpegdec func interface
kyrie wu
5
-32
/
+66
2022-09-30
media: mtk-jpegdec: add output pic reorder interface
kyrie wu
1
-2
/
+45
2022-09-30
media: mtk-jpegdec: add jpeg decode worker interface
kyrie wu
3
-12
/
+234
2022-09-30
media: mtk-jpegdec: add jpegdec timeout func interface
kyrie wu
2
-0
/
+28
2022-09-30
media: mtk-jpegdec: support jpegdec multi-hardware
kyrie wu
3
-2
/
+214
2022-09-30
media: mtk-jpegdec: export jpeg decoder functions
kyrie wu
1
-0
/
+6
2022-09-30
mtk-jpegenc: add stop cmd interface for jpgenc
kyrie wu
1
-0
/
+4
2022-09-30
mtk-jpegenc: add output pic reorder interface
kyrie wu
5
-24
/
+81
2022-09-30
mtk-jpegenc: add jpeg encode worker interface
kyrie wu
3
-13
/
+232
[prev]
[next]