<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>1ac45068 - drm/tegra: Hide fbdev support behind config option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#1ac45068</link>
        <description>drm/tegra: Hide fbdev support behind config optionOnly build tegra&apos;s fbdev emulation if CONFIG_DRM_FBDEV_EMULATIONhas been enabled. As part of this change, move the code into itsown source file. No functional changes.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Thu, 30 Mar 2023 08:36:05 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>b7dc179e - drm/tegra: Add code for booting RISC-V based engines</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#b7dc179e</link>
        <description>drm/tegra: Add code for booting RISC-V based enginesAdd helper code for booting RISC-V based engines where firmware islocated in a carveout.Signed-off-by: Mikko Perttunen &lt;mperttunen@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Tue, 20 Sep 2022 08:12:02 +0000</pubDate>
        <dc:creator>Mikko Perttunen &lt;mperttunen@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>46f226c9 - drm/tegra: Add NVDEC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#46f226c9</link>
        <description>drm/tegra: Add NVDEC driverAdd support for booting and using NVDEC on Tegra210, Tegra186and Tegra194 to the Host1x and TegraDRM drivers. Booting insecure mode is not currently supported.Signed-off-by: Mikko Perttunen &lt;mperttunen@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Thu, 16 Sep 2021 14:55:17 +0000</pubDate>
        <dc:creator>Mikko Perttunen &lt;mperttunen@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>8cc95f3f - drm/tegra: Add job firewall</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#8cc95f3f</link>
        <description>drm/tegra: Add job firewallAdd a firewall that validates jobs before submission to ensurethey don&apos;t do anything they aren&apos;t allowed to do, like accessingmemory they should not access.The firewall is functionality-wise a copy of the firewall alreadyimplemented in gpu/host1x. It is copied here as it makes moresense for it to live on the DRM side, as it is only needed foruserspace job submissions, and generally the data it needs todo its job is easier to access here.In the future, the other implementation will be removed.Signed-off-by: Mikko Perttunen &lt;mperttunen@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Thu, 10 Jun 2021 11:04:55 +0000</pubDate>
        <dc:creator>Mikko Perttunen &lt;mperttunen@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>13abe0bb - drm/tegra: Implement job submission part of new UAPI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#13abe0bb</link>
        <description>drm/tegra: Implement job submission part of new UAPIImplement the job submission IOCTL with a minimum feature set.Signed-off-by: Mikko Perttunen &lt;mperttunen@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Thu, 10 Jun 2021 11:04:54 +0000</pubDate>
        <dc:creator>Mikko Perttunen &lt;mperttunen@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>d7c591bc - drm/tegra: Implement new UAPI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#d7c591bc</link>
        <description>drm/tegra: Implement new UAPIImplement the non-submission parts of the new UAPI, includingchannel management and memory mapping. The UAPI is under theCONFIG_DRM_TEGRA_STAGING config flag for now.Signed-off-by: Mikko Perttunen &lt;mperttunen@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Thu, 10 Jun 2021 11:04:51 +0000</pubDate>
        <dc:creator>Mikko Perttunen &lt;mperttunen@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>9a42c7c6 - drm/tegra: Move drm_dp_link helpers to Tegra DRM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#9a42c7c6</link>
        <description>drm/tegra: Move drm_dp_link helpers to Tegra DRMDuring the discussion of patches that enhance the drm_dp_link helpers itwas concluded that these helpers aren&apos;t very useful to begin with. Afterall other drivers have been converted not to use these helpers anymore,move these helpers into the last remaining user: Tegra DRM.If at some point these helpers are deemed more widely useful, they canbe moved out into the DRM DP helpers again.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;Reviewed-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20191021143437.1477719-14-thierry.reding@gmail.com

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Mon, 21 Oct 2019 14:34:37 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>fad7b806 - drm/tegra: hda: Extract HDA format parsing code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#fad7b806</link>
        <description>drm/tegra: hda: Extract HDA format parsing codeThis code can be reused for HDMI, so extract it into a reusablefunction.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Thu, 03 Jan 2019 14:23:16 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>c4755fb9 - drm/tegra: Add Tegra186 display hub support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#c4755fb9</link>
        <description>drm/tegra: Add Tegra186 display hub supportThe display architecture has changed in several significant ways withthe new Tegra186 SoC. Shared between all display controllers is a setof common resources referred to as the display hub. The hub generatesaccesses to memory and feeds them into various composition pipelines,each of which being a window that can be assigned to arbitrary heads.Atomic state is subclassed in order to track the global bandwidthrequirements and select and adjust the hub clocks appropriately. Theplane code is shared to a large degree with earlier SoC generations,except where the programming differs.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Mon, 13 Nov 2017 10:08:13 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>5acd3514 - drm/tegra: Move common plane code to separate file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#5acd3514</link>
        <description>drm/tegra: Move common plane code to separate fileSubsequent patches will add support for Tegra186 which has a differentarchitecture and needs different plane code but which can share a lot ofcode with earlier Tegra support.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Fri, 10 Nov 2017 14:27:25 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe 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 caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase 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 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately 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 &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;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 &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  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&apos;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 thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion 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 correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>67e04d1a - drm/tegra: dc: Trace register accesses</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#67e04d1a</link>
        <description>drm/tegra: dc: Trace register accessesAdd tracepoint events for display controller register accesses.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Tue, 15 Aug 2017 13:41:10 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>0ae797a8 - drm/tegra: Add VIC support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#0ae797a8</link>
        <description>drm/tegra: Add VIC supportThis patch adds support for Video Image Compositor engine whichcan be used for 2d operations.Signed-off-by: Andrew Chew &lt;achew@nvidia.com&gt;Signed-off-by: Arto Merilainen &lt;amerilainen@nvidia.com&gt;Signed-off-by: Mikko Perttunen &lt;mperttunen@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Wed, 14 Dec 2016 11:16:13 +0000</pubDate>
        <dc:creator>Arto Merilainen &lt;amerilainen@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>8746f659 - drm/tegra: Add falcon helper library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#8746f659</link>
        <description>drm/tegra: Add falcon helper libraryAdd a set of falcon helper routines for use by the tegradrm client driversof the various falcon-based engines.The falcon is a microcontroller that acts as a frontend for the rest of aparticular Tegra engine.  In order to properly utilize these engines, thefrontend must be booted before pushing any commands.Based on work by Andrew Chew &lt;achew@nvidia.com&gt;Signed-off-by: Andrew Chew &lt;achew@nvidia.com&gt;Signed-off-by: Arto Merilainen &lt;amerilainen@nvidia.com&gt;Signed-off-by: Mikko Perttunen &lt;mperttunen@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Wed, 14 Dec 2016 11:16:12 +0000</pubDate>
        <dc:creator>Arto Merilainen &lt;amerilainen@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>9910f5c4 - drm/tegra: Remove host1x drm_bus implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#9910f5c4</link>
        <description>drm/tegra: Remove host1x drm_bus implementationThe DRM core can now cope with drivers that don&apos;t have an associatedstruct drm_bus, so the host1x implementation is no longer useful.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Thu, 22 May 2014 07:57:15 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>6b6b6042 - drm/tegra: Add eDP support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#6b6b6042</link>
        <description>drm/tegra: Add eDP supportAdd support for eDP functionality found on Tegra124 and later SoCs. Onlyfast link training is currently supported.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Fri, 15 Nov 2013 15:06:05 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>dec72739 - drm/tegra: Add DSI support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#dec72739</link>
        <description>drm/tegra: Add DSI supportThis commit adds support for both DSI outputs found on Tegra. Only veryminimal functionality is implemented, so advanced features like gangedmode won&apos;t work.Due to the lack of other test hardware, some sections of the driver arehardcoded to work with Dalmore.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Tue, 03 Sep 2013 06:45:46 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>5f60ed0d - drm/tegra: Add 3D support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#5f60ed0d</link>
        <description>drm/tegra: Add 3D supportInitialize and power the 3D unit on Tegra20, Tegra30 and Tegra114 andregister a channel with the Tegra DRM driver so that the unit can beused from userspace.Signed-off-by: Thierry Reding &lt;thierry.reding@avionic-design.de&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Thu, 28 Feb 2013 07:08:01 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;thierry.reding@avionic-design.de&gt;</dc:creator>
    </item>
