summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | media: rkisp1: Initialize color space on resizer sink and source padsLaurent Pinchart2022-09-241-0/+4
| * | media: rkisp1: Configure CSM based on YCbCr encodingLaurent Pinchart2022-09-243-21/+84
| * | media: rkisp1: Don't pass the quantization to rkisp1_csm_config()Laurent Pinchart2022-09-241-7/+3
| * | media: rkisp1: Configure quantization using ISP source padLaurent Pinchart2022-09-241-1/+1
| * | media: rkisp1: Allow setting all color space fields on ISP source padLaurent Pinchart2022-09-241-7/+48
| * | media: rkisp1: Fix source pad format configurationLaurent Pinchart2022-09-241-8/+32
| * | media: rkisp1: Allow setting color space on ISP sink padLaurent Pinchart2022-09-241-0/+31
| * | media: rkisp1: Initialize color space on ISP sink and source padsLaurent Pinchart2022-09-241-0/+10
| * | media: rockchip: rkisp1: Define macros for DPCC configurations in UAPILaurent Pinchart2022-09-241-1/+0
| * | media: rockchip: rkisp1: Mask invalid bits in DPCC parametersLaurent Pinchart2022-09-242-29/+41
| * | media: rockchip: rkisp1: Set DPCC methods enable bits inside loopLaurent Pinchart2022-09-241-6/+4
| * | media: mceusb: set timeout to at least timeout providedSean Young2022-09-241-1/+1
| * | media: imon: Remove the unneeded result variableye xingchen2022-09-241-3/+1
| * | media: mceusb: Use new usb_control_msg_*() routinesAlan Stern2022-09-241-21/+14
| * | media: remove reference to CONFIG_EMBEDDED in MEDIA_SUPPORT_FILTERLukas Bulwahn2022-09-081-1/+1
* | | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-2/+2
* | | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-112-3/+3
* | | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-2/+2
|\ \ \
| * | | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-2/+2
* | | | Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-076-451/+109
|\ \ \ \
| * | | | media: flexcop-usb: use usb_endpoint_maxp()Johan Hovold2022-09-261-1/+1
| * | | | media: flexcop-usb: clean up URB initialisationJohan Hovold2022-09-261-4/+6
| * | | | media: flexcop-usb: clean up endpoint sanity checksJohan Hovold2022-09-261-4/+8
| * | | | Merge 6.0-rc7 into usb-nextGreg Kroah-Hartman2022-09-261-1/+1
| |\ \ \ \
| * | | | | media: uvcvideo: move uvc_format_desc to common headerMichael Grzeschik2022-09-223-349/+2
| * | | | | media: v4l: move helper functions for fractions from uvc to v4l2-commonMichael Grzeschik2022-09-224-94/+93
* | | | | | Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-10-07239-35903/+27504
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | media: destage Hantro VPU driverEzequiel Garcia2022-08-3138-0/+12444
| * | | | | media: platform: mtk-mdp3: add MediaTek MDP3 driverMoudy Ho2022-08-3022-0/+4994
| * | | | | media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_initMiaoqian Lin2022-08-301-4/+5
| * | | | | media: xilinx: video: Add 1X12 greyscale formatVolodymyr Kharuk2022-08-301-0/+2
| * | | | | media: xilinx: csi2rxss: Add 1X12 greyscale formatVolodymyr Kharuk2022-08-301-0/+1
| * | | | | media: uvcvideo: Limit power line control for Sonix Technologyhuanglei2022-08-301-0/+9
| * | | | | media: uvcvideo: Use entity get_cur in uvc_ctrl_setYunke Cao2022-08-301-37/+46
| * | | | | media: uvcvideo: Fix typo 'the the' in commentSlark Xiao2022-08-301-1/+1
| * | | | | media: uvcvideo: Use indexed loops in uvc_ctrl_init_ctrl()Laurent Pinchart2022-08-301-15/+19
| * | | | | media: uvcvideo: Fix memory leak in uvc_gpio_parseJosé Expósito2022-08-301-4/+4
| * | | | | media: renesas: vsp1: Add support for RZ/G2L VSPDBiju Das2022-08-303-4/+22
| * | | | | media: renesas: vsp1: Add VSP1_HAS_NON_ZERO_LBA feature bitBiju Das2022-08-303-3/+19
| * | | | | media: renesas: vsp1: Add support for VSP software versionBiju Das2022-08-303-13/+33
| * | | | | media: renesas: vsp1: Add support to deassert/assert reset lineBiju Das2022-08-302-2/+29
| * | | | | media: amphion: fix a bug that vpu core may not resume after suspendMing Qian2022-08-304-44/+51
| * | | | | media: platform: fix some double free in meson-ge2d and mtk-jpeg and s5p-mfcHangyu Hua2022-08-303-4/+1
| * | | | | media: amphion: don't change the colorspace reported by decoder.Ming Qian2022-08-301-8/+8
| * | | | | media: amphion: adjust the encoder's value range of gop sizeMing Qian2022-08-301-1/+1
| * | | | | media: amphion: insert picture startcode after seek for vc1g formatMing Qian2022-08-301-1/+1
| * | | | | media: videobuf2: Remove vb2_find_timestamp()Ezequiel Garcia2022-08-301-13/+0
| * | | | | media: mediatek: vcodec: Skip non CBR bitrate modeHirokazu Honda2022-08-301-1/+2
| * | | | | media: mediatek: vcodec: Add mt8188 encoder's chip nameYunfei Dong2022-08-301-0/+2