summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-09media: verisilicon: Add Rockchip AV1 decoderBenjamin Gaignard4-2/+2566
2023-06-09media: verisilicon: Add AV1 entropy helpersBenjamin Gaignard5-0/+4719
2023-06-09media: verisilicon: Compute motion vectors size for AV1 framesBenjamin Gaignard3-0/+21
2023-06-09media: verisilicon: Check AV1 bitstreams bit depthBenjamin Gaignard2-0/+40
2023-06-09media: verisilicon: Add AV1 decoder mode and controlsBenjamin Gaignard2-0/+24
2023-06-09media: verisilicon: Get bit depth for V4L2_PIX_FMT_NV15_4L4Benjamin Gaignard1-0/+1
2023-06-09media: mediatek: vpu: add missing clk_unprepareHans Verkuil1-0/+1
2023-06-09media: platform: mediatek: vpu: fix NULL ptr dereferenceHans Verkuil1-2/+4
2023-06-09media: platform: renesas-ceu: drop buf NULL checkHans Verkuil1-9/+0
2023-06-09media: rockchip: rga: fix clock cleanupHans Verkuil1-2/+2
2023-06-09media: venus: provide ctx queue lock for ioctl synchronizationSergey Senozhatsky3-0/+10
2023-06-09media: venus: return P010 as preferred format for 10 bit decodeDikshita Agarwal1-1/+6
2023-06-09media: venus: add handling of bit depth change from firmwareDikshita Agarwal2-1/+20
2023-06-09media: venus: update calculation for dpb buffersDikshita Agarwal3-3/+15
2023-06-09media: venus: add support for V4L2_PIX_FMT_P010 color formatDikshita Agarwal3-10/+18
2023-06-09media: venus: replace arrary index with enum for supported formatsDikshita Agarwal3-38/+72
2023-06-09media: venus: fix EOS handling in decoder stop commandDikshita Agarwal1-1/+1
2023-06-09media: venus: enable sufficient sequence change support for vp9Dikshita Agarwal3-0/+11
2023-06-09media: venus: add firmware version based checkDikshita Agarwal2-3/+47
2023-06-09media: venus: hfi_cmds: Use struct_size() helperGustavo A. R. Silva1-4/+4
2023-06-09media: venus: hfi_cmds: Replace one-element array with flexible-array memberGustavo A. R. Silva2-7/+7
2023-06-09media: venus: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2-9/+9
2023-06-09media: venus: hfi_cmds: Replace fake flex-array with flexible-array memberGustavo A. R. Silva2-2/+2
2023-06-09media: venus: helpers: Fix ALIGN() of non power of twoRikard Falkeborn1-2/+2
2023-06-09media: venus: simplify the return expression of venus_sys_set_* functionLiu Shixin1-24/+4
2023-06-09media: venus: simplify the return expression of session_process_buf()Qinglang Miao1-6/+1
2023-06-09Merge tag 'v6.4-rc5' into media_stageMauro Carvalho Chehab3-3/+7
2023-05-26media: video-mux: update driver to active statePhilipp Zabel1-54/+24
2023-05-26media: video-mux: fix error pathsPhilipp Zabel1-8/+19
2023-05-26media: Revert "media: exynos4-is: Remove dependency on obsolete SoC support"Artur Weber3-3/+3
2023-05-26media: mediatek: vcodec: using empty lat buffer as the last oneYunfei Dong2-15/+28
2023-05-26media: mediatek: vcodec: move core context from device to each instanceYunfei Dong7-46/+26
2023-05-26media: mediatek: vcodec: using decoder status instead of core work countYunfei Dong2-21/+28
2023-05-26media: mediatek: vcodec: Avoid unneeded error loggingYunfei Dong3-3/+3