<?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>338b655a - i915: fix DRM_I915_GVT_KVMGT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/i915/Kconfig#338b655a</link>
        <description>i915: fix DRM_I915_GVT_KVMGT dependenciesDepending on x86 and KVM is not enough, as the kvm helper functionsthat get called here are controlled by CONFIG_KVM_X86, which isdisabled if both KVM_INTEL and KVM_AMD are turned off.ERROR: modpost: &quot;kvm_write_track_remove_gfn&quot; [drivers/gpu/drm/i915/kvmgt.ko] undefined!ERROR: modpost: &quot;kvm_page_track_register_notifier&quot; [drivers/gpu/drm/i915/kvmgt.ko] undefined!ERROR: modpost: &quot;kvm_page_track_unregister_notifier&quot; [drivers/gpu/drm/i915/kvmgt.ko] undefined!ERROR: modpost: &quot;kvm_write_track_add_gfn&quot; [drivers/gpu/drm/i915/kvmgt.ko] undefined!Change the dependency to CONFIG_KVM_X86 instead.Fixes: ea4290d77bda (&quot;KVM: x86: leave kvm.ko out of the build if no vendor module is requested&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241015152157.2955229-1-arnd@kernel.orgSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;(cherry picked from commit 341e4023032fba6c02326bfc6babd63ef4039712)Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/i915/Kconfig</description>
        <pubDate>Tue, 15 Oct 2024 15:21:48 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>feda66ce - drm/i915: Select DRM_CLIENT_SELECTION</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/i915/Kconfig#feda66ce</link>
        <description>drm/i915: Select DRM_CLIENT_SELECTIONThe Kconfig token DRM_CLIENT_SELECTION will make DRM clientsavailable to drivers. Select it from i915.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Jani Nikula &lt;jani.nikula@linux.intel.com&gt;Cc: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;Cc: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Cc: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;Reviewed-by: Jonathan Cavitt &lt;jonathan.cavitt@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241014085740.582287-2-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/i915/Kconfig</description>
        <pubDate>Mon, 14 Oct 2024 08:55:15 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>341e4023 - i915: fix DRM_I915_GVT_KVMGT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/i915/Kconfig#341e4023</link>
        <description>i915: fix DRM_I915_GVT_KVMGT dependenciesDepending on x86 and KVM is not enough, as the kvm helper functionsthat get called here are controlled by CONFIG_KVM_X86, which isdisabled if both KVM_INTEL and KVM_AMD are turned off.ERROR: modpost: &quot;kvm_write_track_remove_gfn&quot; [drivers/gpu/drm/i915/kvmgt.ko] undefined!ERROR: modpost: &quot;kvm_page_track_register_notifier&quot; [drivers/gpu/drm/i915/kvmgt.ko] undefined!ERROR: modpost: &quot;kvm_page_track_unregister_notifier&quot; [drivers/gpu/drm/i915/kvmgt.ko] undefined!ERROR: modpost: &quot;kvm_write_track_add_gfn&quot; [drivers/gpu/drm/i915/kvmgt.ko] undefined!Change the dependency to CONFIG_KVM_X86 instead.Fixes: ea4290d77bda (&quot;KVM: x86: leave kvm.ko out of the build if no vendor module is requested&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241015152157.2955229-1-arnd@kernel.orgSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/i915/Kconfig</description>
        <pubDate>Tue, 15 Oct 2024 15:21:48 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.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/i915/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/i915/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>106fb076 - drm/i915: do not select ACPI_BUTTON</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/i915/Kconfig#106fb076</link>
        <description>drm/i915: do not select ACPI_BUTTONWe stopped using ACPI button in commit 05c72e77ccda (&quot;drm/i915: Nuke theLVDS lid notifier&quot;). Also stop force enabling the ACPI_BUTTON config.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/060d687c3a80cd94f065e637200dd10fea7b979f.1717747542.git.jani.nikula@intel.com

            List of files:
            /linux-6.15/drivers/gpu/drm/i915/Kconfig</description>
        <pubDate>Fri, 07 Jun 2024 08:07:06 +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/i915/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/i915/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/i915/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/i915/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/i915/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/i915/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/i915/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/i915/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/i915/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/i915/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/i915/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/i915/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/i915/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/i915/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/i915/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/i915/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>91888b5b - drm/i915/dp: Add support for DP tunnel BW allocation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/i915/Kconfig#91888b5b</link>
        <description>drm/i915/dp: Add support for DP tunnel BW allocationAdd support to enable the DP tunnel BW allocation mode. Follow-uppatches will call the required helpers added here to prepare for amodeset on a link with DP tunnels, the last change in the patchsetactually enabling BWA.With BWA enabled, the driver will expose the full mode list a displaysupports, regardless of any BW limitation on a shared (Thunderbolt)link. Such BW limits will be checked against only during a modeset, whenthe driver has the full knowledge of each display&apos;s BW requirement.If the link BW changes in a way that a connector&apos;s modelist may alsochange, userspace will get a hotplug notification for all the connectorssharing the same link (so it can adjust the mode used for a display).The BW limitation can change at any point, asynchronously to modesetson a given connector, so a modeset can fail even though the atomic checkfor it passed. In such scenarios userspace will get a bad linknotification and in response is supposed to retry the modeset.v2:- Fix old vs. new connector state in intel_dp_tunnel_atomic_check_state().  (Ville)- Fix propagating the error from  intel_dp_tunnel_atomic_compute_stream_bw(). (Ville)- Move tunnel==NULL checks from driver to DRM core helpers. (Ville)- Simplify return flow from intel_dp_tunnel_detect(). (Ville)- s/dp_tunnel_state/inherited_dp_tunnels (Ville)- Simplify struct intel_dp_tunnel_inherited_state. (Ville)- Unconstify object pointers (vs. states) where possible. (Ville)- Init crtc_state while declaring it in check_group_state(). (Ville)- Join obj-&gt;base.id, obj-&gt;name arg lines in debug prints to reduce LOC.  (Ville)- Add/rework intel_dp_tunnel_atomic_alloc_bw() to prepare for moving the  BW allocation from encoder hooks up to intel_atomic_commit_tail()  later in the patchset.- Disable BW alloc mode during system suspend.- Allocate the required BW for all tunnels during system resume.- Add intel_dp_tunnel_atomic_clear_stream_bw() instead of the open-coded  sequence in a follow-up patch.- Add function documentation to all exported functions.- Add CONFIG_USB4 dependency to CONFIG_DRM_I915_DP_TUNNEL.v3:- Rebase on intel_dp_get_active_pipes() change in previous patch.Cc: Ville Syrj&#228;l&#228; &lt;ville.syrjala@linux.intel.com&gt;Reviewed-by: Ville Syrj&#228;l&#228; &lt;ville.syrjala@linux.intel.com&gt;Reviewed-by: Uma Shankar &lt;uma.shankar@intel.com&gt;Signed-off-by: Imre Deak &lt;imre.deak@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240226185246.1276018-4-imre.deak@intel.com

            List of files:
            /linux-6.15/drivers/gpu/drm/i915/Kconfig</description>
        <pubDate>Mon, 26 Feb 2024 18:52:46 +0000</pubDate>
        <dc:creator>Imre Deak &lt;imre.deak@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1a00897e - drm/i915: Replace dead 01.org link</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/i915/Kconfig#1a00897e</link>
        <description>drm/i915: Replace dead 01.org link01.org is dead so replace old gvt link with current wiki page.Acked-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Reviewed-by: Zhi Wang &lt;zhi.wang.linux@gmail.com&gt;Signed-off-by: Zhenyu Wang &lt;zhenyuw@linux.intel.com&gt;Link: http://patchwork.freedesktop.org/patch/msgid/20230804040544.1972958-1-zhenyuw@linux.intel.com

            List of files:
            /linux-6.15/drivers/gpu/drm/i915/Kconfig</description>
        <pubDate>Fri, 04 Aug 2023 04:05:44 +0000</pubDate>
        <dc:creator>Zhenyu Wang &lt;zhenyuw@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f8e9325f - drm/i915: update in-source bug filing URLs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/i915/Kconfig#f8e9325f</link>
        <description>drm/i915: update in-source bug filing URLsThe bug filing documentation has been moved from the gitlab wiki togitlab pages at https://drm.pages.freedesktop.org/intel-docs/.Cc: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;Cc: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Cc: Tvrtko Ursulin &lt;tvrtko.ursulin@linux.intel.com&gt;Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Reviewed-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20231110114807.3455739-2-jani.nikula@intel.com

            List of files:
            /linux-6.15/drivers/gpu/drm/i915/Kconfig</description>
        <pubDate>Fri, 10 Nov 2023 11:48:07 +0000</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&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/i915/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/i915/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>43049f17 - drm/i915: Implement dedicated fbdev I/O helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/i915/Kconfig#43049f17</link>
        <description>drm/i915: Implement dedicated fbdev I/O helpersImplement dedicated fbdev helpers for framebuffer I/O insteadof using DRM&apos;s helpers. Use an fbdev generator macro fordeferred I/O to create the fbdev callbacks. i915 was the onlycaller of the DRM helpers, so remove them from the helper module.i915&apos;s fbdev emulation is still incomplete as it doesn&apos;t implementdeferred I/O and damage handling for mmaped pages.v4:	* generate deferred-I/O helpers	* use initializer macros for fb_opsv2:	* use FB_IO_HELPERS optionsSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Cc: Jani Nikula &lt;jani.nikula@linux.intel.com&gt;Cc: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;Cc: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Cc: Tvrtko Ursulin &lt;tvrtko.ursulin@linux.intel.com&gt;Cc: &quot;Ville Syrj&#228;l&#228;&quot; &lt;ville.syrjala@linux.intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230530151228.22979-14-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/i915/Kconfig</description>
        <pubDate>Tue, 30 May 2023 15:12:28 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>79c901c9 - drm/i915: taint kernel when force probing unsupported devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/i915/Kconfig#79c901c9</link>
        <description>drm/i915: taint kernel when force probing unsupported devicesFor development and testing purposes, the i915.force_probe moduleparameter and DRM_I915_FORCE_PROBE kconfig option allow probing ofdevices that aren&apos;t supported by the driver.The i915.force_probe module parameter is &quot;unsafe&quot; and setting it taintsthe kernel. However, using the kconfig option does not.Always taint the kernel when force probing a device that is notsupported.v2: Drop &quot;depends on EXPERT&quot; to avoid build breakage (kernel test robot)Fixes: 7ef5ef5cdead (&quot;drm/i915: add force_probe module parameter to replace alpha_support&quot;)Cc: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;Cc: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Cc: Tvrtko Ursulin &lt;tvrtko.ursulin@linux.intel.com&gt;Cc: Daniel Vetter &lt;daniel@ffwll.ch&gt;Cc: Dave Airlie &lt;airlied@gmail.com&gt;Acked-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Reviewed-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230504103508.1818540-1-jani.nikula@intel.com(cherry picked from commit 3312bb4ad09ca6423bd4a5b15a94588a8962fb8e)Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/i915/Kconfig</description>
        <pubDate>Thu, 04 May 2023 10:35:08 +0000</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3312bb4a - drm/i915: taint kernel when force probing unsupported devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/i915/Kconfig#3312bb4a</link>
        <description>drm/i915: taint kernel when force probing unsupported devicesFor development and testing purposes, the i915.force_probe moduleparameter and DRM_I915_FORCE_PROBE kconfig option allow probing ofdevices that aren&apos;t supported by the driver.The i915.force_probe module parameter is &quot;unsafe&quot; and setting it taintsthe kernel. However, using the kconfig option does not.Always taint the kernel when force probing a device that is notsupported.v2: Drop &quot;depends on EXPERT&quot; to avoid build breakage (kernel test robot)Fixes: 7ef5ef5cdead (&quot;drm/i915: add force_probe module parameter to replace alpha_support&quot;)Cc: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;Cc: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Cc: Tvrtko Ursulin &lt;tvrtko.ursulin@linux.intel.com&gt;Cc: Daniel Vetter &lt;daniel@ffwll.ch&gt;Cc: Dave Airlie &lt;airlied@gmail.com&gt;Acked-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Reviewed-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230504103508.1818540-1-jani.nikula@intel.com

            List of files:
            /linux-6.15/drivers/gpu/drm/i915/Kconfig</description>
        <pubDate>Thu, 04 May 2023 10:35:08 +0000</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
