index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
mtk-vcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: platform: rename mtk-vcodec/ to mediatek/mtk-vcodec/
Mauro Carvalho Chehab
2022-03-18
46
-12486
/
+0
*
media: platform: mtk-vcodec: move config to its own file
Mauro Carvalho Chehab
2022-03-15
1
-0
/
+36
*
Merge tag 'br-v5.18l' of git://linuxtv.org/hverkuil/media_tree into media_stage
Mauro Carvalho Chehab
2022-03-07
2
-16
/
+13
|
\
|
*
media: platform: mtk-vcodec: Do not force /dev/videoX node number
Benjamin Gaignard
2022-02-22
2
-16
/
+13
*
|
media: mtk-vcodec: Remove duplicated include in mtk_vcodec_enc_drv.c
Yang Li
2022-03-07
1
-1
/
+0
|
/
*
media: mtk-vcodec: Get rid of mtk_smi_larb_get/put
Yong Wu
2022-01-28
7
-83
/
+12
*
media: mtk-vcodec: Remove mtk_vcodec_release_enc_pm
Yunfei Dong
2022-01-23
3
-13
/
+8
*
media: mtk-vcodec: Remove mtk_vcodec_release_dec_pm
Yunfei Dong
2022-01-23
4
-17
/
+15
*
media: mtk-vcodec: Use codec type to separate different hardware
Yunfei Dong
2022-01-23
3
-9
/
+41
*
media: mtk-vcodec: Add core dec and dec end ipi msg
Yunfei Dong
2022-01-23
3
-0
/
+34
*
media: mtk-vcodec: Support 34bits dma address for vdec
Yunfei Dong
2022-01-23
1
-0
/
+8
*
media: mtk-vcodec: Add work queue for core hardware decode
Yunfei Dong
2022-01-23
4
-1
/
+53
*
media: mtk-vcodec: Add new interface to lock different hardware
Yunfei Dong
2022-01-23
3
-5
/
+7
*
media: mtk-vcodec: Generalize power and clock on/off interfaces
Yunfei Dong
2022-01-23
9
-40
/
+146
*
media: mtk-vcodec: Add msg queue feature for lat and core architecture
Yunfei Dong
2022-01-23
4
-0
/
+419
*
media: mtk-vcodec: Add irq interface for multi hardware
Yunfei Dong
2022-01-23
12
-39
/
+72
*
media: mtk-vcodec: Use pure single core for MT8183
Yunfei Dong
2022-01-23
3
-0
/
+13
*
media: mtk-vcodec: Add to support multi hardware decode
Yunfei Dong
2022-01-23
7
-32
/
+333
*
media: mtk-vcodec: Support MT8192
Yunfei Dong
2022-01-23
3
-0
/
+21
*
media: mtk-vcodec: export decoder pm functions
Yunfei Dong
2022-01-23
1
-0
/
+6
*
media: mtk-vcodec: Refactor vcodec pm interface
Yunfei Dong
2022-01-23
5
-21
/
+14
*
media: mtk-vcodec: Align vcodec wake up interrupt interface
Yunfei Dong
2022-01-23
3
-16
/
+9
*
media: mtk-vcodec: Get numbers of register bases from DT
Yunfei Dong
2022-01-23
1
-9
/
+28
*
media: mtk-vcodec: potential dereference of null pointer
Jiasheng Jiang
2022-01-23
1
-0
/
+2
*
media: replace setting of bytesused with vb2_set_plane_payload
Dafna Hirschfeld
2021-12-07
1
-5
/
+5
*
media: mtk-vcodec: don't check return val of mtk_venc_get_q_data
Dafna Hirschfeld
2021-11-30
1
-32
/
+7
*
media: mtk-vcodec: replace func vidioc_try_fmt with two funcs for out/cap
Dafna Hirschfeld
2021-11-30
1
-77
/
+72
*
media: mtk-vcodec: fix debugging defines
Dafna Hirschfeld
2021-11-30
5
-53
/
+12
*
media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is released
Dafna Hirschfeld
2021-11-30
1
-1
/
+1
*
media: mtk-vcodec: Fix an error handling path in 'mtk_vcodec_probe()'
Christophe JAILLET
2021-11-30
1
-0
/
+2
*
media: mtk-vcodec: remove unused func parameter
Dafna Hirschfeld
2021-11-19
4
-10
/
+4
*
media: mtk-vcodec: enc: add vp8 profile ctrl
Dafna Hirschfeld
2021-11-19
1
-0
/
+10
*
media: mtk-vcodec: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
2021-11-15
2
-2
/
+0
*
media: mtk-vcodec: vdec: remove redundant 'pfb' assignment
Tzung-Bi Shih
2021-11-15
1
-1
/
+0
*
media: mtk-vcodec: Align width and height to 64 bytes
Yunfei Dong
2021-11-15
2
-2
/
+3
*
media: mtk-vcodec: MT8173 h264/vp8 encoder min/max bitrate settings
Irui Wang
2021-10-05
1
-3
/
+3
*
media: mtk-vcodec: venc: fix return value when start_streaming fails
Dafna Hirschfeld
2021-09-30
1
-4
/
+4
*
media: mtk-vcodec: fix warnings: symbol XXX was not declared
Tzung-Bi Shih
2021-09-30
2
-3
/
+2
*
media: mtk-vcodec: enable MT8183 decoder
Yunfei Dong
2021-09-30
1
-0
/
+5
*
media: mtk-vcodec: vdec: add media device if using stateless api
Yunfei Dong
2021-09-30
2
-2
/
+41
*
media: mtk-vcodec: vdec: support stateless H.264 decoding
Yunfei Dong
2021-09-30
4
-0
/
+779
*
media: mtk-vcodec: vdec: support stateless API
Yunfei Dong
2021-09-30
5
-4
/
+434
*
media: mtk-vcodec: support version 2 of decoder firmware ABI
Alexandre Courbot
2021-09-30
3
-9
/
+42
*
media: mtk-vcodec: vdec: handle firmware version field
Alexandre Courbot
2021-09-30
4
-2
/
+29
*
media: mtk-vcodec: vdec: move stateful ops into their own file
Yunfei Dong
2021-09-30
6
-681
/
+750
*
media: mtk-vcodec: venc: support START and STOP commands
Alexandre Courbot
2021-09-30
3
-8
/
+140
*
media: mtk-vcodec: make flush buffer reusable by encoder
Alexandre Courbot
2021-09-30
4
-28
/
+16
*
media: mtk-vcodec: vdec: clamp OUTPUT resolution to hardware limits
Alexandre Courbot
2021-09-30
1
-7
/
+5
*
media: mtk-vcodec: vdec: use helpers in VIDIOC_(TRY_)DECODER_CMD
Alexandre Courbot
2021-09-30
1
-12
/
+1
*
media: mtk-vcodec: vdec: Support H264 profile control
Hirokazu Honda
2021-09-30
1
-0
/
+10
[next]