<item>
        <title>dee8268f - drm/tegra: Move driver to DRM tree</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#dee8268f</link>
        <description>drm/tegra: Move driver to DRM treeIn order to make subsystem-wide changes easier, move the Tegra DRMdriver back into the DRM tree.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Wed, 09 Oct 2013 08:32:49 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>edec4af4 - drm: tegra: Add HDMI support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tegra/Makefile#edec4af4</link>
        <description>drm: tegra: Add HDMI supportThis commit adds support for the HDMI output on the Tegra20 SoC. Onlyone such output is available, but it can be driven by either of the twodisplay controllers.A lot of work on this patch has been contributed by NVIDIA&apos;s Mark Zhang&lt;markz@nvidia.com&gt; and many other people at NVIDIA were very helpful ingetting the HDMI support and surrounding infrastructure to work.Signed-off-by: Thierry Reding &lt;thierry.reding@avionic-design.de&gt;Tested-by: Stephen Warren &lt;swarren@nvidia.com&gt;Acked-by: Mark Zhang &lt;markz@nvidia.com&gt;Reviewed-by: Mark Zhang &lt;markz@nvidia.com&gt;Tested-by: Mark Zhang &lt;markz@nvidia.com&gt;Tested-and-acked-by: Alexandre Courbot &lt;acourbot@nvidia.com&gt;Acked-by: Terje Bergstrom &lt;tbergstrom@nvidia.com&gt;Tested-by: Terje Bergstrom &lt;tbergstrom@nvidia.com&gt;Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tegra/Makefile</description>
        <pubDate>Thu, 15 Nov 2012 21:28:23 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;thierry.reding@avionic-design.de&gt;</dc:creator>
    </item>
</channel>
</rss>
