<?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>e5a06898 - drm/v3d: Add support for bcm2711</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/v3d/Kconfig#e5a06898</link>
        <description>drm/v3d: Add support for bcm2711Add compatible string and Kconfig options and help for bcm2711.Signed-off-by: Nicolas Saenz Julienne &lt;nsaenzjulienne@suse.de&gt;Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;Reviewed-by: Stefan Wahren &lt;stefan.wahren@i2se.com&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Signed-off-by: Melissa Wen &lt;melissa.srw@gmail.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220603092610.1909675-4-pbrobinson@gmail.com

            List of files:
            /linux-6.15/drivers/gpu/drm/v3d/Kconfig</description>
        <pubDate>Fri, 03 Jun 2022 09:26:07 +0000</pubDate>
        <dc:creator>Peter Robinson &lt;pbrobinson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5e12f7ea - drm: v3d: correct reference to config ARCH_BRCMSTB</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/v3d/Kconfig#5e12f7ea</link>
        <description>drm: v3d: correct reference to config ARCH_BRCMSTBCommit 57692c94dcbe (&quot;drm/v3d: Introduce a new DRM driver for Broadcom V3DV3.x+&quot;) adds the config DRM_V3D, which depends on &quot;ARCH_BCMSTB&quot;.Although, a bit confusing: all Broadcom architectures in./arch/arm/mach-bcm/Kconfig have the prefix &quot;ARCH_BCM&quot;, except forARCH_BRCMSTB, i.e., the config for Broadcom BCM7XXX based boards.So, correct the reference ARCH_BCMSTB to the intended ARCH_BRCMSTB.Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;Signed-off-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20210819112253.16484-4-lukas.bulwahn@gmail.com

            List of files:
            /linux-6.15/drivers/gpu/drm/v3d/Kconfig</description>
        <pubDate>Thu, 19 Aug 2021 11:22:51 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@gmail.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/drm/v3d/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/drm/v3d/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>40609d48 - drm/v3d: Use the new shmem helpers to reduce driver boilerplate.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/v3d/Kconfig#40609d48</link>
        <description>drm/v3d: Use the new shmem helpers to reduce driver boilerplate.The new shmem helpers from Noralf and Rob abstract out a bunch of ourBO creation and mapping code.v2: Use the new sgt getter, and flag pages as dirty before freeing.v3: Remove the mismatched put_pages.Signed-off-by: Eric Anholt &lt;eric@anholt.net&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20190314163451.13431-1-eric@anholt.netReviewed-by: Rob Herring &lt;robh@kernel.org&gt; (v2)

            List of files:
            /linux-6.15/drivers/gpu/drm/v3d/Kconfig</description>
        <pubDate>Thu, 14 Mar 2019 16:34:51 +0000</pubDate>
        <dc:creator>Eric Anholt &lt;eric@anholt.net&gt;</dc:creator>
    </item>
<item>
        <title>fbecef13 - drm/v3d: add CONFIG_MMU dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/v3d/Kconfig#fbecef13</link>
        <description>drm/v3d: add CONFIG_MMU dependencyWithout CONFIG_MMU, we get a link error:drivers/gpu/drm/v3d/v3d_bo.o: In function `v3d_gem_fault&apos;:v3d_bo.c:(.text+0x3ca): undefined reference to `vm_insert_mixed&apos;The other drivers with this problem already depend on CONFIG_MMU,so let&apos;s do the same thing here.Fixes: 57692c94dcbe (&quot;drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Eric Anholt &lt;eric@anholt.net&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20180525155030.3667352-5-arnd@arndb.de

            List of files:
            /linux-6.15/drivers/gpu/drm/v3d/Kconfig</description>
        <pubDate>Fri, 25 May 2018 15:50:12 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>57692c94 - drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/v3d/Kconfig#57692c94</link>
        <description>drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+This driver will be used to support Mesa on the Broadcom 7268 and 7278platforms.V3D 3.3 introduces an MMU, which means we no longer need CMA or vc4&apos;scomplicated CL/shader validation scheme.  This massively changes theGEM behavior, so I&apos;ve forked off to a new driver.v2: Mark SUBMIT_CL as needing DRM_AUTH.  coccinelle fixes from kbuild    test robot. Drop personal git link from MAINTAINERS.  Don&apos;t    double-map dma-buf imported BOs.  Add kerneldoc about needing MMU    eviction.  Drop prime vmap/unmap stubs.  Delay mmap offset setup    to mmap time.  Use drm_dev_init instead of _alloc.  Use    ktime_get() for wait_bo timeouts.  Drop drm_can_sleep() usage,    since we don&apos;t modeset.  Switch page tables back to WC (debug    change to coherent had slipped in).  Switch    drm_gem_object_unreference_unlocked() to    drm_gem_object_put_unlocked().  Simplify overflow mem handling by    not sharing overflow mem between jobs.v3: no changesv4: align submit_cl to 64 bits (review by airlied), check zero flags in    other ioctls.Signed-off-by: Eric Anholt &lt;eric@anholt.net&gt;Acked-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt; (v4)Acked-by: Dave Airlie &lt;airlied@linux.ie&gt; (v3, requested submit_cl change)Link: https://patchwork.freedesktop.org/patch/msgid/20180430181058.30181-3-eric@anholt.net

            List of files:
            /linux-6.15/drivers/gpu/drm/v3d/Kconfig</description>
        <pubDate>Mon, 30 Apr 2018 18:10:58 +0000</pubDate>
        <dc:creator>Eric Anholt &lt;eric@anholt.net&gt;</dc:creator>
    </item>
</channel>
</rss>
