<?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>6437a549 - drm/panfrost: fix GENERIC_ATOMIC64 dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panfrost/Kconfig#6437a549</link>
        <description>drm/panfrost: fix GENERIC_ATOMIC64 dependencyOn ARMv5 and earlier, a randconfig build can still run intoWARNING: unmet direct dependencies detected for IOMMU_IO_PGTABLE_LPAE  Depends on [n]: IOMMU_SUPPORT [=y] &amp;&amp; (ARM [=y] || ARM64 || COMPILE_TEST [=y]) &amp;&amp; !GENERIC_ATOMIC64 [=y]  Selected by [y]:  - DRM_PANFROST [=y] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; DRM [=y] &amp;&amp; (ARM [=y] || ARM64 || COMPILE_TEST [=y] &amp;&amp; !GENERIC_ATOMIC64 [=y]) &amp;&amp; MMU [=y]Rework the dependencies to always require a working cmpxchg64.Fixes: db594ba3fcf9 (&quot;drm/panfrost: depend on !GENERIC_ATOMIC64 when using COMPILE_TEST&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Steven Price &lt;steven.price@arm.com&gt;Signed-off-by: Steven Price &lt;steven.price@arm.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230117164456.1591901-1-arnd@kernel.org

            List of files:
            /linux-6.15/drivers/gpu/drm/panfrost/Kconfig</description>
        <pubDate>Tue, 17 Jan 2023 16:44:43 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>730c2bf4 - drm/panfrost: Add support for devcoredump</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panfrost/Kconfig#730c2bf4</link>
        <description>drm/panfrost: Add support for devcoredumpIn the event of a job timeout, debug dump information will be written into/sys/class/devcoredump.Inspired by etnaviv&apos;s similar feature.Signed-off-by: Adri&#225;n Larumbe &lt;adrian.larumbe@collabora.com&gt;Reviewed-by: Steven Price &lt;steven.price@arm.com&gt;Signed-off-by: Steven Price &lt;steven.price@arm.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220729144610.2105223-3-adrian.larumbe@collabora.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panfrost/Kconfig</description>
        <pubDate>Fri, 29 Jul 2022 14:46:10 +0000</pubDate>
        <dc:creator>Adri&#225;n Larumbe &lt;adrian.larumbe@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>de060de3 - drm/panfrost: Require the simple_ondemand governor</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panfrost/Kconfig#de060de3</link>
        <description>drm/panfrost: Require the simple_ondemand governorPanfrost depends on the simple_ondemand governor, and thereforeit&apos;s a required configuration. Select it.Fixes: f3617b449d0b (&quot;drm/panfrost: Select devfreq&quot;)Signed-off-by: Ezequiel Garcia &lt;ezequiel@collabora.com&gt;Reviewed-by: Tomeu Vizoso &lt;tomeu.vizoso@collabora.com&gt;Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20190605184859.9432-1-ezequiel@collabora.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panfrost/Kconfig</description>
        <pubDate>Wed, 05 Jun 2019 18:48:59 +0000</pubDate>
        <dc:creator>Ezequiel Garcia &lt;ezequiel@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>f3617b44 - drm/panfrost: Select devfreq</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panfrost/Kconfig#f3617b44</link>
        <description>drm/panfrost: Select devfreqCurrently, there is some logic for the driver to work without devfreq.However, the driver actually fails to probe if !CONFIG_PM_DEVFREQ.Fix this by selecting devfreq, and drop the additional checksfor devfreq.Signed-off-by: Ezequiel Garcia &lt;ezequiel@collabora.com&gt;Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20190517150042.776-1-ezequiel@collabora.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panfrost/Kconfig</description>
        <pubDate>Fri, 17 May 2019 15:00:42 +0000</pubDate>
        <dc:creator>Ezequiel Garcia &lt;ezequiel@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>db594ba3 - drm/panfrost: depend on !GENERIC_ATOMIC64 when using COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panfrost/Kconfig#db594ba3</link>
        <description>drm/panfrost: depend on !GENERIC_ATOMIC64 when using COMPILE_TESTSince panfrost has a &apos;select&apos; on IOMMU_IO_PGTABLE_LPAE we must depend onthe same set of flags. Otherwise IOMMU_IO_PGTABLE_LPAE will be forced oneven though it cannot build (no support for cmpxchg64).This fixes the following warning from kconfig:WARNING: unmet direct dependencies detected for IOMMU_IO_PGTABLE_LPAE  Depends on [n]: IOMMU_SUPPORT [=y] &amp;&amp; (ARM || ARM64 || COMPILE_TEST [=y] &amp;&amp; !GENERIC_ATOMIC64 [=y])  Selected by [y]:  - DRM_PANFROST [=y] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; DRM [=y] &amp;&amp; (ARM || ARM64 || COMPILE_TEST [=y]) &amp;&amp; MMU [=y]Reported-by: kbuild test robot &lt;lkp@intel.com&gt;Signed-off-by: Steven Price &lt;steven.price@arm.com&gt;Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20190417152928.10790-1-steven.price@arm.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panfrost/Kconfig</description>
        <pubDate>Wed, 17 Apr 2019 15:29:28 +0000</pubDate>
        <dc:creator>Steven Price &lt;steven.price@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>f3ba9122 - drm/panfrost: Add initial panfrost driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panfrost/Kconfig#f3ba9122</link>
        <description>drm/panfrost: Add initial panfrost driverThis adds the initial driver for panfrost which supports Arm MaliMidgard and Bifrost family of GPUs. Currently, only the T860 andT760 Midgard GPUs have been tested.v2:- Add GPU reset on job hangs (Tomeu)- Add RuntimePM and devfreq support (Tomeu)- Fix T760 support (Tomeu)- Add a TODO file (Rob, Tomeu)- Support multiple in fences (Tomeu)- Drop support for shared fences (Tomeu)- Fill in MMU de-init (Rob)- Move register definitions back to single header (Rob)- Clean-up hardcoded job submit todos (Rob)- Implement feature setup based on features/issues (Rob)- Add remaining Midgard DT compatible strings (Rob)v3:- Add support for reset lines (Neil)- Add a MAINTAINERS entry (Rob)- Call dma_set_mask_and_coherent (Rob)- Do MMU invalidate on map and unmap. Restructure to do a single  operation per map/unmap call. (Rob)- Add a missing explicit padding to struct drm_panfrost_create_bo (Rob)- Fix 0-day error: &quot;panfrost_devfreq.c:151:9-16: ERROR: PTR_ERR applied after initialization to constant on line 150&quot;- Drop HW_FEATURE_AARCH64_MMU conditional (Rob)- s/DRM_PANFROST_PARAM_GPU_ID/DRM_PANFROST_PARAM_GPU_PROD_ID/ (Rob)- Check drm_gem_shmem_prime_import_sg_table() error code (Rob)- Re-order power on sequence (Rob)- Move panfrost_acquire_object_fences() before scheduling job (Rob)- Add NULL checks on array pointers in job clean-up (Rob)- Rework devfreq (Tomeu)- Fix devfreq init with no regulator (Rob)- Various WS and comments clean-up (Rob)Cc: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;Cc: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Cc: Sean Paul &lt;sean@poorly.run&gt;Cc: David Airlie &lt;airlied@linux.ie&gt;Cc: Daniel Vetter &lt;daniel@ffwll.ch&gt;Cc: Lyude Paul &lt;lyude@redhat.com&gt;Reviewed-by: Alyssa Rosenzweig &lt;alyssa@rosenzweig.io&gt;Reviewed-by: Eric Anholt &lt;eric@anholt.net&gt;Reviewed-by: Steven Price &lt;steven.price@arm.com&gt;Signed-off-by: Marty E. Plummer &lt;hanetzer@startmail.com&gt;Signed-off-by: Tomeu Vizoso &lt;tomeu.vizoso@collabora.com&gt;Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20190409205427.6943-4-robh@kernel.org

            List of files:
            /linux-6.15/drivers/gpu/drm/panfrost/Kconfig</description>
        <pubDate>Mon, 10 Sep 2018 19:27:58 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
