summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/mtk-vcodec
AgeCommit message (Expand)AuthorLines
2022-03-18media: platform: rename mtk-vcodec/ to mediatek/mtk-vcodec/Mauro Carvalho Chehab-12486/+0
2022-03-15media: platform: mtk-vcodec: move config to its own fileMauro Carvalho Chehab-0/+36
2022-03-07Merge tag 'br-v5.18l' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab-16/+13
2022-03-07media: mtk-vcodec: Remove duplicated include in mtk_vcodec_enc_drv.cYang Li-1/+0
2022-02-22media: platform: mtk-vcodec: Do not force /dev/videoX node numberBenjamin Gaignard-16/+13
2022-01-28media: mtk-vcodec: Get rid of mtk_smi_larb_get/putYong Wu-83/+12
2022-01-23media: mtk-vcodec: Remove mtk_vcodec_release_enc_pmYunfei Dong-13/+8
2022-01-23media: mtk-vcodec: Remove mtk_vcodec_release_dec_pmYunfei Dong-17/+15
2022-01-23media: mtk-vcodec: Use codec type to separate different hardwareYunfei Dong-9/+41
2022-01-23media: mtk-vcodec: Add core dec and dec end ipi msgYunfei Dong-0/+34
2022-01-23media: mtk-vcodec: Support 34bits dma address for vdecYunfei Dong-0/+8
2022-01-23media: mtk-vcodec: Add work queue for core hardware decodeYunfei Dong-1/+53
2022-01-23media: mtk-vcodec: Add new interface to lock different hardwareYunfei Dong-5/+7
2022-01-23media: mtk-vcodec: Generalize power and clock on/off interfacesYunfei Dong-40/+146
2022-01-23media: mtk-vcodec: Add msg queue feature for lat and core architectureYunfei Dong-0/+419
2022-01-23media: mtk-vcodec: Add irq interface for multi hardwareYunfei Dong-39/+72
2022-01-23media: mtk-vcodec: Use pure single core for MT8183Yunfei Dong-0/+13
2022-01-23media: mtk-vcodec: Add to support multi hardware decodeYunfei Dong-32/+333
2022-01-23media: mtk-vcodec: Support MT8192Yunfei Dong-0/+21
2022-01-23media: mtk-vcodec: export decoder pm functionsYunfei Dong-0/+6
2022-01-23media: mtk-vcodec: Refactor vcodec pm interfaceYunfei Dong-21/+14
2022-01-23media: mtk-vcodec: Align vcodec wake up interrupt interfaceYunfei Dong-16/+9
2022-01-23media: mtk-vcodec: Get numbers of register bases from DTYunfei Dong-9/+28
2022-01-23media: mtk-vcodec: potential dereference of null pointerJiasheng Jiang-0/+2
2021-12-07media: replace setting of bytesused with vb2_set_plane_payloadDafna Hirschfeld-5/+5
2021-11-30media: mtk-vcodec: don't check return val of mtk_venc_get_q_dataDafna Hirschfeld-32/+7
2021-11-30media: mtk-vcodec: replace func vidioc_try_fmt with two funcs for out/capDafna Hirschfeld-77/+72
2021-11-30media: mtk-vcodec: fix debugging definesDafna Hirschfeld-53/+12
2021-11-30media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is releasedDafna Hirschfeld-1/+1
2021-11-30media: mtk-vcodec: Fix an error handling path in 'mtk_vcodec_probe()'Christophe JAILLET-0/+2
2021-11-19media: mtk-vcodec: remove unused func parameterDafna Hirschfeld-10/+4
2021-11-19media: mtk-vcodec: enc: add vp8 profile ctrlDafna Hirschfeld-0/+10
2021-11-15media: mtk-vcodec: Remove redundant 'flush_workqueue()' callsChristophe JAILLET-2/+0
2021-11-15media: mtk-vcodec: vdec: remove redundant 'pfb' assignmentTzung-Bi Shih-1/+0
2021-11-15media: mtk-vcodec: Align width and height to 64 bytesYunfei Dong-2/+3
2021-10-05media: mtk-vcodec: MT8173 h264/vp8 encoder min/max bitrate settingsIrui Wang-3/+3
2021-09-30media: mtk-vcodec: venc: fix return value when start_streaming failsDafna Hirschfeld-4/+4
2021-09-30media: mtk-vcodec: fix warnings: symbol XXX was not declaredTzung-Bi Shih-3/+2
2021-09-30media: mtk-vcodec: enable MT8183 decoderYunfei Dong-0/+5
2021-09-30media: mtk-vcodec: vdec: add media device if using stateless apiYunfei Dong-2/+41
2021-09-30media: mtk-vcodec: vdec: support stateless H.264 decodingYunfei Dong-0/+779
2021-09-30media: mtk-vcodec: vdec: support stateless APIYunfei Dong-4/+434
2021-09-30media: mtk-vcodec: support version 2 of decoder firmware ABIAlexandre Courbot-9/+42
2021-09-30media: mtk-vcodec: vdec: handle firmware version fieldAlexandre Courbot-2/+29
2021-09-30media: mtk-vcodec: vdec: move stateful ops into their own fileYunfei Dong-681/+750
2021-09-30media: mtk-vcodec: venc: support START and STOP commandsAlexandre Courbot-8/+140
2021-09-30media: mtk-vcodec: make flush buffer reusable by encoderAlexandre Courbot-28/+16
2021-09-30media: mtk-vcodec: vdec: clamp OUTPUT resolution to hardware limitsAlexandre Courbot-7/+5
2021-09-30media: mtk-vcodec: vdec: use helpers in VIDIOC_(TRY_)DECODER_CMDAlexandre Courbot-12/+1
2021-09-30media: mtk-vcodec: vdec: Support H264 profile controlHirokazu Honda-0/+10