<?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>e2b3f7c8 - drm/radeon: switch over to drm_exec v2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#e2b3f7c8</link>
        <description>drm/radeon: switch over to drm_exec v2Just a straightforward conversion without any optimization.Smoke tested on actual hardware.v2: rebaseSigned-off-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Acked-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241114153020.6209-2-christian.koenig@amd.com

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Wed, 04 May 2022 06:31:08 +0000</pubDate>
        <dc:creator>Christian K&#246;nig &lt;christian.koenig@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>41d48e55 - drm/radeon: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#41d48e55</link>
        <description>drm/radeon: Run DRM default client setupRework fbdev probing to support fbdev_probe in struct drm_driverand remove the old fb_probe callback. Provide an initializer macrofor struct drm_driver that sets the callback according to the kernelconfiguration.Call drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.The radeon driver specifies a preferred color mode depending onthe available video memory, with a default of 32. Adapt this forthe new client interface.v5:- select DRM_CLIENT_SELECTIONv2:- style changesSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Alex Deucher &lt;alexander.deucher@amd.com&gt;Cc: &quot;Christian K&#246;nig&quot; &lt;christian.koenig@amd.com&gt;Cc: Xinhui Pan &lt;Xinhui.Pan@amd.com&gt;Acked-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-78-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:13:15 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>05b8b6dd - Revert &quot;drm: Switch DRM_DISPLAY_HELPER to depends on&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#05b8b6dd</link>
        <description>Revert &quot;drm: Switch DRM_DISPLAY_HELPER to depends on&quot;This reverts commit e075e496f516bf92bc0cbaf94d64e8d4a6b58321, as helpercode should always be selected by the driver that needs it, for theconvenience of the final user configuring a kernel.The user who configures a kernel should not need to know which helpersare needed for the driver he is interested in.  Making a driver dependon helper code means that the user needs to know which helpers to enablefirst, which is very user-unfriendly.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/1ba76cc4d96a8afefff5d1bc42fb1e1329c5da68.1713780345.git.geert+renesas@glider.beSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Mon, 22 Apr 2024 10:30:37 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>7fe302ae - Revert &quot;drm: Switch DRM_DISPLAY_DP_HELPER to depends on&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#7fe302ae</link>
        <description>Revert &quot;drm: Switch DRM_DISPLAY_DP_HELPER to depends on&quot;This reverts commit 0323287de87d7e6e9c22c57d7440aa353a2298d0, as helpercode should always be selected by the driver that needs it, for theconvenience of the final user configuring a kernel.The user who configures a kernel should not need to know which helpersare needed for the driver he is interested in.  Making a driver dependon helper code means that the user needs to know which helpers to enablefirst, which is very user-unfriendly.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/89ac456805746b6d0c888f10c5120b11aacd3319.1713780345.git.geert+renesas@glider.beSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Mon, 22 Apr 2024 10:30:35 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>0323287d - drm: Switch DRM_DISPLAY_DP_HELPER to depends on</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#0323287d</link>
        <description>drm: Switch DRM_DISPLAY_DP_HELPER to depends onMost of our helpers have relied on being selected so far throughKconfig, but that creates issues when we have multiple layers of helperswith some depending on others.Indeed, select doesn&apos;t select a dependency&apos;s dependencies, and thusisn&apos;t super intuitive. Depends on however doesn&apos;t have that limitation,so we can just switch all the drivers that were selectingDRM_DISPLAY_DP_HELPER to depend on it.Reviewed-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://lore.kernel.org/r/20240327-kms-kconfig-helpers-v3-10-eafee11b84b3@kernel.orgSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Wed, 27 Mar 2024 10:57:05 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e075e496 - drm: Switch DRM_DISPLAY_HELPER to depends on</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#e075e496</link>
        <description>drm: Switch DRM_DISPLAY_HELPER to depends onMost of our helpers have relied on being selected so far throughKconfig, but that creates issues when we have multiple layers of helperswith some depending on others.Indeed, select doesn&apos;t select a dependency&apos;s dependencies, and thusisn&apos;t super intuitive. Depends on however doesn&apos;t have that limitation,so we can just switch all the drivers that were selectingDRM_DISPLAY_HELPER to depend on it.Reviewed-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://lore.kernel.org/r/20240327-kms-kconfig-helpers-v3-8-eafee11b84b3@kernel.orgSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Wed, 27 Mar 2024 10:57:03 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4520844b - fbdev: Use _IOMEM_ infix for I/O-memory helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#4520844b</link>
        <description>fbdev: Use _IOMEM_ infix for I/O-memory helpersChange the infix for fbdev&apos;s I/O-memory helpers from _IO_ to _IOMEM_to distiguish them from other types of I/O, such as file operations.The helpers operate on memory ranges in the I/O address space and thenaming should make this clear. Adapt all users. No functional changes.Suggested-by: Helge Deller &lt;deller@gmx.de&gt;Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Acked-by: Helge Deller &lt;deller@gmx.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230729193157.15446-2-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Sat, 29 Jul 2023 19:26:46 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>6ebf23bf - drm/radeon: Use regular fbdev I/O helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#6ebf23bf</link>
        <description>drm/radeon: Use regular fbdev I/O helpersUse the regular fbdev helpers for framebuffer I/O instead of DRM&apos;shelpers. Radeon does not use damage handling, so DRM&apos;s fbdev helpersare mere wrappers around the fbdev code.By using fbdev helpers directly within each DRM fbdev emulation,we can eventually remove DRM&apos;s wrapper functions entirely.v4:	* use initializer macros for struct fb_opsv2:	* use FB_IO_HELPERS optionSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Acked-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Acked-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Cc: Alex Deucher &lt;alexander.deucher@amd.com&gt;Cc: &quot;Christian K&#246;nig&quot; &lt;christian.koenig@amd.com&gt;Cc: &quot;Pan, Xinhui&quot; &lt;Xinhui.Pan@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230530151228.22979-7-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Tue, 30 May 2023 15:12:21 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>254986e3 - drm/radeon: Use the drm suballocation manager implementation.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#254986e3</link>
        <description>drm/radeon: Use the drm suballocation manager implementation.Use the generic suballocation helper for radeon.v3:- Select the suballoc helper in Kconfig (Thomas).Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;Co-developed-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;Reviewed-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Acked-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;Acked-by: Alex Deucher &lt;alexdeucher@gmail.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230224095152.30134-4-thomas.hellstrom@linux.intel.com

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Fri, 24 Feb 2023 09:51:52 +0000</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>000458b5 - drm: Only select I2C_ALGOBIT for drivers that actually need it</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#000458b5</link>
        <description>drm: Only select I2C_ALGOBIT for drivers that actually need itWhile working on a drm driver that doesn&apos;t need the i2c algobit stuff Inoticed that DRM selects this code even though only 8 drivers actually useit. While also only some drivers use i2c, keep the select for I2C for thenext cleanup patch. Still prepare this already by also selecting I2C forthe individual drivers.Signed-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Signed-off-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20221219083627.1401627-1-u.kleine-koenig@pengutronix.de

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Mon, 19 Dec 2022 08:36:27 +0000</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>cb20d650 - drm: Move radeon and amdgpu Kconfig options into their directories</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#cb20d650</link>
        <description>drm: Move radeon and amdgpu Kconfig options into their directoriesMost Kconfig options to enable a driver are in the Kconfig fileinside the relevant directory, move these two to the same.Signed-off-by: Andrew Davis &lt;afd@ti.com&gt;Reviewed-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Wed, 26 Oct 2022 16:19:35 +0000</pubDate>
        <dc:creator>Andrew Davis &lt;afd@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>1f43b890 - drm/radeon: fix incorrrect SPDX-License-Identifiers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#1f43b890</link>
        <description>drm/radeon: fix incorrrect SPDX-License-Identifiersradeon is MIT.  This were incorrectly changed incommit b24413180f56 (&quot;License cleanup: add SPDX GPL-2.0 license identifier to files with no license&quot;)andcommit d198b34f3855 (&quot;.gitignore: add SPDX License Identifier&quot;)and:commit ec8f24b7faaf (&quot;treewide: Add SPDX license identifier - Makefile/Kconfig&quot;)Fixes: d198b34f3855 (&quot;.gitignore: add SPDX License Identifier&quot;)Fixes: ec8f24b7faaf (&quot;treewide: Add SPDX license identifier - Makefile/Kconfig&quot;)Fixes: b24413180f56 (&quot;License cleanup: add SPDX GPL-2.0 license identifier to files with no license&quot;)Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2053Reviewed-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Wed, 15 Jun 2022 16:02:08 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.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/radeon/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/radeon/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>8333f607 - drm/radeon: remove UMS support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#8333f607</link>
        <description>drm/radeon: remove UMS supportIt&apos;s been deprecated behind a kconfig option for almosttwo years and hasn&apos;t really been supported for years beforethat.  DDX support was dropped more than three years ago.Acked-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Mon, 23 Nov 2015 18:13:45 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>c6a1fc72 - drm/radeon: add userptr config option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#c6a1fc72</link>
        <description>drm/radeon: add userptr config optionThis allows selecting CONFIG_MMU_NOTIFIER if it isn&apos;t already selected.Signed-off-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Tue, 31 Mar 2015 15:36:59 +0000</pubDate>
        <dc:creator>Christian K&#246;nig &lt;christian.koenig@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>14adc892 - drm/radeon: Deprecate UMS support v2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#14adc892</link>
        <description>drm/radeon: Deprecate UMS support v2KMS support is out and stable for a couple of years now andthe userspace code has deprecated or abandoned the old UMS interface.So make the KMS interface the default and deprecate the UMS interfacein the kernel as well.v2: rebased on alex/drm-next-3.9-wipSigned-off-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Mon, 21 Jan 2013 12:58:46 +0000</pubDate>
        <dc:creator>Christian K&#246;nig &lt;christian.koenig@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>2f2f96d1 - drm/radeon/kms: clean up the radeon kms Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#2f2f96d1</link>
        <description>drm/radeon/kms: clean up the radeon kms Kconfig- no longer in staging- all radeons supportedSigned-off-by: Alex Deucher &lt;alexdeucher@gmail.com&gt;Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Wed, 25 May 2011 16:51:44 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexdeucher@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>63ec0119 - radeon: expose backlight class device for legacy LVDS encoder</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#63ec0119</link>
        <description>radeon: expose backlight class device for legacy LVDS encoderAllows e.g. power management daemons to control the backlight level. Inspiredby the corresponding code in radeonfb.[mjg@redhat.com: updated to add backlight type and make the connector the parent device]Signed-off-by: Michel D&#228;nzer &lt;michel@daenzer.net&gt;Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;Cc: Richard Purdie &lt;rpurdie@rpsys.net&gt;Cc: Chris Wilson &lt;chris@chris-wilson.co.uk&gt;Cc: David Airlie &lt;airlied@linux.ie&gt;Acked-by: Alex Deucher &lt;alexdeucher@gmail.com&gt;Cc: Ben Skeggs &lt;bskeggs@redhat.com&gt;Cc: Zhang Rui &lt;rui.zhang@intel.com&gt;Cc: Len Brown &lt;lenb@kernel.org&gt;Cc: Jesse Barnes &lt;jbarnes@virtuousgeek.org&gt;Tested-by: Sedat Dilek &lt;sedat.dilek@googlemail.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Tue, 22 Mar 2011 23:30:23 +0000</pubDate>
        <dc:creator>Michel D&#228;nzer &lt;michel@daenzer.net&gt;</dc:creator>
    </item>
