aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+0
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2021-02-21Merge tag 'media/v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds88-1231/+11068
2021-02-06media: pxa_camera: Drop the v4l2-clk clock registerEzequiel Garcia1-29/+1
2021-02-06media: marvell-ccic: power up the device on mclk enableLubomir Rintel1-0/+2
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart21-68/+56
2021-02-06media: davinci: vpif_display: Remove unused v4l2-async codeEzequiel Garcia2-72/+15
2021-02-06media: pxa-camera: Use v4l2_async_notifier_add_*_subdevEzequiel Garcia1-34/+23
2021-02-06media: renesas-ceu: Use v4l2_async_notifier_add_*_subdevEzequiel Garcia1-33/+27
2021-02-06media: marvell-ccic: Use v4l2_async_notifier_add_*_subdevEzequiel Garcia4-17/+19
2021-02-06media: cadence: Use v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia1-10/+6
2021-02-06media: exynos4-is: Use v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia2-12/+14
2021-02-06media: stm32: Use v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia1-56/+30
2021-02-06media: atmel: Use v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia3-62/+29
2021-02-06media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia5-69/+49
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab2-1/+3
2021-01-28media: rockchip: rkisp1: extend uapi array sizesHeiko Stuebner2-3/+3
2021-01-28media: rockchip: rkisp1: carry ip version informationHeiko Stuebner1-9/+12
2021-01-28media: rockchip: rkisp1: reduce number of histogram grid elements in uapiHeiko Stuebner1-1/+2
2021-01-28media: rkisp1: stats: mask the hist_bins valuesDafna Hirschfeld2-3/+6
2021-01-28media: rkisp1: stats: remove a wrong cast to u8Dafna Hirschfeld1-2/+1
2021-01-27media: venus: venc: set IDR period to FW only for H264 & HEVCDikshita Agarwal1-10/+13
2021-01-27media: venus: venc: set inband mode property to FW.Dikshita Agarwal2-1/+30
2021-01-27media: venus: venc: fix handlig of S_SELECTION and G_SELECTIONDikshita Agarwal5-13/+59
2021-01-27media: venus: pm_helpers: Control core power domain manuallyStanimir Varbanov2-19/+19
2021-01-27media: platform: Remove depends on interconnectGeorgi Djakov1-1/+0
2021-01-27media: venus: core: add support to dump FW regionDikshita Agarwal3-0/+35
2021-01-27media: venus: Mark bufreq_enc with static keywordZou Wei1-2/+2
2021-01-27media: venus: Fix uninitialized variable count being checked for zeroColin Ian King1-1/+1
2021-01-27media: allegro: add support for HEVC encodingMichael Tretter3-36/+516
2021-01-27media: allegro: activate v4l2-ctrls only for current codecMichael Tretter1-0/+16
2021-01-27media: allegro: increase offset in CAPTURE bufferMichael Tretter1-1/+1
2021-01-27media: allegro: rename codec specific functionsMichael Tretter1-7/+7
2021-01-27media: allegro: add helper to get entropy modeMichael Tretter1-0/+9
2021-01-27media: allegro: use accessor functions for QP valuesMichael Tretter1-5/+35
2021-01-27media: allegro: remove profile and level from channelMichael Tretter1-15/+15
2021-01-27media: allegro: remove cpb_size and gop_size from channelMichael Tretter1-19/+11
2021-01-27media: allegro: implement scaling of cpb size in SPSMichael Tretter1-2/+6
2021-01-27media: allegro: initialize bitrate using v4l2_ctrlMichael Tretter1-6/+7
2021-01-27media: allegro: use handler_setup to configure channelMichael Tretter1-0/+2
2021-01-27media: allegro: fix log2_max_poc in firmware 2019.1Michael Tretter1-2/+5
2021-01-27media: allegro: move encoding options to channelMichael Tretter1-20/+65
2021-01-27media: allegro: adjust channel after format changeMichael Tretter1-17/+52
2021-01-27media: allegro: implement S_FMT for CAPTUREMichael Tretter1-3/+27
2021-01-27media: allegro: add HEVC NAL unit generatorMichael Tretter3-1/+1175
2021-01-27media: allegro: add helper to report unsupported fieldsMichael Tretter2-0/+6
2021-01-27media: allegro: extract RBSP handler from H.264 NAL generatorMichael Tretter4-330/+374
2021-01-27media: rcar-vin: Route events to correct video deviceNiklas Söderlund1-5/+37
2021-01-27media: rcar-vin: Do not try to stop stream if not runningNiklas Söderlund1-0/+5
2021-01-27media: pxa_camera: declare variable when DEBUG is definedTom Rix1-0/+3