summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-08-192-4/+7
|\
| * media: imx: imx7-media-csi: Fix applying format constraintsFabio Estevam2023-08-091-2/+5
| * media: mtk-jpeg: Set platform driver data earlierChen-Yu Tsai2023-07-281-2/+2
* | Merge tag 'hardening-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-081-2/+2
|\ \ | |/ |/|
| * media: venus: Use struct_size_t() helper in pkt_session_unset_buffers()Gustavo A. R. Silva2023-07-271-2/+2
* | media: verisilicon: change confusingly named relaxed register accessArnd Bergmann2023-07-142-11/+11
* | media: verisilicon: fix excessive stack usageArnd Bergmann2023-07-141-21/+21
* | media: mediatek: vcodec: fix cancel_work_sync fail with fluster testYunfei Dong2023-07-141-1/+2
* | media: mtk_jpeg_core: avoid unused-variable warningArnd Bergmann2023-07-143-11/+3
* | media: imx-jpeg: Support to assign slot for encoder/decoderMing Qian2023-07-143-73/+68
* | media: amphion: Fix firmware path to match linux-firmwareNicolas Dufresne2023-07-141-2/+2
* | media: amphion: use dev_err_probeAlexander Stein2023-07-141-5/+4
|/
* Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-07-0574-908/+13014
|\
| * media: mediatek: vcodec: Add dbgfs help functionYunfei Dong2023-06-091-1/+23
| * media: mediatek: vcodec: Add encode to support dbgfsYunfei Dong2023-06-091-0/+2
| * media: mediatek: vcodec: Change dbgfs interface to support encodeYunfei Dong2023-06-093-5/+10
| * media: mediatek: vcodec: Get each instance format typeYunfei Dong2023-06-092-0/+49
| * media: mediatek: vcodec: Get each context resolution informationYunfei Dong2023-06-092-0/+50
| * media: mediatek: vcodec: Add a debugfs file to get different useful informationYunfei Dong2023-06-093-0/+98
| * media: mediatek: vcodec: Add debug params to control different log levelYunfei Dong2023-06-093-3/+33
| * media: mediatek: vcodec: Add debugfs interface to get debug informationYunfei Dong2023-06-095-0/+77
| * media: mediatek: vcodec: support stateless AV1 decoderXiaoyong Lu2023-06-098-1/+2291
| * media: verisilicon: Conditionally ignore native formatsBenjamin Gaignard2023-06-095-25/+63
| * media: verisilicon: Enable AV1 decoder on rk3588Benjamin Gaignard2023-06-093-0/+137
| * media: verisilicon: Add film grain feature to AV1 driverBenjamin Gaignard2023-06-095-0/+651
| * media: verisilicon: Add Rockchip AV1 decoderBenjamin Gaignard2023-06-094-2/+2566
| * media: verisilicon: Add AV1 entropy helpersBenjamin Gaignard2023-06-095-0/+4719
| * media: verisilicon: Compute motion vectors size for AV1 framesBenjamin Gaignard2023-06-093-0/+21
| * media: verisilicon: Check AV1 bitstreams bit depthBenjamin Gaignard2023-06-092-0/+40
| * media: verisilicon: Add AV1 decoder mode and controlsBenjamin Gaignard2023-06-092-0/+24
| * media: verisilicon: Get bit depth for V4L2_PIX_FMT_NV15_4L4Benjamin Gaignard2023-06-091-0/+1
| * media: mediatek: vpu: add missing clk_unprepareHans Verkuil2023-06-091-0/+1
| * media: platform: mediatek: vpu: fix NULL ptr dereferenceHans Verkuil2023-06-091-2/+4
| * media: platform: renesas-ceu: drop buf NULL checkHans Verkuil2023-06-091-9/+0
| * media: rockchip: rga: fix clock cleanupHans Verkuil2023-06-091-2/+2
| * media: venus: provide ctx queue lock for ioctl synchronizationSergey Senozhatsky2023-06-093-0/+10
| * media: venus: return P010 as preferred format for 10 bit decodeDikshita Agarwal2023-06-091-1/+6
| * media: venus: add handling of bit depth change from firmwareDikshita Agarwal2023-06-092-1/+20
| * media: venus: update calculation for dpb buffersDikshita Agarwal2023-06-093-3/+15
| * media: venus: add support for V4L2_PIX_FMT_P010 color formatDikshita Agarwal2023-06-093-10/+18
| * media: venus: replace arrary index with enum for supported formatsDikshita Agarwal2023-06-093-38/+72
| * media: venus: fix EOS handling in decoder stop commandDikshita Agarwal2023-06-091-1/+1
| * media: venus: enable sufficient sequence change support for vp9Dikshita Agarwal2023-06-093-0/+11
| * media: venus: add firmware version based checkDikshita Agarwal2023-06-092-3/+47
| * media: venus: hfi_cmds: Use struct_size() helperGustavo A. R. Silva2023-06-091-4/+4
| * media: venus: hfi_cmds: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-06-092-7/+7
| * media: venus: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2023-06-092-9/+9
| * media: venus: hfi_cmds: Replace fake flex-array with flexible-array memberGustavo A. R. Silva2023-06-092-2/+2
| * media: venus: helpers: Fix ALIGN() of non power of twoRikard Falkeborn2023-06-091-2/+2
| * media: venus: simplify the return expression of venus_sys_set_* functionLiu Shixin2023-06-091-24/+4