<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f75d1982 - drm/tegra: Allow compile test on !ARM v2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/host1x/Kconfig#f75d1982</link>
        <description>drm/tegra: Allow compile test on !ARM v2This compile tests on x86 just perfectly fine.v2: fix missing include complained by kernel test robotSigned-off-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;CC: Thierry Reding &lt;thierry.reding@gmail.com&gt;CC: Jonathan Hunter &lt;jonathanh@nvidia.com&gt;CC: linux-tegra@vger.kernel.orgSigned-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/host1x/Kconfig</description>
        <pubDate>Wed, 22 Mar 2023 10:39:15 +0000</pubDate>
        <dc:creator>Christian K&#246;nig &lt;christian.koenig@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>597b89d3 - gpu: host1x: Add context bus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/host1x/Kconfig#597b89d3</link>
        <description>gpu: host1x: Add context busThe context bus is a &quot;dummy&quot; bus that contains struct devices thatcorrespond to IOMMU contexts assigned through Host1x to processes.Even when host1x itself is built as a module, the bus is registeredin built-in code so that the built-in ARM SMMU driver is able toreference it.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/host1x/Kconfig</description>
        <pubDate>Mon, 16 May 2022 08:52:51 +0000</pubDate>
        <dc:creator>Mikko Perttunen &lt;mperttunen@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>6c7a388b - gpu: host1x: select CONFIG_DMA_SHARED_BUFFER</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/host1x/Kconfig#6c7a388b</link>
        <description>gpu: host1x: select CONFIG_DMA_SHARED_BUFFERLinking fails when dma-buf is disabled:ld.lld: error: undefined symbol: dma_fence_release&gt;&gt;&gt; referenced by fence.c&gt;&gt;&gt;               gpu/host1x/fence.o:(host1x_syncpt_fence_enable_signaling) in archive drivers/built-in.a&gt;&gt;&gt; referenced by fence.c&gt;&gt;&gt;               gpu/host1x/fence.o:(host1x_fence_signal) in archive drivers/built-in.a&gt;&gt;&gt; referenced by fence.c&gt;&gt;&gt;               gpu/host1x/fence.o:(do_fence_timeout) in archive drivers/built-in.aFixes: 687db2207b1b (&quot;gpu: host1x: Add DMA fence implementation&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-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/host1x/Kconfig</description>
        <pubDate>Mon, 27 Sep 2021 09:36:59 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>c8a20364 - gpu: host1x: Unconditionally select IOMMU_IOVA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/host1x/Kconfig#c8a20364</link>
        <description>gpu: host1x: Unconditionally select IOMMU_IOVACurrently configurations can be generated where IOMMU_SUPPORT isdisabled but IOMMU_IOVA is built as a module and HOST1X as built-in. Insuch a case, the symbols guarded by IOMMU_IOVA will not be availablewhen linking the host1x driver and cause a linking failure.Simplify this by unconditionally selecting IOMMU_IOVA, which makes surethat it will be forced to =y if HOST1X=y. Technically we can now getIOMMU_IOVA code built-in even if we don&apos;t use it (host1x only uses itwhen IOMMU_SUPPORT is also enabled), but such configuration are of amostly academic nature. In all practical configurations we want IOMMUsupport anyway.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/host1x/Kconfig</description>
        <pubDate>Thu, 29 Aug 2019 15:56:53 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/host1x/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-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/host1x/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>52499a6a - gpu: host1x: select IOMMU_IOVA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/host1x/Kconfig#52499a6a</link>
        <description>gpu: host1x: select IOMMU_IOVAWhen IOMMU_IOVA is not built-in but host1x is, we get a link error:drivers/gpu/host1x/dev.o: In function `host1x_remove&apos;:dev.c:(.text.host1x_remove+0x50): undefined reference to `put_iova_domain&apos;drivers/gpu/host1x/dev.o: In function `host1x_probe&apos;:dev.c:(.text.host1x_probe+0x31c): undefined reference to `init_iova_domain&apos;dev.c:(.text.host1x_probe+0x38c): undefined reference to `put_iova_domain&apos;drivers/gpu/host1x/cdma.o: In function `host1x_cdma_init&apos;:cdma.c:(.text.host1x_cdma_init+0x238): undefined reference to `alloc_iova&apos;cdma.c:(.text.host1x_cdma_init+0x2c0): undefined reference to `__free_iova&apos;drivers/gpu/host1x/cdma.o: In function `host1x_cdma_deinit&apos;:cdma.c:(.text.host1x_cdma_deinit+0xb0): undefined reference to `free_iova&apos;This adds the same select statement that we have for drm_tegra.Fixes: 404bfb78daf3 (&quot;gpu: host1x: Add IOMMU support&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Mikko Perttunen &lt;mperttunen@nvidia.com&gt;Signed-off-by: Sean Paul &lt;seanpaul@chromium.org&gt;Link: http://patchwork.freedesktop.org/patch/msgid/20170419182449.885312-1-arnd@arndb.de

            List of files:
            /linux-6.15/drivers/gpu/host1x/Kconfig</description>
        <pubDate>Wed, 19 Apr 2017 18:24:41 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>b12f601f - gpu: host1x: select IOMMU_IOVA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/host1x/Kconfig#b12f601f</link>
        <description>gpu: host1x: select IOMMU_IOVAWhen IOMMU_IOVA is not built-in but host1x is, we get a link error:drivers/gpu/host1x/dev.o: In function `host1x_remove&apos;:dev.c:(.text.host1x_remove+0x50): undefined reference to `put_iova_domain&apos;drivers/gpu/host1x/dev.o: In function `host1x_probe&apos;:dev.c:(.text.host1x_probe+0x31c): undefined reference to `init_iova_domain&apos;dev.c:(.text.host1x_probe+0x38c): undefined reference to `put_iova_domain&apos;drivers/gpu/host1x/cdma.o: In function `host1x_cdma_init&apos;:cdma.c:(.text.host1x_cdma_init+0x238): undefined reference to `alloc_iova&apos;cdma.c:(.text.host1x_cdma_init+0x2c0): undefined reference to `__free_iova&apos;drivers/gpu/host1x/cdma.o: In function `host1x_cdma_deinit&apos;:cdma.c:(.text.host1x_cdma_deinit+0xb0): undefined reference to `free_iova&apos;This adds the same select statement that we have for drm_tegra.Fixes: 404bfb78daf3 (&quot;gpu: host1x: Add IOMMU support&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Mikko Perttunen &lt;mperttunen@nvidia.com&gt;Signed-off-by: Sean Paul &lt;seanpaul@chromium.org&gt;Link: http://patchwork.freedesktop.org/patch/msgid/20170419182449.885312-1-arnd@arndb.de

            List of files:
            /linux-6.15/drivers/gpu/host1x/Kconfig</description>
        <pubDate>Wed, 19 Apr 2017 18:24:41 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>6f44c2b5 - gpu: host1x: Increase compile test coverage</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/host1x/Kconfig#6f44c2b5</link>
        <description>gpu: host1x: Increase compile test coverageThe ARCH_MULTIPLATFORM dependency was introduced back when Tegra didn&apos;tsupport multiplatform yet as a means to allow the driver to be easilycompile-tested along with other DRM drivers. In the meantime, the newCOMPILE_TEST Kconfig option has been introduced for exactly thatpurpose, so use that instead to clarify the intention.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/host1x/Kconfig</description>
        <pubDate>Wed, 20 Nov 2013 19:58:36 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&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/host1x/Kconfig#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/host1x/Kconfig</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>4231c6b0 - drm/tegra: Move drm to live under host1x</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/host1x/Kconfig#4231c6b0</link>
        <description>drm/tegra: Move drm to live under host1xMake drm part of host1x driver.Signed-off-by: Arto Merilainen &lt;amerilainen@nvidia.com&gt;Signed-off-by: Terje Bergstrom &lt;tbergstrom@nvidia.com&gt;Reviewed-by: Thierry Reding &lt;thierry.reding@avionic-design.de&gt;Tested-by: Thierry Reding &lt;thierry.reding@avionic-design.de&gt;Tested-by: Erik Faye-Lund &lt;kusmabite@gmail.com&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@avionic-design.de&gt;

            List of files:
            /linux-6.15/drivers/gpu/host1x/Kconfig</description>
        <pubDate>Fri, 22 Mar 2013 14:34:05 +0000</pubDate>
        <dc:creator>Terje Bergstrom &lt;tbergstrom@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>6579324a - gpu: host1x: Add channel support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/host1x/Kconfig#6579324a</link>
        <description>gpu: host1x: Add channel supportAdd support for host1x client modules, and host1x channels to submitwork to the clients.Signed-off-by: Arto Merilainen &lt;amerilainen@nvidia.com&gt;Signed-off-by: Terje Bergstrom &lt;tbergstrom@nvidia.com&gt;Reviewed-by: Thierry Reding &lt;thierry.reding@avionic-design.de&gt;Tested-by: Thierry Reding &lt;thierry.reding@avionic-design.de&gt;Tested-by: Erik Faye-Lund &lt;kusmabite@gmail.com&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@avionic-design.de&gt;

            List of files:
            /linux-6.15/drivers/gpu/host1x/Kconfig</description>
        <pubDate>Fri, 22 Mar 2013 14:34:03 +0000</pubDate>
        <dc:creator>Terje Bergstrom &lt;tbergstrom@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>75471687 - gpu: host1x: Add host1x driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/host1x/Kconfig#75471687</link>
        <description>gpu: host1x: Add host1x driverAdd host1x, the driver for host1x and its client unit 2D. The Tegrahost1x module is the DMA engine for register access to Tegra&apos;sgraphics- and multimedia-related modules. The modules served byhost1x are referred to as clients. host1x includes some otherfunctionality, such as synchronization.Signed-off-by: Arto Merilainen &lt;amerilainen@nvidia.com&gt;Signed-off-by: Terje Bergstrom &lt;tbergstrom@nvidia.com&gt;Reviewed-by: Thierry Reding &lt;thierry.reding@avionic-design.de&gt;Tested-by: Thierry Reding &lt;thierry.reding@avionic-design.de&gt;Tested-by: Erik Faye-Lund &lt;kusmabite@gmail.com&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@avionic-design.de&gt;

            List of files:
            /linux-6.15/drivers/gpu/host1x/Kconfig</description>
        <pubDate>Fri, 22 Mar 2013 14:34:01 +0000</pubDate>
        <dc:creator>Terje Bergstrom &lt;tbergstrom@nvidia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
