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: 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-0/+1
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: 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: mtk-jpeg: Fix use after free bug due to uncanceled workZheng Wang1-0/+1
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-09-13media: amphion: use dev_err_probeAlexander Stein1-5/+4
2023-08-30media: vcodec: Fix potential array out-of-bounds in encoder queue_setupWei Chen1-0/+2
2023-08-23media: platform: mediatek: vpu: fix NULL ptr dereferenceHans Verkuil1-2/+4
2023-08-23media: camss: set VFE bpl_alignment to 16 for sdm845 and sm8250Andrey Konovalov1-1/+5
2023-08-03media: amphion: Fix firmware path to match linux-firmwareNicolas Dufresne1-2/+2
2023-07-19media: venus: helpers: Fix ALIGN() of non power of twoRikard Falkeborn1-2/+2
2023-07-19media: mediatek: vcodec: using decoder status instead of core work countYunfei Dong2-21/+28
2023-07-19media: amphion: initiate a drain of the capture queue in dynamic resolution c...Ming Qian4-8/+10
2023-07-19media: amphion: drop repeated codec data for vc1g formatMing Qian1-0/+10
2023-07-19media: amphion: drop repeated codec data for vc1l formatMing Qian1-0/+2
2023-06-09media: mediatek: vcodec: Only apply 4K frame sizes on decoder formatsPin-yen Lin1-0/+3
2023-06-09media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATENiklas Söderlund1-3/+1
2023-05-24media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_s...Wei Chen1-0/+7
2023-05-24media: Prefer designated initializers over memset for subdev pad opsLaurent Pinchart5-29/+30
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: 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: 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-03-10media: amphion: correct the unspecified color spaceMing Qian1-3/+3