summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/mtk-vcodec
AgeCommit message (Expand)AuthorLines
2021-09-30media: mtk-vcodec: Add MT8195 H264 venc driverIrui Wang-0/+14
2021-09-30media: mtk-vcodec: Clean redundant encoder format definitionIrui Wang-30/+20
2021-06-17media: mtk-vcodec: fix kerneldoc warningsHans Verkuil-14/+17
2021-06-17media: mtk-vcodec: Support MT8192 H264 4K encodingIrui Wang-25/+57
2021-06-17media: mtk-vcodec: Add MT8192 H264 venc driverIrui Wang-0/+15
2021-06-17media: mtk-vcodec: Support 34bits dma address for vencIrui Wang-0/+3
2021-06-17media: mtk-vcodec: venc: remove redundant codeAlexandre Courbot-12/+4
2021-05-10media: mtk-vcodec: fix PM runtime get logicMauro Carvalho Chehab-5/+9
2021-04-06media: mtk-vcodec: Separating mtk encoder driverIrui Wang-110/+67
2021-03-22media: mtk-vcodec: fix kernel-doc warningsHans Verkuil-18/+18
2021-03-11media: fix incorrect kernel doc usagesHans Verkuil-2/+2
2021-01-27media: mtk-vcodec: fix argument used when DEBUG is definedTom Rix-2/+2
2021-01-27media: mtk-vcodec: Do not zero reserved fieldsRicardo Ribalda-16/+0
2021-01-27media: mtk-vcodec: Fix order of log argumentsEvan Benn-6/+6
2021-01-12media: mtk-vcodec: fix error return code in vdec_vp9_decode()Zhang Changzhong-1/+2
2020-12-01Merge tag 'v5.10-rc6' into patchworkMauro Carvalho Chehab-173/+257
2020-11-16media: mtk-vcodec: remove allocated dma_parmsHsin-Yi Wang-16/+2
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_enc_pm()Yu Kuai-0/+2
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_enc_pm()Yu Kuai-7/+19
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_dec_pm()Yu Kuai-0/+1
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_dec_pm()Yu Kuai-6/+12
2020-11-05media: mtk-vcodec: fix build breakage when one of VPU or SCP is enabledAlexandre Courbot-2/+26
2020-11-05media: mtk-vcodec: move firmware implementations into their own filesAlexandre Courbot-173/+233
2020-09-26media: mtk-vcodec: make IRQs disabled upon requestAlexandre Courbot-3/+3
2020-09-26media: mtk-vcodec: venc: fix invalid time per frame in S_PARMAlexandre Courbot-4/+8
2020-09-26media: mtk-vcodec: venc: set default time per frameAlexandre Courbot-0/+5
2020-09-26media: mtk-vcodec: venc: support ENUM_FRAMESIZES on OUTPUT formatsAlexandre Courbot-38/+33
2020-09-26media: mtk-vcodec: venc: use platform data for ENUM_FRAMESIZESAlexandre Courbot-14/+10
2020-09-26media: mtk-vcodec: venc: set OUTPUT buffers field to V4L2_FIELD_NONEAlexandre Courbot-0/+9
2020-09-26media: mtk-vcodec: venc support MIN_OUTPUT_BUFFERS controlAlexandre Courbot-0/+2
2020-09-26media: Revert "media: mtk-vcodec: Remove extra area allocation in an input bu...Alexandre Courbot-3/+6
2020-09-26media: mtk-vcodec: add support for MT8183 encoderYunfei Dong-0/+23
2020-09-26media: mtk-vcodec: venc: specify supported formats per-chipAlexandre Courbot-75/+95
2020-09-26media: mtk-vcodec: venc: specify bitrate range per-chipAlexandre Courbot-1/+8
2020-09-26media: mtk-vcodec: venc: handle firmware version fieldAlexandre Courbot-7/+38
2020-09-26media: mtk-vcodec: venc: support SCP firmwareYunfei Dong-57/+202
2020-09-26media: mtk-vcodec: add SCP firmware opsYunfei Dong-0/+65
2020-09-26media: mtk-vcodec: abstract firmware interfaceYunfei Dong-102/+293
2020-08-29media: mtk-vcodec: vdec_vp9_if.c: fix comparison to boolDaniel W. S. Almeida-1/+1
2020-08-29media: mtk-vcodec: mtk_vcodec_dec.c: fix comparison to boolDaniel W. S. Almeida-4/+3
2020-08-28media: media/platform: drop vb2_queue_release()Hans Verkuil-3/+1
2020-08-26media: mtk-vcodec: set dma max segment sizeHsin-Yi Wang-0/+16
2020-03-12media: mtk-vpu: avoid unaligned access to DTCM buffer.Hsin-Yi Wang-9/+9
2020-03-02media: mtk-vcodec: reset segment data then trig decoderRui Wang-4/+25
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil-2/+2
2020-01-09media: mtk-vcodec: use v4l2_m2m_buffer where appropriateAlexandre Courbot-45/+52
2019-12-16media: mtk-vcodec: Remove extra area allocation in an input buffer on encodingHirokazu Honda-6/+3
2019-11-10media: Revert "media: mtk-vcodec: Remove extra area allocation in an input bu...Hans Verkuil-3/+6
2019-11-10media: mtk-vcodec: Remove extra area allocation in an input buffer on encodingHirokazu Honda-6/+3
2019-10-10media: platform: Use devm_platform_ioremap_resource() in two functionsMarkus Elfring-7/+1