<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in intel_display_clock_gating.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>943722d70f2b8fd839e1760a6745136251c428c0 - drm/i915/display: move pre-HSW clock gating init to display</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/i915/display/intel_display_clock_gating.h#943722d70f2b8fd839e1760a6745136251c428c0</link>
        <description>drm/i915/display: move pre-HSW clock gating init to displayMove the remaining pre-HSW display clock gating programming intodisplay.This also drops display register includes from intel_clock_gating.c.Reviewed-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://patch.msgid.link/20260428095104.818360-8-luciano.coelho@intel.comSigned-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/i915/display/intel_display_clock_gating.h</description>
        <pubDate>Tue, 28 Apr 2026 11:48:25 +0200</pubDate>
        <dc:creator>Luca Coelho &lt;luciano.coelho@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5c9a79d564da2a741492b2611f3c9bdae4002d65 - drm/i915/display: move HSW and BDW clock gating init to display</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/i915/display/intel_display_clock_gating.h#5c9a79d564da2a741492b2611f3c9bdae4002d65</link>
        <description>drm/i915/display: move HSW and BDW clock gating init to displayMove the HSW and BDW display clock gating programming into the displaycode.  In this case we need two different helpers, because the commoncode between these two is split in the middle.Reviewed-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://patch.msgid.link/20260428095104.818360-7-luciano.coelho@intel.comSigned-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/i915/display/intel_display_clock_gating.h</description>
        <pubDate>Tue, 28 Apr 2026 11:48:24 +0200</pubDate>
        <dc:creator>Luca Coelho &lt;luciano.coelho@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8aa07711825485ba8beb6ee5fa4b6001503aa7bc - drm/i915/display: move GLK clock gating init to display</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/i915/display/intel_display_clock_gating.h#8aa07711825485ba8beb6ee5fa4b6001503aa7bc</link>
        <description>drm/i915/display: move GLK clock gating init to displayMove the GLK-specific display clock gating programming into displayintel_display_clock_gating.c, to remove more dependencies from i915 todisplay registers.Now that all remaining Gen9-family callers moved into display, we canmove the shared Gen9 display clock gating helper into display andremove the old local helper from intel_clock_gating.c.Additionally, the SKL_DE_COMPRESSED_HASH_MODE programming wasprotected by HAS_LLC(), but that&apos;s incidental, because in Gen9platforms, only SKL and KBL, for which this workaround applies, haveLLC().  In order not to use HAS_LLC() in display code, we can simplyremove this check from the generic Gen9 function and move theSKL_DE_COMPRESSED_HASH_MODE programming to the KBL and SKL specificfunctions.  And, intentionally or not, CFL and CML were also usingthis workaround, because they also have LLC, even though the commentswere only mentioning SKL and KBL.  In order not to change anythingfunctionally with this patch, the workaround was also added tointel_display_cfl_init_clock_gating().Reviewed-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://patch.msgid.link/20260428095104.818360-6-luciano.coelho@intel.comSigned-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/i915/display/intel_display_clock_gating.h</description>
        <pubDate>Tue, 28 Apr 2026 11:48:23 +0200</pubDate>
        <dc:creator>Luca Coelho &lt;luciano.coelho@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>fa00ae490cc5eba9cacd7c65f4243e9da6b2c8ae - drm/i915/display: move BXT clock gating init to display</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/i915/display/intel_display_clock_gating.h#fa00ae490cc5eba9cacd7c65f4243e9da6b2c8ae</link>
        <description>drm/i915/display: move BXT clock gating init to displayMove the BXT-specific display clock gating programming into displayintel_display_clock_gating.c, to remove more dependencies from i915.Reviewed-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://patch.msgid.link/20260428095104.818360-5-luciano.coelho@intel.comSigned-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/i915/display/intel_display_clock_gating.h</description>
        <pubDate>Tue, 28 Apr 2026 11:48:22 +0200</pubDate>
        <dc:creator>Luca Coelho &lt;luciano.coelho@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1f842b5e70b3bb1179a2d410d6f1514e91906d4b - drm/i915/display: move CFL clock gating init to display</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/i915/display/intel_display_clock_gating.h#1f842b5e70b3bb1179a2d410d6f1514e91906d4b</link>
        <description>drm/i915/display: move CFL clock gating init to displayMove the CFL/CML-specific display clock gating programming intodisplay intel_display_clock_gating.c, to remove more dependencies fromi915 to display registers.Reviewed-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://patch.msgid.link/20260428095104.818360-4-luciano.coelho@intel.comSigned-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/i915/display/intel_display_clock_gating.h</description>
        <pubDate>Tue, 28 Apr 2026 11:48:21 +0200</pubDate>
        <dc:creator>Luca Coelho &lt;luciano.coelho@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3ee59cc4057264524adcc25e6d806f8bcddf3466 - drm/i915: move KBL clock gating init to display</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/i915/display/intel_display_clock_gating.h#3ee59cc4057264524adcc25e6d806f8bcddf3466</link>
        <description>drm/i915: move KBL clock gating init to displayMove the KBL-specific display clock gating programming into adisplay intel_display_clock_gating.c, to remove more dependencies fromi915 to display registers.Reviewed-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://patch.msgid.link/20260428095104.818360-3-luciano.coelho@intel.comSigned-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/i915/display/intel_display_clock_gating.h</description>
        <pubDate>Tue, 28 Apr 2026 11:48:20 +0200</pubDate>
        <dc:creator>Luca Coelho &lt;luciano.coelho@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8a2366d6ee88b18c81e6a37e8798d0217b9515da - drm/i915: move SKL clock gating init to display</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/i915/display/intel_display_clock_gating.h#8a2366d6ee88b18c81e6a37e8798d0217b9515da</link>
        <description>drm/i915: move SKL clock gating init to displayMove the SKL-specific display clock gating programming into a new fileinside display.This removes dependency from intel_clock_gating.c to the display&apos;sintel_pch.h file, so we can remove the include statement.Reviewed-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://patch.msgid.link/20260428095104.818360-2-luciano.coelho@intel.comSigned-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/i915/display/intel_display_clock_gating.h</description>
        <pubDate>Tue, 28 Apr 2026 11:48:19 +0200</pubDate>
        <dc:creator>Luca Coelho &lt;luciano.coelho@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
