summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorLines
2023-08-08Merge tag 'hardening-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2023-07-27media: venus: Use struct_size_t() helper in pkt_session_unset_buffers()Gustavo A. R. Silva-2/+2
2023-07-14media: verisilicon: change confusingly named relaxed register accessArnd Bergmann-11/+11
2023-07-14media: verisilicon: fix excessive stack usageArnd Bergmann-21/+21
2023-07-14media: mediatek: vcodec: fix cancel_work_sync fail with fluster testYunfei Dong-1/+2
2023-07-14media: mtk_jpeg_core: avoid unused-variable warningArnd Bergmann-11/+3
2023-07-14media: imx-jpeg: Support to assign slot for encoder/decoderMing Qian-73/+68
2023-07-14media: amphion: Fix firmware path to match linux-firmwareNicolas Dufresne-2/+2
2023-07-14media: amphion: use dev_err_probeAlexander Stein-5/+4
2023-07-05Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-908/+13014
2023-06-29Merge tag 'fbdev-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-31/+20
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+3
2023-06-19fbdev/media: Use GPIO descriptors for VIA GPIOLinus Walleij-31/+20
2023-06-09media: mediatek: vcodec: Add dbgfs help functionYunfei Dong-1/+23
2023-06-09media: mediatek: vcodec: Add encode to support dbgfsYunfei Dong-0/+2
2023-06-09media: mediatek: vcodec: Change dbgfs interface to support encodeYunfei Dong-5/+10
2023-06-09media: mediatek: vcodec: Get each instance format typeYunfei Dong-0/+49
2023-06-09media: mediatek: vcodec: Get each context resolution informationYunfei Dong-0/+50
2023-06-09media: mediatek: vcodec: Add a debugfs file to get different useful informationYunfei Dong-0/+98
2023-06-09media: mediatek: vcodec: Add debug params to control different log levelYunfei Dong-3/+33
2023-06-09media: mediatek: vcodec: Add debugfs interface to get debug informationYunfei Dong-0/+77
2023-06-09media: mediatek: vcodec: support stateless AV1 decoderXiaoyong Lu-1/+2291
2023-06-09media: verisilicon: Conditionally ignore native formatsBenjamin Gaignard-25/+63
2023-06-09media: verisilicon: Enable AV1 decoder on rk3588Benjamin Gaignard-0/+137
2023-06-09media: verisilicon: Add film grain feature to AV1 driverBenjamin Gaignard-0/+651
2023-06-09media: verisilicon: Add Rockchip AV1 decoderBenjamin Gaignard-2/+2566
2023-06-09media: verisilicon: Add AV1 entropy helpersBenjamin Gaignard-0/+4719
2023-06-09media: verisilicon: Compute motion vectors size for AV1 framesBenjamin Gaignard-0/+21
2023-06-09media: verisilicon: Check AV1 bitstreams bit depthBenjamin Gaignard-0/+40
2023-06-09media: verisilicon: Add AV1 decoder mode and controlsBenjamin Gaignard-0/+24
2023-06-09media: verisilicon: Get bit depth for V4L2_PIX_FMT_NV15_4L4Benjamin Gaignard-0/+1
2023-06-09media: mediatek: vpu: add missing clk_unprepareHans Verkuil-0/+1
2023-06-09media: platform: mediatek: vpu: fix NULL ptr dereferenceHans Verkuil-2/+4
2023-06-09media: platform: renesas-ceu: drop buf NULL checkHans Verkuil-9/+0
2023-06-09media: rockchip: rga: fix clock cleanupHans Verkuil-2/+2
2023-06-09media: venus: provide ctx queue lock for ioctl synchronizationSergey Senozhatsky-0/+10
2023-06-09media: venus: return P010 as preferred format for 10 bit decodeDikshita Agarwal-1/+6
2023-06-09media: venus: add handling of bit depth change from firmwareDikshita Agarwal-1/+20
2023-06-09media: venus: update calculation for dpb buffersDikshita Agarwal-3/+15
2023-06-09media: venus: add support for V4L2_PIX_FMT_P010 color formatDikshita Agarwal-10/+18
2023-06-09media: venus: replace arrary index with enum for supported formatsDikshita Agarwal-38/+72
2023-06-09media: venus: fix EOS handling in decoder stop commandDikshita Agarwal-1/+1
2023-06-09media: venus: enable sufficient sequence change support for vp9Dikshita Agarwal-0/+11
2023-06-09media: venus: add firmware version based checkDikshita Agarwal-3/+47
2023-06-09media: venus: hfi_cmds: Use struct_size() helperGustavo A. R. Silva-4/+4
2023-06-09media: venus: hfi_cmds: Replace one-element array with flexible-array memberGustavo A. R. Silva-7/+7
2023-06-09media: venus: Replace one-element arrays with flexible-array membersGustavo A. R. Silva-9/+9
2023-06-09media: venus: hfi_cmds: Replace fake flex-array with flexible-array memberGustavo A. R. Silva-2/+2
2023-06-09media: venus: helpers: Fix ALIGN() of non power of twoRikard Falkeborn-2/+2
2023-06-09media: venus: simplify the return expression of venus_sys_set_* functionLiu Shixin-24/+4