summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2023-05-11media: mediatek: vcodec: add remove function for decoder platform driverYunfei Dong1-0/+8
2023-05-11media: mediatek: vcodec: fix decoder disable pm crashYunfei Dong1-1/+2
2023-05-11media: venus: dec: Fix capture formats enumeration orderJavier Martinez Canillas1-4/+4
2023-05-11media: venus: dec: Fix handling of the start cmdMichał Krawczyk1-0/+8
2023-05-11media: rcar_fdp1: Fix refcount leak in probe and remove functionMiaoqian Lin1-3/+8
2023-05-11media: rcar_fdp1: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-11media: vsp1: Replace vb2_is_streaming() with vb2_start_streaming_called()Laurent Pinchart1-1/+1
2023-05-11media: platform: mtk-mdp3: fix potential frame size overflow in mdp_try_fmt_m...Moudy Ho1-4/+6
2023-05-11media: mediatek: vcodec: change lat thread decode error conditionYunfei Dong3-4/+6
2023-05-11media: mediatek: vcodec: making sure queue_work successfullyYunfei Dong2-8/+25
2023-05-11media: mediatek: vcodec: remove unused lat_bufYunfei Dong1-3/+15
2023-05-11media: mediatek: vcodec: add core decode done eventYunfei Dong2-1/+5
2023-05-11media: mediatek: vcodec: move lat_buf to the top of core listYunfei Dong2-1/+22
2023-05-11media: mediatek: vcodec: using each instance lat_buf count replace core ready...Yunfei Dong1-1/+1
2023-05-11media: mediatek: vcodec: add params to record lat and core lat_buf countYunfei Dong2-1/+28
2023-05-11media: mediatek: vcodec: Force capture queue format to MM21Yunfei Dong1-21/+3
2023-05-11media: mediatek: vcodec: Make MM21 the default capture formatYunfei Dong1-4/+4
2023-05-11media: mediatek: vcodec: Use 4K frame size when supported by stateful decoderPin-yen Lin1-1/+11
2023-05-11media: mtk-jpeg: Fixes jpeg enc&dec worker sw flowkyrie wu2-11/+7
2023-05-11media: mtk-jpeg: Fixes jpeghw multi-core judgementkyrie wu2-1/+6
2023-05-11media: amphion: decoder implement display delay enableMing Qian3-2/+37
2023-05-11media: platform: mtk-mdp3: Add missing check and free for ida_allocJiasheng Jiang1-1/+7
2023-05-11media: bdisp: Add missing check for create_workqueueJiasheng Jiang1-0/+2
2023-04-02Revert "venus: firmware: Correct non-pix start and end addresses"Javier Martinez Canillas1-2/+2
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds32-596/+572
2023-02-26media: imx-mipi-csis: Check csis_fmt validity before useMarek Vasut1-0/+3
2023-02-25Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-02-23Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-15/+110
2023-02-09firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman1-1/+1
2023-02-08media: imx-pxp: convert to regmapMichael Tretter1-8/+23
2023-02-08media: imx-pxp: Use non-threaded IRQLaurent Pinchart1-2/+2
2023-02-08media: imx-pxp: Introduce pxp_read() and pxp_write() wrappersLaurent Pinchart1-54/+64
2023-02-08media: imx-pxp: Implement frame size enumerationLaurent Pinchart1-0/+22
2023-02-08media: imx-pxp: Pass pixel format value to find_format()Laurent Pinchart1-7/+7
2023-02-08media: imx-pxp: Add media controller supportLaurent Pinchart1-0/+35
2023-02-08media: imx-pxp: Don't set bus_info manually in .querycap()Laurent Pinchart1-2/+0
2023-02-08media: imx-pxp: Sort headers alphabeticallyLaurent Pinchart1-4/+4
2023-02-08media: imx-pxp: add support for i.MX7DMichael Tretter1-0/+36
2023-02-08media: imx-pxp: make data_path_ctrl0 platform dependentMichael Tretter1-3/+18
2023-02-08media: imx-pxp: disable LUT blockMichael Tretter1-5/+4
2023-02-08media: imx-pxp: explicitly disable unused blocksMichael Tretter1-12/+18
2023-02-08media: imx-pxp: extract helper function to setup data pathMichael Tretter1-20/+42
2023-02-08media: imx-pxp: detect PXP versionMichael Tretter1-0/+11
2023-02-08media: imx-mipi-csis: Implement .init_cfg() using .set_fmt()Laurent Pinchart1-26/+22
2023-02-08media: imx-mipi-csis: Use V4L2 subdev active stateLaurent Pinchart1-88/+47
2023-02-08media: imx-mipi-csis: Pass format explicitly to internal functionsLaurent Pinchart1-13/+21
2023-02-08media: imx-mipi-csis: Don't take lock in runtime PM handlersLaurent Pinchart1-17/+11
2023-02-08media: imx-mipi-csis: Rename error labels with 'err_' prefixLaurent Pinchart1-7/+7
2023-02-08media: imx: imx7-media-csi: Use V4L2 subdev active stateLaurent Pinchart1-122/+51