summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/mtk-vcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'br-v5.18l' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab2022-03-072-16/+13
|\
| * media: platform: mtk-vcodec: Do not force /dev/videoX node numberBenjamin Gaignard2022-02-222-16/+13
* | media: mtk-vcodec: Remove duplicated include in mtk_vcodec_enc_drv.cYang Li2022-03-071-1/+0
|/
* media: mtk-vcodec: Get rid of mtk_smi_larb_get/putYong Wu2022-01-287-83/+12
* media: mtk-vcodec: Remove mtk_vcodec_release_enc_pmYunfei Dong2022-01-233-13/+8
* media: mtk-vcodec: Remove mtk_vcodec_release_dec_pmYunfei Dong2022-01-234-17/+15
* media: mtk-vcodec: Use codec type to separate different hardwareYunfei Dong2022-01-233-9/+41
* media: mtk-vcodec: Add core dec and dec end ipi msgYunfei Dong2022-01-233-0/+34
* media: mtk-vcodec: Support 34bits dma address for vdecYunfei Dong2022-01-231-0/+8
* media: mtk-vcodec: Add work queue for core hardware decodeYunfei Dong2022-01-234-1/+53
* media: mtk-vcodec: Add new interface to lock different hardwareYunfei Dong2022-01-233-5/+7
* media: mtk-vcodec: Generalize power and clock on/off interfacesYunfei Dong2022-01-239-40/+146
* media: mtk-vcodec: Add msg queue feature for lat and core architectureYunfei Dong2022-01-234-0/+419
* media: mtk-vcodec: Add irq interface for multi hardwareYunfei Dong2022-01-2312-39/+72
* media: mtk-vcodec: Use pure single core for MT8183Yunfei Dong2022-01-233-0/+13
* media: mtk-vcodec: Add to support multi hardware decodeYunfei Dong2022-01-237-32/+333
* media: mtk-vcodec: Support MT8192Yunfei Dong2022-01-233-0/+21
* media: mtk-vcodec: export decoder pm functionsYunfei Dong2022-01-231-0/+6
* media: mtk-vcodec: Refactor vcodec pm interfaceYunfei Dong2022-01-235-21/+14
* media: mtk-vcodec: Align vcodec wake up interrupt interfaceYunfei Dong2022-01-233-16/+9
* media: mtk-vcodec: Get numbers of register bases from DTYunfei Dong2022-01-231-9/+28
* media: mtk-vcodec: potential dereference of null pointerJiasheng Jiang2022-01-231-0/+2
* media: replace setting of bytesused with vb2_set_plane_payloadDafna Hirschfeld2021-12-071-5/+5
* media: mtk-vcodec: don't check return val of mtk_venc_get_q_dataDafna Hirschfeld2021-11-301-32/+7
* media: mtk-vcodec: replace func vidioc_try_fmt with two funcs for out/capDafna Hirschfeld2021-11-301-77/+72
* media: mtk-vcodec: fix debugging definesDafna Hirschfeld2021-11-305-53/+12
* media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is releasedDafna Hirschfeld2021-11-301-1/+1
* media: mtk-vcodec: Fix an error handling path in 'mtk_vcodec_probe()'Christophe JAILLET2021-11-301-0/+2
* media: mtk-vcodec: remove unused func parameterDafna Hirschfeld2021-11-194-10/+4
* media: mtk-vcodec: enc: add vp8 profile ctrlDafna Hirschfeld2021-11-191-0/+10
* media: mtk-vcodec: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-11-152-2/+0
* media: mtk-vcodec: vdec: remove redundant 'pfb' assignmentTzung-Bi Shih2021-11-151-1/+0
* media: mtk-vcodec: Align width and height to 64 bytesYunfei Dong2021-11-152-2/+3
* media: mtk-vcodec: MT8173 h264/vp8 encoder min/max bitrate settingsIrui Wang2021-10-051-3/+3
* media: mtk-vcodec: venc: fix return value when start_streaming failsDafna Hirschfeld2021-09-301-4/+4
* media: mtk-vcodec: fix warnings: symbol XXX was not declaredTzung-Bi Shih2021-09-302-3/+2
* media: mtk-vcodec: enable MT8183 decoderYunfei Dong2021-09-301-0/+5
* media: mtk-vcodec: vdec: add media device if using stateless apiYunfei Dong2021-09-302-2/+41
* media: mtk-vcodec: vdec: support stateless H.264 decodingYunfei Dong2021-09-304-0/+779
* media: mtk-vcodec: vdec: support stateless APIYunfei Dong2021-09-305-4/+434
* media: mtk-vcodec: support version 2 of decoder firmware ABIAlexandre Courbot2021-09-303-9/+42
* media: mtk-vcodec: vdec: handle firmware version fieldAlexandre Courbot2021-09-304-2/+29
* media: mtk-vcodec: vdec: move stateful ops into their own fileYunfei Dong2021-09-306-681/+750
* media: mtk-vcodec: venc: support START and STOP commandsAlexandre Courbot2021-09-303-8/+140
* media: mtk-vcodec: make flush buffer reusable by encoderAlexandre Courbot2021-09-304-28/+16
* media: mtk-vcodec: vdec: clamp OUTPUT resolution to hardware limitsAlexandre Courbot2021-09-301-7/+5
* media: mtk-vcodec: vdec: use helpers in VIDIOC_(TRY_)DECODER_CMDAlexandre Courbot2021-09-301-12/+1
* media: mtk-vcodec: vdec: Support H264 profile controlHirokazu Honda2021-09-301-0/+10
* media: mtk-vcodec: Add MT8195 H264 venc driverIrui Wang2021-09-302-0/+14
* media: mtk-vcodec: Clean redundant encoder format definitionIrui Wang2021-09-301-30/+20