summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2023-10-06media: via: Use correct dependency for camera sensor driversSakari Ailus1-1/+1
2023-10-06media: v4l: Use correct dependency for camera sensor driversSakari Ailus1-2/+2
2023-09-23media: mdp3: Fix resource leaks in of_find_device_by_nodeLu Hongfei1-0/+2
2023-09-13media: nxp: Fix wrong return pointer check in mxc_isi_crossbar_init()Yang Yingliang1-1/+1
2023-09-13media: venus: hfi_venus: Write to VIDC_CTRL_INIT after unmasking interruptsKonrad Dybcio1-1/+1
2023-09-13media: venus: hfi_venus: Only consider sys_idle_indicator on V1Konrad Dybcio1-12/+6
2023-09-13media: mediatek: vcodec: fix resource leaks in vdec_msg_queue_init()Dan Carpenter1-2/+3
2023-09-13media: mediatek: vcodec: fix potential double freeDan Carpenter1-0/+1
2023-09-13media: mediatek: vcodec: Return NULL if no vdec_fb is foundIrui Wang1-2/+3
2023-09-13media: mediatek: vcodec: fix AV1 decode fail for 36bit iovaXiaoyong Lu1-4/+8
2023-09-13media: amphion: ensure the bitops don't cross boundariesMing Qian1-0/+2
2023-09-13media: amphion: fix UNUSED_VALUE issue reported by coverityMing Qian1-1/+1
2023-09-13media: amphion: fix UNINIT issues reported by coverityMing Qian1-6/+6
2023-09-13media: amphion: fix REVERSE_INULL issues reported by coverityMing Qian1-2/+4
2023-09-13media: amphion: fix CHECKED_RETURN issues reported by coverityMing Qian3-4/+15
2023-09-13media: amphion: decoder support display delay for all formatsMing Qian1-3/+22
2023-09-13media: mtk-jpeg: Fix use after free bug due to uncanceled workZheng Wang1-0/+1
2023-09-13media: verisilicon: Fix TRY_FMT on encoder OUTPUTMichael Tretter1-2/+7
2023-09-13media: amphion: add helper function to get id nameMing Qian6-13/+79
2023-09-13media: amphion: reinit vpu if reqbufs output 0Ming Qian2-3/+6
2023-08-25Merge tag 'media/v6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+2
2023-08-23media: vcodec: Fix potential array out-of-bounds in encoder queue_setupWei Chen1-0/+2
2023-08-19Merge tag 'media/v6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-4/+7
2023-08-09media: imx: imx7-media-csi: Fix applying format constraintsFabio Estevam1-2/+5
2023-08-09Merge tag 'hardening-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2023-07-28media: mtk-jpeg: Set platform driver data earlierChen-Yu Tsai1-2/+2
2023-07-27media: venus: Use struct_size_t() helper in pkt_session_unset_buffers()Gustavo A. R. Silva1-2/+2
2023-07-14media: verisilicon: change confusingly named relaxed register accessArnd Bergmann2-11/+11
2023-07-14media: verisilicon: fix excessive stack usageArnd Bergmann1-21/+21
2023-07-14media: mediatek: vcodec: fix cancel_work_sync fail with fluster testYunfei Dong1-1/+2
2023-07-14media: mtk_jpeg_core: avoid unused-variable warningArnd Bergmann3-11/+3
2023-07-14media: imx-jpeg: Support to assign slot for encoder/decoderMing Qian3-73/+68
2023-07-14media: amphion: Fix firmware path to match linux-firmwareNicolas Dufresne1-2/+2
2023-07-14media: amphion: use dev_err_probeAlexander Stein1-5/+4
2023-07-05Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds74-908/+13014
2023-06-29Merge tag 'fbdev-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-31/+20
2023-06-28Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-3/+3
2023-06-19fbdev/media: Use GPIO descriptors for VIA GPIOLinus Walleij1-31/+20
2023-06-09media: mediatek: vcodec: Add dbgfs help functionYunfei Dong1-1/+23
2023-06-09media: mediatek: vcodec: Add encode to support dbgfsYunfei Dong1-0/+2
2023-06-09media: mediatek: vcodec: Change dbgfs interface to support encodeYunfei Dong3-5/+10
2023-06-09media: mediatek: vcodec: Get each instance format typeYunfei Dong2-0/+49
2023-06-09media: mediatek: vcodec: Get each context resolution informationYunfei Dong2-0/+50
2023-06-09media: mediatek: vcodec: Add a debugfs file to get different useful informationYunfei Dong3-0/+98
2023-06-09media: mediatek: vcodec: Add debug params to control different log levelYunfei Dong3-3/+33
2023-06-09media: mediatek: vcodec: Add debugfs interface to get debug informationYunfei Dong5-0/+77
2023-06-09media: mediatek: vcodec: support stateless AV1 decoderXiaoyong Lu8-1/+2291
2023-06-09media: verisilicon: Conditionally ignore native formatsBenjamin Gaignard5-25/+63
2023-06-09media: verisilicon: Enable AV1 decoder on rk3588Benjamin Gaignard3-0/+137
2023-06-09media: verisilicon: Add film grain feature to AV1 driverBenjamin Gaignard5-0/+651