<item>
        <title>5d9b7e2d - drm/radeon: fix power supply kconfig interaction.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#5d9b7e2d</link>
        <description>drm/radeon: fix power supply kconfig interaction.radeon needs power supply to get correct PM info so select it at the radeonlevel not at the kms option.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Fri, 21 May 2010 05:41:20 +0000</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>ce8f5370 - drm/radeon/kms/pm: rework power management</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/Kconfig#ce8f5370</link>
        <description>drm/radeon/kms/pm: rework power management- Separate dynpm and profile based power management methods.  You can select the pm method  by echoing the selected method (&quot;dynpm&quot; or &quot;profile&quot;) to power_method in sysfs.- Expose basic 4 profile in profile method  &quot;default&quot; - default clocks  &quot;auto&quot; - select between low and high based on ac/dc state  &quot;low&quot; - DC, low power mode  &quot;high&quot; - AC, performance mode  The current base profile is &quot;default&quot;, but it should switched to &quot;auto&quot; once we&apos;ve tested  on more systems.  Switching the state is a matter of echoing the requested profile to  power_profile in sysfs.  The lowest power states are selected automatically when dpms turns  the monitors off in all states but default.- Remove dynamic fence-based reclocking for the moment.  We can revisit this later once we  have basic pm in.- Move pm init/fini to modesetting path.  pm is tightly coupled with display state.  Make sure  display side is initialized before pm.- Add pm suspend/resume functions to make sure pm state is properly reinitialized on resume.- Remove dynpm module option.  It&apos;s now selectable via sysfs.Signed-off-by: Alex Deucher &lt;alexdeucher@gmail.com&gt;Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/Kconfig</description>
        <pubDate>Fri, 07 May 2010 19:10:16 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexdeucher@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
