<?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>5e66cf6e - drm/xe: Fix unmet direct dependencies warning</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xe/Kconfig#5e66cf6e</link>
        <description>drm/xe: Fix unmet direct dependencies warningWARNING: unmet direct dependencies detected for FB_IOMEM_HELPERS  Depends on [n]: HAS_IOMEM [=y] &amp;&amp; FB_CORE [=n]  Selected by [m]:  - DRM_XE_DISPLAY [=y] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; DRM [=m] &amp;&amp; DRM_XE [=m] &amp;&amp; DRM_XE [=m]=m [=m] &amp;&amp; HAS_IOPORT [=y]DRM_XE_DISPLAY requires FB_IOMEM_HELPERS, but the dependency FB_CORE ismissing, selecting FB_IOMEM_HELPERS if DRM_FBDEV_EMULATION is set asother drm drivers.Fixes: 44e694958b95 (&quot;drm/xe/display: Implement display support&quot;)Signed-off-by: Yue Haibing &lt;yuehaibing@huawei.com&gt;Reviewed-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20250323114103.1960511-1-yuehaibing@huawei.comSigned-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;(cherry picked from commit 689582882802cd64986c1eb584c9f5184d67f0cf)Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/xe/Kconfig</description>
        <pubDate>Sun, 23 Mar 2025 11:41:03 +0000</pubDate>
        <dc:creator>Yue Haibing &lt;yuehaibing@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>0c30c654 - drm/xe: Add SVM device memory mirroring</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xe/Kconfig#0c30c654</link>
        <description>drm/xe: Add SVM device memory mirroringAdd SVM device memory mirroring which enables device pages formigration. Enabled via CONFIG_XE_DEVMEM_MIRROR Kconfig. Kconfig optiondefaults to enabled. If not enabled, SVM will work sans migration andKMD memory footprint will be less.v3: - Add CONFIG_XE_DEVMEM_MIRRORv4: - Fix Kconfig (Himal) - Use %pe to print errors (Thomas) - Fix alignment issue (Checkpatch)v5: - s/xe_mem_region/xe_vram_region (Rebase)v6: - Only compile if CONFIG_DRM_GPUSVM selected (CI, Lucas) - s/drm_info/drm_dbg/Signed-off-by: Niranjana Vishwanathapura &lt;niranjana.vishwanathapura@intel.com&gt;Signed-off-by: Oak Zeng &lt;oak.zeng@intel.com&gt;Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;Reviewed-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;Reviewed-by: Himal Prasad Ghimiray &lt;himal.prasad.ghimiray@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20250306012657.3505757-22-matthew.brost@intel.com

            List of files:
            /linux-6.15/drivers/gpu/drm/xe/Kconfig</description>
        <pubDate>Thu, 06 Mar 2025 01:26:46 +0000</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0a8d6d42 - drm/xe: Select DRM_GPUSVM Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xe/Kconfig#0a8d6d42</link>
        <description>drm/xe: Select DRM_GPUSVM KconfigXe depends on DRM_GPUSVM for SVM implementation, select it in Kconfig.v6: - Don&apos;t select DRM_GPUSVM if UML (CI)v7: - Only select DRM_GPUSVM if DEVICE_PRIVATE (CI)Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;Reviewed-by: Himal Prasad Ghimiray &lt;himal.prasad.ghimiray@intel.com&gt;Reviewed-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20250306012657.3505757-8-matthew.brost@intel.com

            List of files:
            /linux-6.15/drivers/gpu/drm/xe/Kconfig</description>
        <pubDate>Thu, 06 Mar 2025 01:26:32 +0000</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8a2392fe - drm/xe/dp: Fix non-display builds with DP tunnelling incorrectly enabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xe/Kconfig#8a2392fe</link>
        <description>drm/xe/dp: Fix non-display builds with DP tunnelling incorrectly enabledCode for the DP tunnelling functionality in the xe driver can bebuilt only if the display code is also built, adjust the kconfigdependency accordingly.Cc: Suraj Kandpal &lt;suraj.kandpal@intel.com&gt;Fixes: 73900dce57e4 (&quot;drm/xe/dp: Enable DP tunneling&quot;)Reported-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;Reviewed-by: Suraj Kandpal &lt;suraj.kandpal@intel.com&gt;Signed-off-by: Imre Deak &lt;imre.deak@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20250117153843.1312303-1-imre.deak@intel.com

            List of files:
            /linux-6.15/drivers/gpu/drm/xe/Kconfig</description>
        <pubDate>Fri, 17 Jan 2025 15:38:43 +0000</pubDate>
        <dc:creator>Imre Deak &lt;imre.deak@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>73900dce - drm/xe/dp: Enable DP tunneling</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xe/Kconfig#73900dce</link>
        <description>drm/xe/dp: Enable DP tunnelingEnable the DP tunneling functionality in the xe driver.v2: Keep using IS_ENABLED() for kconfig options. (Jani)Cc: Jani Nikula &lt;jani.nikula@intel.com&gt;Reviewed-by: Suraj Kandpal &lt;suraj.kandpal@intel.com&gt;Signed-off-by: Imre Deak &lt;imre.deak@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20250114122857.1050090-1-imre.deak@intel.com

            List of files:
            /linux-6.15/drivers/gpu/drm/xe/Kconfig</description>
        <pubDate>Tue, 14 Jan 2025 12:28:57 +0000</pubDate>
        <dc:creator>Imre Deak &lt;imre.deak@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f663c6ae - drm: handle HAS_IOPORT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xe/Kconfig#f663c6ae</link>
        <description>drm: handle HAS_IOPORT dependenciesIn a future patch HAS_IOPORT=n will disable inb()/outb() and friends atcompile time. We thus need to add HAS_IOPORT as dependency for thosedrivers using them. In the bochs driver there is optional MMIO supportdetected at runtime, warn if this isn&apos;t taken when HAS_IOPORT is notdefined.There is also a direct and hard coded use in cirrus.c which according tothe comment is only necessary during resume.  Let&apos;s just skip this asfor example s390 which doesn&apos;t have I/O port support also doesen&apos;tsupport suspend/resume.Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Acked-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt; # xeSigned-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/xe/Kconfig</description>
        <pubDate>Thu, 24 Oct 2024 17:54:42 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>f1d730cb - drm/xe: Select DRM_CLIENT_SELECTION</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xe/Kconfig#f1d730cb</link>
        <description>drm/xe: Select DRM_CLIENT_SELECTIONThe Kconfig token DRM_CLIENT_SELECTION will make DRM clientsavailable to drivers. Select it from xe.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;Cc: &quot;Thomas Hellstr&#246;m&quot; &lt;thomas.hellstrom@linux.intel.com&gt;Cc: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Reviewed-by: Jonathan Cavitt &lt;jonathan.cavitt@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241014085740.582287-3-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/xe/Kconfig</description>
        <pubDate>Mon, 14 Oct 2024 08:55:16 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f6882661 - drm/xe: select DRM_DISPLAY_DSC_HELPER</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xe/Kconfig#f6882661</link>
        <description>drm/xe: select DRM_DISPLAY_DSC_HELPERThe Xe driver shares display code with the i915 driver, pulling in thedependency on the DSC helpers this way. However when working onseparating DRM_DISPLAY_DSC_HELPER this was left unnoticed. Add missingdependency.Fixes: ca097d4d94d8 (&quot;drm/display: split DSC helpers from DP helpers&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202409032226.x6f4SWQl-lkp@intel.com/Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240905-fix-dsc-helpers-v1-1-3ae4b5900f89@linaro.orgSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/xe/Kconfig</description>
        <pubDate>Thu, 05 Sep 2024 03:08:21 +0000</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>78247e48 - drm/xe: do not select ACPI_BUTTON</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xe/Kconfig#78247e48</link>
        <description>drm/xe: do not select ACPI_BUTTONThe xe driver has never needed ACPI button. Selecting the kconfig isjust copy-paste from i915, which no longer needs it either. Stopselecting ACPI_BUTTON.Cc: Ville Syrj&#228;l&#228; &lt;ville.syrjala@linux.intel.com&gt;Closes: https://lore.kernel.org/r/ZmGsJsXhHcPV48XJ@intel.comReviewed-by: Ville Syrj&#228;l&#228; &lt;ville.syrjala@linux.intel.com&gt;Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/1872adc6b20ce4c5ef55ba60a7233b31ace776fb.1717747542.git.jani.nikula@intel.com

            List of files:
            /linux-6.15/drivers/gpu/drm/xe/Kconfig</description>
        <pubDate>Fri, 07 Jun 2024 08:07:07 +0000</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.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/xe/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/xe/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/xe/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/xe/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/xe/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/xe/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/xe/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/xe/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>67a9e86d - drm/xe: select X86_PLATFORM_DEVICES when ACPI_WMI is selected</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xe/Kconfig#67a9e86d</link>
        <description>drm/xe: select X86_PLATFORM_DEVICES when ACPI_WMI is selectedACPI_WMI is a subitem of X86_PLATFORM_DEVICES. And X86_PLATFORM_DEVICESis not selected in the current Kconfig, and may cause Kconfig warnings:WARNING: unmet direct dependencies detected for ACPI_WMI  Depends on [n]: X86_PLATFORM_DEVICES [=n] &amp;&amp; ACPI [=y]  Selected by [m]:  - DRM_XE [=m] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; DRM [=m] &amp;&amp; PCI [=y] &amp;&amp; MMU [=y] &amp;&amp;    (m &amp;&amp; MODULES [=y] || y &amp;&amp; KUNIT [=y]=y) &amp;&amp; X86 [=y] &amp;&amp; ACPI [=y]Signed-off-by: Lu Yao &lt;yaolu@kylinos.cn&gt;Reviewed-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240415025215.15811-1-yaolu@kylinos.cnSigned-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/xe/Kconfig</description>
        <pubDate>Mon, 15 Apr 2024 02:52:15 +0000</pubDate>
        <dc:creator>Lu Yao &lt;yaolu@kylinos.cn&gt;</dc:creator>
    </item>
<item>
        <title>81e058a3 - drm/xe: Introduce helper to populate userptr</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xe/Kconfig#81e058a3</link>
        <description>drm/xe: Introduce helper to populate userptrIntroduce a helper function xe_userptr_populate_range to populatea userptr range. This functions calls hmm_range_fault to readCPU page tables and populate all pfns/pages of this virtual addressrange. For system memory page, dma-mapping is performedto get a dma-address which can be used later for GPU to access pages.v1: Address review comments:    separate a npage_in_range function (Matt)    reparameterize function xe_userptr_populate_range function (Matt)    move mmu_interval_read_begin() call into while loop (Thomas)    s/mark_range_accessed/xe_mark_range_accessed (Thomas)    use set_page_dirty_lock (vs set_page_dirty) (Thomas)    move a few checking in xe_vma_userptr_pin_pages to hmm.c (Matt)v2: Remove device private page support. Only support system    pages for now. use dma-map-sg rather than dma-map-page (Matt/Thomas)v3: Address review comments:    Squash patch &quot;drm/xe: Introduce a helper to free sg table&quot; to current    patch (Matt)    start and end addresses are already page aligned (Matt)    Do mmap_read_lock and mmap_read_unlock for hmm_range_fault incase of    non system allocator call. (Matt)    Drop kthread_use_mm and kthread_unuse_mm. (Matt)    No need of kernel-doc for static functions.(Matt)    Modify function names. (Matt)    Free sgtable incase of dma_map_sgtable failure.(Matt)    Modify loop for hmm_range_fault.(Matt)v4: Remove the dummy function for xe_hmm_userptr_populate_range    since CONFIG_HMM_MIRROR is needed. (Matt)    Change variable names start/end to userptr_start/userptr_end.(Matt)v5: Remove device private page support info from commit message. Since    the patch doesn&apos;t support device page handling. (Thomas)Signed-off-by: Oak Zeng &lt;oak.zeng@intel.com&gt;Co-developed-by: Niranjana Vishwanathapura &lt;niranjana.vishwanathapura@intel.com&gt;Signed-off-by: Niranjana Vishwanathapura &lt;niranjana.vishwanathapura@intel.com&gt;Reviewed-by: Matthew Brost &lt;matthew.brost@intel.com&gt;Cc: Matthew Brost &lt;matthew.brost@intel.com&gt;Cc: Thomas Hellstr&#246;m &lt;thomas.hellstrom@intel.com&gt;Cc: Brian Welty &lt;brian.welty@intel.com&gt;Signed-off-by: Himal Prasad Ghimiray &lt;himal.prasad.ghimiray@intel.com&gt;Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240412095237.1048599-2-himal.prasad.ghimiray@intel.com

            List of files:
            /linux-6.15/drivers/gpu/drm/xe/Kconfig</description>
        <pubDate>Fri, 12 Apr 2024 09:52:36 +0000</pubDate>
        <dc:creator>Oak Zeng &lt;oak.zeng@intel.com&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/xe/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/xe/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/xe/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/xe/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/xe/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/xe/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/xe/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/xe/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>d1d95985 - drm/xe/kunit: fix link failure with built-in xe</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xe/Kconfig#d1d95985</link>
        <description>drm/xe/kunit: fix link failure with built-in xeWhen the driver is built-in but the tests are in loadable modules,the helpers don&apos;t actually get put into the driver:ERROR: modpost: &quot;xe_kunit_helper_alloc_xe_device&quot; [drivers/gpu/drm/xe/tests/xe_test.ko] undefined!Change the Makefile to ensure they are always part of the drivereven when the rest of the kunit tests are in loadable modules.Fixes: 5095d13d758b (&quot;drm/xe/kunit: Define helper functions to allocate fake xe device&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240226124736.1272949-1-arnd@kernel.orgSigned-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;(cherry picked from commit 0e6fec6da25167a568fbaeb8401d8172069124ad)Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/xe/Kconfig</description>
        <pubDate>Mon, 26 Feb 2024 12:46:36 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
</channel>
</rss>
