1. 14 3月, 2022 4 次提交
  2. 08 3月, 2022 1 次提交
  3. 07 3月, 2022 1 次提交
  4. 22 2月, 2022 1 次提交
  5. 24 1月, 2022 1 次提交
  6. 15 11月, 2021 1 次提交
  7. 08 10月, 2021 1 次提交
  8. 08 6月, 2021 1 次提交
  9. 22 3月, 2021 1 次提交
  10. 04 1月, 2021 1 次提交
  11. 07 12月, 2020 1 次提交
    • N
      media: meson: Add M2M driver for the Amlogic GE2D Accelerator Unit · 59a63532
      Neil Armstrong 提交于
      The GE2D is a 2D accelerator with various features like configurable
      blitter with alpha blending, frame rotation, scaling, format conversion
      and colorspace conversion.
      
      The driver implements a Memory2Memory VB2 V4L2 streaming device permitting:
      - 0, 90, 180, 270deg rotation
      - horizontal/vertical flipping
      - source cropping
      - destination compositing
      - 32bit/24bit/16bit format conversion
      
      This adds the support for the GE2D version found in the AXG SoCs Family.
      
      The missing features are:
      - Source scaling
      - Colorspace conversion
      - Advanced alpha blending & blitting options
      
      Is passes v4l2-compliance:
      SHA: ea16a7ef13a902793a5c2626b0cefc4d956147f3, 64 bits, 64-bit time_t
      
      [hverkuil: add missing linux/bitfield.h include]
      Signed-off-by: NNeil Armstrong <narmstrong@baylibre.com>
      Signed-off-by: NHans Verkuil <hverkuil-cisco@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab+huawei@kernel.org>
      59a63532
  12. 17 11月, 2020 1 次提交
  13. 14 5月, 2020 1 次提交
  14. 15 4月, 2020 1 次提交
  15. 14 4月, 2020 1 次提交
    • M
      media: split test drivers from platform directory · 4b32216a
      Mauro Carvalho Chehab 提交于
      When the first test device was added (vivi.c), there were just
      one file. I was too lazy on that time to create a separate
      directory just for it, so I kept it together with platform.
      
      Now, we have vivid, vicodec, vim2m and vimc. Also, a new
      virtual driver has been prepared to support DVB API.
      
      So, it is time to solve this mess, by placing test stuff
      on a separate directory.
      
      It should be noticed that we also have some skeleton drivers
      (for V4L and for DVB). For now, we'll keep them separate,
      as they're not really test drivers, but instead, just
      examples. The DVB frontend ones will likely be part of a new DVB
      test driver. By that time, it should make sense to move them
      here as well.
      Signed-off-by: NMauro Carvalho Chehab <mchehab+huawei@kernel.org>
      4b32216a
  16. 10 10月, 2019 1 次提交
  17. 23 8月, 2019 1 次提交
  18. 19 2月, 2019 1 次提交
  19. 13 12月, 2018 1 次提交
  20. 23 11月, 2018 2 次提交
  21. 12 9月, 2018 1 次提交
  22. 02 8月, 2018 1 次提交
  23. 25 7月, 2018 1 次提交
  24. 13 7月, 2018 1 次提交
  25. 16 5月, 2018 1 次提交
  26. 26 3月, 2018 2 次提交
  27. 26 2月, 2018 1 次提交
  28. 05 1月, 2018 1 次提交
  29. 29 12月, 2017 1 次提交
  30. 02 11月, 2017 1 次提交
    • G
      License cleanup: add SPDX GPL-2.0 license identifier to files with no license · b2441318
      Greg Kroah-Hartman 提交于
      Many source files in the tree are missing licensing information, which
      makes it harder for compliance tools to determine the correct license.
      
      By default all files without license information are under the default
      license of the kernel, which is GPL version 2.
      
      Update the files which contain no license information with the 'GPL-2.0'
      SPDX license identifier.  The SPDX identifier is a legally binding
      shorthand, which can be used instead of the full boiler plate text.
      
      This patch is based on work done by Thomas Gleixner and Kate Stewart and
      Philippe Ombredanne.
      
      How this work was done:
      
      Patches were generated and checked against linux-4.14-rc6 for a subset of
      the use cases:
       - file had no licensing information it it.
       - file was a */uapi/* one with no licensing information in it,
       - file was a */uapi/* one with existing licensing information,
      
      Further patches will be generated in subsequent months to fix up cases
      where non-standard license headers were used, and references to license
      had to be inferred by heuristics based on keywords.
      
      The analysis to determine which SPDX License Identifier to be applied to
      a file was done in a spreadsheet of side by side results from of the
      output of two independent scanners (ScanCode & Windriver) producing SPDX
      tag:value files created by Philippe Ombredanne.  Philippe prepared the
      base worksheet, and did an initial spot review of a few 1000 files.
      
      The 4.13 kernel was the starting point of the analysis with 60,537 files
      assessed.  Kate Stewart did a file by file comparison of the scanner
      results in the spreadsheet to determine which SPDX license identifier(s)
      to be applied to the file. She confirmed any determination that was not
      immediately clear with lawyers working with the Linux Foundation.
      
      Criteria used to select files for SPDX license identifier tagging was:
       - Files considered eligible had to be source code files.
       - Make and config files were included as candidates if they contained >5
         lines of source
       - File already had some variant of a license header in it (even if <5
         lines).
      
      All documentation files were explicitly excluded.
      
      The following heuristics were used to determine which SPDX license
      identifiers to apply.
      
       - when both scanners couldn't find any license traces, file was
         considered to have no license information in it, and the top level
         COPYING file license applied.
      
         For non */uapi/* files that summary was:
      
         SPDX license identifier                            # files
         ---------------------------------------------------|-------
         GPL-2.0                                              11139
      
         and resulted in the first patch in this series.
      
         If that file was a */uapi/* path one, it was "GPL-2.0 WITH
         Linux-syscall-note" otherwise it was "GPL-2.0".  Results of that was:
      
         SPDX license identifier                            # files
         ---------------------------------------------------|-------
         GPL-2.0 WITH Linux-syscall-note                        930
      
         and resulted in the second patch in this series.
      
       - if a file had some form of licensing information in it, and was one
         of the */uapi/* ones, it was denoted with the Linux-syscall-note if
         any GPL family license was found in the file or had no licensing in
         it (per prior point).  Results summary:
      
         SPDX license identifier                            # files
         ---------------------------------------------------|------
         GPL-2.0 WITH Linux-syscall-note                       270
         GPL-2.0+ WITH Linux-syscall-note                      169
         ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21
         ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17
         LGPL-2.1+ WITH Linux-syscall-note                      15
         GPL-1.0+ WITH Linux-syscall-note                       14
         ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5
         LGPL-2.0+ WITH Linux-syscall-note                       4
         LGPL-2.1 WITH Linux-syscall-note                        3
         ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3
         ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1
      
         and that resulted in the third patch in this series.
      
       - when the two scanners agreed on the detected license(s), that became
         the concluded license(s).
      
       - when there was disagreement between the two scanners (one detected a
         license but the other didn't, or they both detected different
         licenses) a manual inspection of the file occurred.
      
       - In most cases a manual inspection of the information in the file
         resulted in a clear resolution of the license that should apply (and
         which scanner probably needed to revisit its heuristics).
      
       - When it was not immediately clear, the license identifier was
         confirmed with lawyers working with the Linux Foundation.
      
       - If there was any question as to the appropriate license identifier,
         the file was flagged for further research and to be revisited later
         in time.
      
      In total, over 70 hours of logged manual review was done on the
      spreadsheet to determine the SPDX license identifiers to apply to the
      source files by Kate, Philippe, Thomas and, in some cases, confirmation
      by lawyers working with the Linux Foundation.
      
      Kate also obtained a third independent scan of the 4.13 code base from
      FOSSology, and compared selected files where the other two scanners
      disagreed against that SPDX file, to see if there was new insights.  The
      Windriver scanner is based on an older version of FOSSology in part, so
      they are related.
      
      Thomas did random spot checks in about 500 files from the spreadsheets
      for the uapi headers and agreed with SPDX license identifier in the
      files he inspected. For the non-uapi files Thomas did random spot checks
      in about 15000 files.
      
      In initial set of patches against 4.14-rc6, 3 files were found to have
      copy/paste license identifier errors, and have been fixed to reflect the
      correct identifier.
      
      Additionally Philippe spent 10 hours this week doing a detailed manual
      inspection and review of the 12,461 patched files from the initial patch
      version early this week with:
       - a full scancode scan run, collecting the matched texts, detected
         license ids and scores
       - reviewing anything where there was a license detected (about 500+
         files) to ensure that the applied SPDX license was correct
       - reviewing anything where there was no detection but the patch license
         was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied
         SPDX license was correct
      
      This produced a worksheet with 20 files needing minor correction.  This
      worksheet was then exported into 3 different .csv files for the
      different types of files to be modified.
      
      These .csv files were then reviewed by Greg.  Thomas wrote a script to
      parse the csv files and add the proper SPDX tag to the file, in the
      format that the file expected.  This script was further refined by Greg
      based on the output to detect more types of files automatically and to
      distinguish between header and source .c files (which need different
      comment types.)  Finally Greg ran the script using the .csv files to
      generate the patches.
      Reviewed-by: NKate Stewart <kstewart@linuxfoundation.org>
      Reviewed-by: NPhilippe Ombredanne <pombredanne@nexb.com>
      Reviewed-by: NThomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      b2441318
  31. 27 10月, 2017 1 次提交
    • H
      media: tegra-cec: add Tegra HDMI CEC driver · 9d2d6068
      Hans Verkuil 提交于
      This driver adds support for the Tegra CEC IP. It is based on the
      NVIDIA drivers/misc/tegra-cec driver in their 3.10 kernel.
      
      This has been converted to the CEC framework and cleaned up.
      
      Tested with my Jetson TK1 board. It has also been tested with the
      Tegra X1 in an embedded product.
      
      Note of warning for the Tegra X2: this SoC supports two HDMI outputs,
      but only one CEC adapter and the CEC bus is shared between the
      two outputs. This is a design mistake and the CEC adapter can
      control only one HDMI output. Never hook up both HDMI outputs
      to the CEC bus in a hardware design: this is illegal as per the
      CEC specification.
      
      The CEC bus can be shared between multiple inputs and zero or one
      outputs, but not between multiple outputs.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Acked-by: NThierry Reding <treding@nvidia.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      9d2d6068
  32. 17 10月, 2017 1 次提交
  33. 23 9月, 2017 1 次提交
    • H
      media: cec-gpio: add HDMI CEC GPIO driver · 1e33936d
      Hans Verkuil 提交于
      Add a simple HDMI CEC GPIO driver that sits on top of the cec-pin framework.
      
      While I have heard of SoCs that use the GPIO pin for CEC (apparently an
      early RockChip SoC used that), the main use-case of this driver is to
      function as a debugging tool.
      
      By connecting the CEC line to a GPIO pin on a Raspberry Pi 3 for example
      it turns it into a CEC debugger and protocol analyzer.
      
      With 'cec-ctl --monitor-pin' the CEC traffic can be analyzed.
      
      But of course it can also be used with any hardware project where the
      HDMI CEC line is hooked up to a pull-up gpio line.
      
      In addition this has (optional) support for tracing HPD changes if the
      HPD is connected to a GPIO.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Reviewed-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      1e33936d
  34. 27 8月, 2017 1 次提交
  35. 09 8月, 2017 1 次提交