summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-14/+0
2023-04-16media: nxp: imx8-isi: Remove 300ms sleep after enabling channelJacopo Mondi1-2/+0
2023-04-16media: nxp: imx8-isi: Replace udelay() with fsleep()Laurent Pinchart1-1/+2
2023-04-16media: nxp: imx8-isi: Drop partial support for i.MX8QM and i.MX8QXPLaurent Pinchart2-108/+1
2023-04-16media: nxp: Add i.MX8 ISI driverLaurent Pinchart13-0/+6017
2023-04-15media: imx-jpeg: Encoder add support for 12bit jpegMing Qian3-15/+175
2023-04-15media: imx-jpeg: Decoder add support for 12bit jpegMing Qian1-2/+134
2023-04-15media: imx-jpeg: Clear slot next desc ptr if config errorMing Qian3-0/+7
2023-04-15media: imx-jpeg: Refine the function mxc_jpeg_find_formatMing Qian1-9/+8
2023-04-15media: mediatek: vcodec: Coverity issues in encoder driverIrui Wang2-5/+13
2023-04-15media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_s...Wei Chen1-0/+7
2023-04-15media: mediatek: vcodec: add remove function for decoder platform driverYunfei Dong1-0/+8
2023-04-15media: mediatek: vcodec: fix decoder disable pm crashYunfei Dong1-1/+2
2023-04-15media: hantro: use devm_reset_control_array_get_optional_exclusive()Ye Xingchen1-1/+1
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel3-14/+0
2023-04-13media: verisilicon: Fix crash when probing encoderBenjamin Gaignard1-7/+3
2023-04-13media: mediatek: vcodec: Remove the setting for dma_maskYong Wu2-11/+0
2023-04-13media: mtk-jpegdec: Remove the setting for dma_maskYong Wu1-3/+0
2023-04-12media: Use designated initializers for all subdev pad opsLaurent Pinchart2-4/+6
2023-04-12media: Prefer designated initializers over memset for subdev pad opsLaurent Pinchart5-29/+30
2023-04-12media: Zero-initialize all structures passed to subdev pad operationsLaurent Pinchart12-52/+77
2023-04-12media: imx-jpeg: Fix incorrect indentationLaurent Pinchart1-4/+3
2023-04-12media: Fix indentation issues introduced by subdev-wide state structLaurent Pinchart6-17/+17
2023-04-12media: venus: Correct P010 buffer alignmentFritz Koenig2-3/+8
2023-04-12venus: venc: add handling for VIDIOC_ENCODER_CMDDikshita Agarwal2-0/+77
2023-04-12venus: Add support for min/max qp range.Viswanath Boma3-8/+74
2023-04-12media: venus: dec: Fix capture formats enumeration orderJavier Martinez Canillas1-4/+4
2023-04-12venus: Fix for H265 decoding failure.Viswanath Boma1-2/+2
2023-04-12media: venus: dec: Fix handling of the start cmdMichał Krawczyk1-0/+8
2023-04-11media: venus: drop unused opp_table field documentationKrzysztof Kozlowski1-1/+0
2023-04-11media: renesas: fdp1: remove R-Car H3 ES1.* handlingWolfram Sang1-4/+0
2023-04-11media: rcar-vin: csi2: remove R-Car H3 ES1.* handlingWolfram Sang1-12/+3
2023-04-11media: rcar-vin: remove R-Car H3 ES1.* handlingWolfram Sang1-36/+0
2023-04-11media: Use of_property_present() for testing DT property presenceRob Herring4-4/+4
2023-04-11media: imx: imx7-media-csi: Fail on invalid type in VIDIOC_G_SELECTIONAlexander Stein1-0/+3
2023-04-11media: imx: imx7-media-csi: Fix mbus framefmt field initAlexander Stein1-0/+1
2023-04-11media: imx: imx7-media-csi: Fix error handling in imx7_csi_async_register()Frieder Schrempf1-10/+13
2023-04-11media: rkisp1: Implement ENUM_FRAMESIZESPaul Elder1-0/+30
2023-04-11media: rkisp1: Add NV16M and NV61M to output formatsPaul Elder1-0/+22
2023-04-11media: rcar_fdp1: Fix refcount leak in probe and remove functionMiaoqian Lin1-3/+8
2023-04-11media: vsp1: Add underrun debug printTomi Valkeinen4-1/+17
2023-04-11media: vsp1: Replace vb2_is_streaming() with vb2_start_streaming_called()Laurent Pinchart1-1/+1
2023-04-11media: vsp1: Remove unused vsp1_subdev_internal_ops declarationGaosheng Cui1-2/+0
2023-04-11media: platform: mtk-mdp3: reconfigure shared memoryMoudy Ho5-145/+95
2023-04-11media: platform: mtk-mdp3: decompose hardware-related information in shared m...Moudy Ho6-249/+526
2023-04-11media: platform: mtk-mdp3: Split general definitions used in MDP3Moudy Ho2-45/+54
2023-04-11media: platform: mtk-mdp3: dynamically allocate component clocksMoudy Ho2-22/+31
2023-04-11media: platform: mtk-mdp3: extend mdp_color format for compressed modeMoudy Ho1-102/+103
2023-04-11media: platform: mtk-mdp3: chip config split about pipe infoMoudy Ho4-16/+42
2023-04-11media: platform: mtk-mdp3: chip config split about resolution limitationsMoudy Ho4-22/+25