<?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>c2753b24 - drm/amd/display: Add support for minimum backlight quirk</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig#c2753b24</link>
        <description>drm/amd/display: Add support for minimum backlight quirkNot all platforms provide the full range of PWM backlight capabilitiessupported by the hardware through ATIF.Use the generic drm panel minimum backlight quirk infrastructure tooverride the capabilities where necessary.Testing the backlight quirk together with the &quot;panel_power_savings&quot;sysfs file has not shown any negative impact.One quirk seems to be that 0% at panel_power_savings=0 seems to beslightly darker than at panel_power_savings=4.Signed-off-by: Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;Tested-by: Dustin L. Howett &lt;dustin@howett.net&gt;Reviewed-by: Mario Limonciello &lt;mario.limonciello@amd.com&gt;Reviewed-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Signed-off-by: Mario Limonciello &lt;mario.limonciello@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241111-amdgpu-min-backlight-quirk-v7-2-f662851fda69@weissschuh.net

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig</description>
        <pubDate>Mon, 11 Nov 2024 18:09:36 +0000</pubDate>
        <dc:creator>Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;</dc:creator>
    </item>
<item>
        <title>1f828b4d - drm/client: Make client support optional</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig#1f828b4d</link>
        <description>drm/client: Make client support optionalOnly build client code if DRM_CLIENT has been selected. Automatiallydo so if one of the default clients has been enabled. If client supporthas been disabled, the helpers for client-related events are empty andthe regular client functions are not present.Amdgpu has an internal DRM client, so it has to select DRM_CLIENT byitself unconditionally.v3:- provide empty drm_client_debugfs_init() if DRM_CLIENT=n (kernel  test robot)Signed-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;Reviewed-by: Jonathan Cavitt &lt;jonathan.cavitt@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241014085740.582287-12-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig</description>
        <pubDate>Mon, 14 Oct 2024 08:55:25 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>32acc286 - drm/amdgpu: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig#32acc286</link>
        <description>drm/amdgpu: Run DRM default client setupCall 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 amdgpu 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;Tested-by: Hamza Mahfooz &lt;hamza.mahfooz@amd.com&gt;Acked-by: Hamza Mahfooz &lt;hamza.mahfooz@amd.com&gt;Acked-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-66-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:13:03 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>ca097d4d - drm/display: split DSC helpers from DP helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig#ca097d4d</link>
        <description>drm/display: split DSC helpers from DP helpersCurrently the DRM DSC functions are selected by theDRM_DISPLAY_DP_HELPER Kconfig symbol. This is not optimal, since the DSIcode (both panel and host drivers) end up selecting the seeminglyirrelevant DP helpers. Split the DSC code to be guarded by the separateDRM_DISPLAY_DSC_HELPER Kconfig symbol.Reviewed-by: Jessica Zhang &lt;quic_jesszhan@quicinc.com&gt;Reviewed-by: Marijn Suijten &lt;marijn.suijten@somainline.org&gt;Acked-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt; #i915Acked-by: Maxime Ripard &lt;mripard@kernel.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240704-panel-sw43408-fix-v6-1-3ea1c94bbb9b@linaro.orgSigned-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig</description>
        <pubDate>Thu, 04 Jul 2024 19:17:08 +0000</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>8930b90b - drm/amdgpu: fix Kconfig for ISP v2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig#8930b90b</link>
        <description>drm/amdgpu: fix Kconfig for ISP v2Add new config option and set proper dependencies for ISP.v2: add missed guards, drop separate KconfigReviewed-by: Pratap Nirujogi &lt;pratap.nirujogi@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Cc: Pratap Nirujogi &lt;pratap.nirujogi@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig</description>
        <pubDate>Tue, 14 May 2024 20:45:45 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>621a4e9e - drm/amdgpu: Add CRC16 selection in config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig#621a4e9e</link>
        <description>drm/amdgpu: Add CRC16 selection in configKFD uses crc16 for gpu_id generation.Fixes: 3ed181b8ff43 (&quot;drm/amdkfd: Ensure gpu_id is unique&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202405211405.TidTWIBX-lkp@intel.com/Signed-off-by: Lijo Lazar &lt;lijo.lazar@amd.com&gt;Reviewed-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Reviewed-by: Harish Kasiviswanathan &lt;Harish.Kasiviswanathan@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig</description>
        <pubDate>Tue, 21 May 2024 07:03:23 +0000</pubDate>
        <dc:creator>Lijo Lazar &lt;lijo.lazar@amd.com&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/amd/amdgpu/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/amd/amdgpu/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/amd/amdgpu/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/amd/amdgpu/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>95734469 - Revert &quot;drm: Switch DRM_DISPLAY_HDCP_HELPER to depends on&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig#95734469</link>
        <description>Revert &quot;drm: Switch DRM_DISPLAY_HDCP_HELPER to depends on&quot;This reverts commit 3166e7e6d935caaef07605a5c90773fbf9ffeaf4, 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/a40e70a0abd3d841c23c107d452a43fdd70ef37a.1713780345.git.geert+renesas@glider.beSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig</description>
        <pubDate>Mon, 22 Apr 2024 10:30:34 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>d7c128cb - Revert &quot;drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig#d7c128cb</link>
        <description>Revert &quot;drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on&quot;This reverts commit f6d2dc03fa8546b284dd8c1af027d9fac5725921, 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/bd288a5943dab8609f2d1f2bf413595a61df727a.1713780345.git.geert+renesas@glider.beSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig</description>
        <pubDate>Mon, 22 Apr 2024 10:30:33 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>f6d2dc03 - drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig#f6d2dc03</link>
        <description>drm: Switch DRM_DISPLAY_HDMI_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_HDMI_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-12-eafee11b84b3@kernel.orgSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig</description>
        <pubDate>Wed, 27 Mar 2024 10:57:07 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3166e7e6 - drm: Switch DRM_DISPLAY_HDCP_HELPER to depends on</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig#3166e7e6</link>
        <description>drm: Switch DRM_DISPLAY_HDCP_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_HDCP_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-11-eafee11b84b3@kernel.orgSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig</description>
        <pubDate>Wed, 27 Mar 2024 10:57:06 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&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/amd/amdgpu/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/amd/amdgpu/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/amd/amdgpu/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/amd/amdgpu/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>8abc1eb2 - drm/amdkfd: switch over to using drm_exec v3</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig#8abc1eb2</link>
        <description>drm/amdkfd: switch over to using drm_exec v3Avoids quite a bit of logic and kmalloc overhead.v2: fix multiple problems pointed out by Felixv3: two more nit picks from Felix fixedSigned-off-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Reviewed-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Acked-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230711133122.3710-4-christian.koenig@amd.com

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig</description>
        <pubDate>Tue, 19 Apr 2022 10:21:45 +0000</pubDate>
        <dc:creator>Christian K&#246;nig &lt;christian.koenig@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>1b320ad3 - drm/amd/amdgpu: introduce DRM_AMDGPU_WERROR</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig#1b320ad3</link>
        <description>drm/amd/amdgpu: introduce DRM_AMDGPU_WERRORWe want to do -Werror builds on our CI. However, non-amdgpu breakageshave prevented us from doing so thus far. Also, there are a number ofadditional checks that we should enable, that the community cares aboutand are hidden behind -Wextra. So, define DRM_AMDGPU_WERROR to onlyenable -Werror for the amdgpu kernel module and enable -Wextra whiledisabling all of the checks that are too noisy.Cc: Alex Deucher &lt;alexander.deucher@amd.com&gt;Cc: Kenny Ho &lt;kenny.ho@amd.com&gt;Suggested-by: Jani Nikula &lt;jani.nikula@linux.intel.com&gt;Reviewed-by: Kenny Ho &lt;Kenny.Ho@amd.com&gt;Signed-off-by: Hamza Mahfooz &lt;hamza.mahfooz@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig</description>
        <pubDate>Wed, 24 May 2023 18:59:32 +0000</pubDate>
        <dc:creator>Hamza Mahfooz &lt;hamza.mahfooz@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>dffe6813 - amdgpu: Avoid building on UML</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig#dffe6813</link>
        <description>amdgpu: Avoid building on UMLThe amdgpu driver tries to use fields not supported by UML&apos;s cpuinfostruct. Disable the driver when targeting UML to avoid tripping upallyesconfig.e.g.../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function &#8216;intel_core_rkl_chk&#8217;:../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:1742:33: error: initialization of &#8216;struct cpuinfo_x86 *&#8217; from incompatible pointer type &#8216;struct cpuinfo_um *&#8217; [-Werror=incompatible-pointer-types]../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c: In function &#8216;kfd_cpumask_to_apic_id&#8217;:../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:2157:48: error: &#8216;struct cpuinfo_um&#8217; has no member named &#8216;apicid&#8217;Acked-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Signed-off-by: Peter Foley &lt;pefoley2@pefoley.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig</description>
        <pubDate>Fri, 13 Jan 2023 04:30:07 +0000</pubDate>
        <dc:creator>Peter Foley &lt;pefoley2@pefoley.com&gt;</dc:creator>
    </item>
<item>
        <title>c103a23f - drm/amd: Convert amdgpu to use suballocation helper.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig#c103a23f</link>
        <description>drm/amd: Convert amdgpu to use suballocation helper.Now that we have a generic suballocation helper, Use it in amdgpu.For lines that get moved or changed, also fix up pre-existing style issues.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: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230224095152.30134-3-thomas.hellstrom@linux.intel.com

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig</description>
        <pubDate>Fri, 24 Feb 2023 09:51:51 +0000</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>455ad259 - drm/amdgpu: Select DRM_DISPLAY_HDCP_HELPER in amdgpu</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig#455ad259</link>
        <description>drm/amdgpu: Select DRM_DISPLAY_HDCP_HELPER in amdgpuKeeps this selection with the rest of the DRM HELPERselection.Signed-off-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Reviewed-by: Rodrigo Siqueira &lt;Rodrigo.Siqueira@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Kconfig</description>
        <pubDate>Mon, 13 Feb 2023 18:17:16 +0000</pubDate>
        <dc:creator>Harry Wentland &lt;harry.wentland@amd.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/amd/amdgpu/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/amd/amdgpu/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>
</channel>
</rss>
