<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>28899037b85e77490f202fa9361c3c2780be3ec2 - Merge tag &apos;drm-intel-next-2026-03-30&apos; of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#28899037b85e77490f202fa9361c3c2780be3ec2</link>
        <description>Merge tag &apos;drm-intel-next-2026-03-30&apos; of https://gitlab.freedesktop.org/drm/i915/kernel into drm-nextdrm/i915 feature pull #2 for v7.1:Refactoring and cleanups:- Refactor LT PHY PLL handling to use the DPLL framework (Mika)- Implement display register polling and waits in display code (Ville)- Move PCH clock gating in display PCH file (Luca)- Add shared stepping info header for i915 and display (Jani)- Clean up GVT I2C command decoding (Jonathan)- NV12 plane unlinking cleanups (Ville)- Clean up NV12 DDB/watermark handling for pre-ICL platforms (Ville)Fixes:- An assortment of DSI fixes (Ville)- Handle PORT_NONE in assert_port_valid() (Jonathan)- Fix link failure without FBDEV emulation (Arnd Bergmann)- Quirk disable panel replay on certain Dell XPS models (Jouni)- Check if VESA DPCD AUX backlight is possible (Suraj)Other:- Mailmap update for Christoph (Christoph)Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;# Conflicts:#	drivers/gpu/drm/i915/display/intel_plane.cFrom: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://patch.msgid.link/ac9dfdb745d5a67c519ea150a6f36f8f74b8760e@intel.com

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Tue, 31 Mar 2026 08:38:49 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>658b3c963de79ce802cd3b68bd0694ceeab4f105 - drm/i915/de: Introduce intel_de.c and move intel_de_{read,write}8() there</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#658b3c963de79ce802cd3b68bd0694ceeab4f105</link>
        <description>drm/i915/de: Introduce intel_de.c and move intel_de_{read,write}8() thereintel_de_{read,write}8() aren&apos;t performance critical so having themas static inline is pointless. Introduce intel_de.c and move theimplementation there.Signed-off-by: Ville Syrj&#228;l&#228; &lt;ville.syrjala@linux.intel.com&gt;Link: https://patch.msgid.link/20260313111028.25159-2-ville.syrjala@linux.intel.comReviewed-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Fri, 13 Mar 2026 12:10:26 +0100</pubDate>
        <dc:creator>Ville Syrj&#228;l&#228; &lt;ville.syrjala@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d93f8ea0e5ad41d661496d205fac3e2fbd9358c0 - Merge tag &apos;drm-intel-next-2026-03-16&apos; of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#d93f8ea0e5ad41d661496d205fac3e2fbd9358c0</link>
        <description>Merge tag &apos;drm-intel-next-2026-03-16&apos; of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next[airlied: fixed conflict with xe tree]drm/i915 feature pull for v7.1:Features and functionality:- C10/C20/LT PHY PLL divider verification (Mika)- Use trans push mechanism to generate PSR frame change event on LNL+ (Jouni)- Account for DSC bubble overhead for horizontal slices (Ankit, Chaitanya)Refactoring and cleanups:- Refactor DP DSC slice config computation (Imre)- Use GVT versions of register helper macros for GVT MMIO table (Ankit)- C10/C20/LT PHY PLL computation refactoring (Mika)- VGA decode refactoring and related fixes/cleanups (Ville)- Move DSB buffer buffer implementation to display parent interface (Jani)- Move error interrupt capture to display irq snapshot (Jani)- Move pcode calls to display parent interface (Jani)- Reduce GVT dependency on display headers (Jani)- Compute config and mode valid refactoring for DSC (Ankit)- Stop using i915 core register headers in display (Uma)- Refactor DPT, move i915 parts to display parent interface (Jani)- Refactor gen2-4 overlay, move to display parent interface (Ville)- Refactor masked field register macro helpers, move to shared headers (Jani)- Convert a number of workaround checks to the new workaround framework (Luca)- Refactor and move frontbuffer calls to display parent interface (Jani)- Add VMA calls to display parent interface (Jani)- Refactor stolen memory allocation decisions (Vinod, Ville)- Clean up and unify workqueue usage (Marco Crivellari)- Preparation for UHBR DP tunnels (Imre)- Allow DSC passthrough modes during DP MST mode validation (Imre)- Move framebuffer bo interface to display parent interface (Jani)Fixes:- Plenty of DP SST HPD IRQ handling fixes (Imre)- DP AUX backlight and luminance control fixes (Suraj)- Respect VBT pipe joiner disable for eDP (Ankit)- Do not use CASF with joiner (Nemesa)- Clear C10/C20 PHY response read and error bit to avoid PHY hangs (Suraj)- Xe3p_LPD DMG clock gating, CDCLK, port sync workarounds (Suraj, Gustavo, Mitul)- Fix GVT error path (Micha&#322;)- Handle errors on DP DSC receiver cap reads (Suraj)- DSS clock gating workaround on MTL+ to avoid DSC corruption (Mika)- Skip state verification for LT PHY in TBT mode (Suraj)- Fix NULL pointer dereference on suspend when uc firmware not loaded (Rahul Bukte)- Fix an unlikely DMC state related NULL pointer dereference at probe (Imre)- Handle error returns from vga_get_uninterruptible() (Simon Richter)- Increase C10/C20/LT PHY timeouts to include SOC/OS turnaround (Arun)- Fix BIOS FB vs. stolen memory size check (Ville)- Fix LOBF to use computed guardband and set context latency (Ankit)- Handle modeset WW mutex lock failures due to contention properly (Imre)- Fix pipe BPP clamping due to HDR (Imre)- Fix stale state usage in DSC state computation (Imre)- Take HDCP 1.4 vs 2.x into account during link check (Suraj)- Fix forced link retrain handling in MST HPD IRQ handler (Imre)- Remove redundant warning on vcpi &lt; 0 (Jonathan)Core changes:- iopoll: fix function parameter names in read_poll_timeout_atomic() (Randy Dunlap)Merges:- Backmerge drm-next for v7.0-rc1 (Jani)Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://patch.msgid.link/b14bb0f297b1750816cf5f342bde608e435655fa@intel.com

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Tue, 17 Mar 2026 02:27:01 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>9876394f64a7c166964e003585806473ad6f532b - drm/{i915,xe}: move framebuffer bo to parent interface</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#9876394f64a7c166964e003585806473ad6f532b</link>
        <description>drm/{i915,xe}: move framebuffer bo to parent interfaceAdd .framebuffer_init, .framebuffer_fini and .framebuffer_lookup to thebo parent interface. While they&apos;re about framebuffers, they&apos;respecifically about framebuffer objects, so the bo interface is a goodenough fit, and there&apos;s no need to add another interface struct.Reviewed-by: Suraj Kandpal &lt;suraj.kandpal@intel.com&gt;Link: https://patch.msgid.link/848d32a44bf844cba3d66e44ba9f20bea4a8352d.1773238670.git.jani.nikula@intel.comSigned-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Wed, 11 Mar 2026 15:18:18 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>37a6ed2c284b594470e5512df3528abb50b9815e - drm/{i915, xe}/bo: move display bo calls to parent interface</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#37a6ed2c284b594470e5512df3528abb50b9815e</link>
        <description>drm/{i915, xe}/bo: move display bo calls to parent interfaceContinue i915 and xe separation from display by moving the bo calls tothe display parent interface. Instead of adding all these functions tointel_parent.[ch], reuse the now vacated intel_bo.[ch], and avoid massrenames to calls of these functions. This is similar tointel_display_rpm.[ch].Make many of the hooks optional to avoid having to implement dummyfunctions in xe. Indeed now we can remove many of the existing dummyfunctions.Reviewed-by: Suraj Kandpal &lt;suraj.kandpal@intel.com&gt;Link: https://patch.msgid.link/7899eef2ccf0cd603df69099df065226a0df917b.1773238670.git.jani.nikula@intel.comSigned-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Wed, 11 Mar 2026 15:18:16 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>49464bb6977aa87e3edda2f5d011fbaafc5e1cf3 - drm/xe: rename intel_bo.c to xe_display_bo.c</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#49464bb6977aa87e3edda2f5d011fbaafc5e1cf3</link>
        <description>drm/xe: rename intel_bo.c to xe_display_bo.cFollow the xe_ prefixed file naming in xe. With xe_bo.[ch] already beinga thing in xe core, use xe_display_bo.c.Reviewed-by: Suraj Kandpal &lt;suraj.kandpal@intel.com&gt;Link: https://patch.msgid.link/2f73eda5117462407f12113ce096496282ee3fcc.1773238670.git.jani.nikula@intel.comSigned-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Wed, 11 Mar 2026 15:18:15 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#42d3b66d4cdbacfc9d120d2301b8de89cc29a914</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 7.00-rc3. Important ahead GPU SVM merging THPsupport.Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 15:17:56 +0100</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2cca25160d159e6351e3273b088db0b4f359ef6a - drm/{i915, xe}/frontbuffer: move frontbuffer handling to parent interface</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#2cca25160d159e6351e3273b088db0b4f359ef6a</link>
        <description>drm/{i915, xe}/frontbuffer: move frontbuffer handling to parent interfaceMove the get/put/ref/flush_for_display calls to the display parentinterface.For i915, move the hooks next to the other i915 core frontbuffer code ini915_gem_object_frontbuffer.c. For xe, add new file xe_frontbuffer.c forthe same.Note: The intel_frontbuffer_flush() calls fromi915_gem_object_frontbuffer.c will partially route back to i915 core viathe parent interface. This is less than stellar.Reviewed-by: Jouni H&#246;gander &lt;jouni.hogander@intel.com&gt;Link: https://patch.msgid.link/f69b967ed82bbcfd60ffa77ba197b26a1399f09f.1772475391.git.jani.nikula@intel.comSigned-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Mon, 02 Mar 2026 19:17:37 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b40db12b542f503b5ec689d18d473299d49eeb60 - drm/xe/xe_drm_ras: Add support for XE DRM RAS</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#b40db12b542f503b5ec689d18d473299d49eeb60</link>
        <description>drm/xe/xe_drm_ras: Add support for XE DRM RASAllocate correctable, uncorrectable nodes for every xe device. Each nodecontains error component, counters and respective query counter functions.Add basic functionality to create and register drm nodes.Below operations can be performed using Generic netlink DRM RAS interface:1) List Nodes:    $ sudo ynl --family drm_ras --dump list-nodes    [{&apos;device-name&apos;: &apos;0000:03:00.0&apos;,      &apos;node-id&apos;: 0,      &apos;node-name&apos;: &apos;correctable-errors&apos;,      &apos;node-type&apos;: &apos;error-counter&apos;},     {&apos;device-name&apos;: &apos;0000:03:00.0&apos;,      &apos;node-id&apos;: 1,      &apos;node-name&apos;: &apos;uncorrectable-errors&apos;,      &apos;node-type&apos;: &apos;error-counter&apos;}]2) Get Error counters:    $ sudo ynl --family drm_ras --dump get-error-counter --json &apos;{&quot;node-id&quot;:0}&apos;    [{&apos;error-id&apos;: 1, &apos;error-name&apos;: &apos;core-compute&apos;, &apos;error-value&apos;: 0},    {&apos;error-id&apos;: 2, &apos;error-name&apos;: &apos;soc-internal&apos;, &apos;error-value&apos;: 0}]3) Get specific Error counter:    $ sudo ynl --family drm_ras --do get-error-counter --json &apos;{&quot;node-id&quot;:0, &quot;error-id&quot;:1}&apos;    {&apos;error-id&apos;: 1, &apos;error-name&apos;: &apos;core-compute&apos;, &apos;error-value&apos;: 0}Signed-off-by: Riana Tauro &lt;riana.tauro@intel.com&gt;Reviewed-by: Raag Jadav &lt;raag.jadav@intel.com&gt;Link: https://patch.msgid.link/20260304074412.464435-9-riana.tauro@intel.comSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Wed, 04 Mar 2026 08:44:09 +0100</pubDate>
        <dc:creator>Riana Tauro &lt;riana.tauro@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>17b95278ae6adb9ea5b801fcd2ae5d182448e99d - Merge tag &apos;drm-xe-next-2026-03-02&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#17b95278ae6adb9ea5b801fcd2ae5d182448e99d</link>
        <description>Merge tag &apos;drm-xe-next-2026-03-02&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextUAPI Changes:- restrict multi-lrc to VCS/VECS engines (Xin Wang)- Introduce a flag to disallow vm overcommit in fault mode (Thomas)- update used tracking kernel-doc (Auld, Fixes)- Some bind queue fixes (Auld, Fixes)Cross-subsystem Changes:- Split drm_suballoc_new() into SA alloc and init helpers (Satya, Fixes)- pass pagemap_addr by reference (Arnd, Fixes)- Revert &quot;drm/pagemap: Disable device-to-device migration&quot; (Thomas)- Fix unbalanced unlock in drm_gpusvm_scan_mm (Maciej, Fixes)- Small GPUSVM fixes (Brost, Fixes)- Fix xe SVM configs (Thomas, Fixes)Core Changes:- Fix a hmm_range_fault() livelock / starvation problem (Thomas, Fixes)Driver Changes:- Fix leak on xa_store failure (Shuicheng, Fixes)- Correct implementation of Wa_16025250150 (Roper, Fixes)- Refactor context init into xe_lrc_ctx_init (Raag)- Fix GSC proxy cleanup on early initialization failure (Zhanjun)- Fix exec queue creation during post-migration recovery (Tomasz, Fixes)- Apply windower hardware filtering setting on Xe3 and Xe3p (Roper)- Free ctx_restore_mid_bb in release (Shuicheng, Fixes)- Drop stale MCR steering TODO comment (Roper)- dGPU memory optimizations (Brost)- Do not preempt fence signaling CS instructions (Brost, Fixes)- Revert &quot;drm/xe/compat: Remove unused i915_reg.h from compat header&quot; (Uma)- Don&apos;t expose display modparam if no display support (Wajdeczko)- Some VRAM flag improvements (Wajdeczko)- Misc fix for xe_guc_ct.c (Shuicheng, Fixes)- Remove unused i915_reg.h from compat header (Uma)- Workaround cleanup &amp; simplification (Roper)- Add prefetch pagefault support for Xe3p (Varun)- Fix fs_reclaim deadlock caused by CCS save/restore (Satya, Fixes)- Cleanup partially initialized sync on parse failure (Shuicheng, Fixes)- Allow to change VFs VRAM quota using sysfs (Michal)- Increase GuC log sizes in debug builds (Tomasz)- Wa_18041344222 changes (Harish)- Add Wa_14026781792 (Niton)- Add debugfs facility to catch RTP mistakes (Roper)- Convert GT stats to per-cpu counters (Brost)- Prevent unintended VRAM channel creation (Karthik)- Privatize struct xe_ggtt (Maarten)- remove unnecessary struct dram_info forward declaration (Jani)- pagefault refactors (Brost)- Apply Wa_14024997852 (Arvind)- Redirect faults to dummy page for wedged device (Raag, Fixes)- Force EXEC_QUEUE_FLAG_KERNEL for kernel internal VMs (Piotr)- Stop applying Wa_16018737384 from Xe3 onward (Roper)- Add new XeCore fuse registers to VF runtime regs (Roper)- Update xe_device_declare_wedged() error log (Raag)- Make xe_modparam.force_vram_bar_size signed (Shuicheng, Fixes)- Avoid reading media version when media GT is disabled (Piotr, Fixes)- Fix handling of Wa_14019988906 &amp; Wa_14019877138 (Roper, Fixes)- Basic enabling patches for Xe3p_LPG and NVL-P (Gustavo, Roper, Shekhar)- Avoid double-adjust in 64-bit reads (Shuicheng, Fixes)- Allow VF to initialize MCR tables (Wajdeczko)- Add Wa_14025883347 for GuC DMA failure on reset (Anirban)- Add bounds check on pat_index to prevent OOB kernel read in madvise (Jia, Fixes)- Fix the address range assert in ggtt_get_pte helper (Winiarski)- XeCore fuse register changes (Roper)- Add more info to powergate_info debugfs (Vinay)- Separate out GuC RC code (Vinay)- Fix g2g_test_array indexing (Pallavi)- Mutual exclusivity between CCS-mode and PF (Nareshkumar, Fixes)- Some more _types.h cleanups (Wajdeczko)- Fix sysfs initialization (Wajdeczko, Fixes)- Drop unnecessary goto in xe_device_create (Roper)- Disable D3Cold for BMG only on specific platforms (Karthik, Fixes)- Add sriov.admin_only_pf attribute (Wajdeczko)- replace old wq(s), add WQ_PERCPU to alloc_workqueue (Marco)- Make MMIO communication more robust (Wajdeczko)- Fix warning of kerneldoc (Shuicheng, Fixes)- Fix topology query pointer advance (Shuicheng, Fixes)- use entry_dump callbacks for xe2+ PAT dumps (Xin Wang)- Fix kernel-doc warning in GuC scheduler ABI header (Chaitanya, Fixes)- Fix CFI violation in debugfs access (Daniele, Fixes)- Apply WA_16028005424 to Media (Balasubramani)- Fix typo in function kernel-doc (Wajdeczko)- Protect priority against concurrent access (Niranjana)- Fix nvm aux resource cleanup (Shuicheng, Fixes)- Fix is_bound() pci_dev lifetime (Shuicheng, Fixes)- Use CLASS() for forcewake in xe_gt_enable_comp_1wcoh (Shuicheng)- Reset VF GuC state on fini (Wajdeczko)- Move _THIS_IP_ usage from xe_vm_create() to dedicated function (Nathan Chancellor, Fixes)- Unregister drm device on probe error (Shuicheng, Fixes)- Disable DCC on PTL (Vinay, Fixes)- Fix Wa_18022495364 (Tvrtko, Fixes)- Skip address copy for sync-only execs (Shuicheng, Fixes)- derive mem copy capability from graphics version (Nitin, Fixes)- Use DRM_BUDDY_CONTIGUOUS_ALLOCATION for contiguous allocations (Sanjay)- Context based TLB invalidations (Brost)- Enable multi_queue on xe3p_xpc (Brost, Niranjana)- Remove check for gt in xe_query (Nakshtra)- Reduce LRC timestamp stuck message on VFs to notice (Brost, Fixes)Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Matthew Brost &lt;matthew.brost@intel.com&gt;Link: https://patch.msgid.link/aaYR5G2MHjOEMXPW@lstrano-desk.jf.intel.com

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Tue, 03 Mar 2026 00:55:32 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>e3f33adfa3a3be16ef59ed849fbbd10e966e98b0 - drm/i915/overlay: Convert overlay to parent interface</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#e3f33adfa3a3be16ef59ed849fbbd10e966e98b0</link>
        <description>drm/i915/overlay: Convert overlay to parent interfaceConvert the direct i915_overlay_*() calls from the displayside to go over a new parent interface instead.v2: Correctly handle the ERR_PTR returned by    i915_overlay_obj_lookup() (Jani)v3: Rebase due to the NULL check in intel_overlay_cleanup()Reviewed-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Signed-off-by: Ville Syrj&#228;l&#228; &lt;ville.syrjala@linux.intel.com&gt;Link: https://patch.msgid.link/20260226130150.16816-1-ville.syrjala@linux.intel.com

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Thu, 26 Feb 2026 14:01:50 +0100</pubDate>
        <dc:creator>Ville Syrj&#228;l&#228; &lt;ville.syrjala@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bbc4500132b9cc7682f3c50d31b4f3de6cac11db - drm/i915/dpt: drop _common from the DPT file names</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#bbc4500132b9cc7682f3c50d31b4f3de6cac11db</link>
        <description>drm/i915/dpt: drop _common from the DPT file namesWith the intel_dpt.[ch] file names vacated, and i915 specific code movedaway, we can rename the intel_dpt_common.[ch] files to the simpler name.Reviewed-by: Juha-Pekka Heikkila &lt;juhapekka.heikkila@gmail.com&gt;Link: https://patch.msgid.link/3f2da737a26bb71a7bc05a3e6c456302e3c72656.1772030909.git.jani.nikula@intel.comSigned-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Wed, 25 Feb 2026 15:49:12 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#f09812b85fa6f41058bcc46e70ac406bf9b0493a</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.0-rc1 which contains a few treewide changes affecting i915.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Wed, 25 Feb 2026 12:23:04 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>40a684f91d267164f9adf0d35b572b4cad0b8d3c - drm/xe: Decouple GuC RC code from xe_guc_pc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#40a684f91d267164f9adf0d35b572b4cad0b8d3c</link>
        <description>drm/xe: Decouple GuC RC code from xe_guc_pcMove enable/disable GuC RC logic into the new file. This willallow us to independently enable/disable GuC RC and not relyon SLPC related functions. GuC already provides separate H2Ginterfaces to setup GuC RC and SLPC.Cc: Riana Tauro &lt;riana.tauro@intel.com&gt;Cc: Michal Wajdeczko &lt;michal.wajdeczko@intel.com&gt;Reviewed-by: Michal Wajdeczko &lt;michal.wajdeczko@intel.com&gt;Reviewed-by: Riana Tauro &lt;riana.tauro@intel.com&gt;Signed-off-by: Vinay Belgaumkar &lt;vinay.belgaumkar@intel.com&gt;Link: https://patch.msgid.link/20260204014234.2867763-2-vinay.belgaumkar@intel.com

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Wed, 04 Feb 2026 02:42:32 +0100</pubDate>
        <dc:creator>Vinay Belgaumkar &lt;vinay.belgaumkar@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b3a2a91ae9b48c74e50833242af7d73f8a0ec3a6 - drm/{i915, xe}/pcode: move display pcode calls to parent interface</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#b3a2a91ae9b48c74e50833242af7d73f8a0ec3a6</link>
        <description>drm/{i915, xe}/pcode: move display pcode calls to parent interfaceCall the parent driver pcode functions through the parent interfacefunction pointers instead of expecting both to have functions of thesame name.In i915, add the interface to existing intel_pcode.[ch], while in xemove them to new display/xe_display_pcode.[ch] and build it only forCONFIG_DRM_XE_DISPLAY=y.Do not add separate write and write_timeout calls in theinterface. Instead, handle the default 1 ms timeout in theintel_parent.c glue layer.This drops the last intel_pcode.h includes from display, and allows usto remove the corresponding xe compat header.v2: initialize .pcode in i915Reviewed-by: Micha&#322; Grzelak &lt;michal.grzelak@intel.com&gt;Link: https://patch.msgid.link/20260126112925.2452171-1-jani.nikula@intel.comSigned-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Mon, 26 Jan 2026 12:29:25 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>971c2b68bddb87f4929e66cd4563fca78b722210 - Merge tag &apos;drm-xe-next-2026-01-15&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#971c2b68bddb87f4929e66cd4563fca78b722210</link>
        <description>Merge tag &apos;drm-xe-next-2026-01-15&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextUAPI Changes: - Remove unused KEEP_ACTIVE flag in the new multi queue uAPI (Niranjana) - Expose new temperature attributes in HWMON (Karthik)Driver Changes: - Force i2c into polling mode when in survivability (Raag) - Validate preferred system memory placement in xe_svm_range_validate (Brost) - Adjust page count tracepoints in shrinker (Brost) - Fix a couple drm_pagemap issues with multi-GPU (Brost) - Define GuC firmware for NVL-S (Roper) - Handle GT resume failure (Raag) - Improve wedged mode handling (Lukasz) - Add missing newlines to drm_warn messages (Osama) - Fix WQ_MEM_RECLAIM passed as max_active to alloc_workqueue (Marco) - Page-reclaim fixes and PRL stats addition (Brian) - Fix struct guc_lfd_file_header kernel-doc (Jani) - Allow compressible surfaces to be 1-way coherent (Xin) - Fix DRM scheduler layering violations in Xe (Brost) - Minor improvements to MERT code (Michal) - Privatize struct xe_ggtt_node (Maarten) - Convert wait for lmem init into an assert (Bala) - Enable GSC loading and PXP for PTL (Daniele) - Replace use of system_wq with tlb_inval-&gt;timeout_wq (Marco) - VRAM addr range bit expansion (Fei) - Cleanup unused header includes (Roper)Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Link: https://patch.msgid.link/aWkSxRQK7VhTlP32@intel.com

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Fri, 16 Jan 2026 04:39:15 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>9d10cd526111a989eb353c3a4df9d4c79695ea8d - Merge tag &apos;drm-intel-next-2026-01-15&apos; of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#9d10cd526111a989eb353c3a4df9d4c79695ea8d</link>
        <description>Merge tag &apos;drm-intel-next-2026-01-15&apos; of https://gitlab.freedesktop.org/drm/i915/kernel into drm-nextBeyond Display: - Make &apos;guc_hw_reg_state&apos; static as it isn&apos;t exported (Ben) - Fix doc build on mei related interface header (Jani)Display related: - Fix ggtt fb alignment on Xe display (Tvrtko) - More display clean-up towards deduplication and full separation (Jani) - Use the consolidated HDMI tables (Suraj) - Account for DSC slice overhead (Ankit) - Prepare GVT for display modularization (Ankit, Jani) - Enable/Disable DC balance along with VRR DSB (Mitul, Ville) - Protection against unsupported modes in LT PHY (Suraj) - Display W/a addition and fixes (Gustavo) - Fix many SPDX identifier comments (Ankit) - Incorporate Xe3_LPD changes for CD2X divider (Gustavo) - Clean up link BW/DSC slice config computation (Imre)Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Link: https://patch.msgid.link/aWkNThVRSkGAfUVv@intel.com

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Fri, 16 Jan 2026 03:57:20 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>72f654f4247fbf0b0ddb9092052531deb6fb895b - drm/xe: improve header check</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#72f654f4247fbf0b0ddb9092052531deb6fb895b</link>
        <description>drm/xe: improve header checkImprove header check: Remove unused -DHDRTEST. Include the header twiceto check for include guards. Run kernel-doc on the header.Reviewed-by: Matt Roper &lt;matthew.d.roper@intel.com&gt;Link: https://patch.msgid.link/20260107155401.2379127-5-jani.nikula@intel.comSigned-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Wed, 07 Jan 2026 16:54:01 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>59260fe5821ad108d0fda8a4a4fe0448e9821f27 - Merge tag &apos;drm-xe-next-2025-12-30&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#59260fe5821ad108d0fda8a4a4fe0448e9821f27</link>
        <description>Merge tag &apos;drm-xe-next-2025-12-30&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextCore Changes:- Dynamic pagemaps and multi-device SVM (Thomas)Driver Changes:- Introduce SRIOV scheduler Groups (Daniele)- Configure migration queue as low latency (Francois)- Don&apos;t use absolute path in generated header comment (Calvin Owens)- Add SoC remapper support for system controller (Umesh)- Insert compiler barriers in GuC code (Jonathan)- Rebar updates (Lucas)Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Thomas Hellstrom &lt;thomas.hellstrom@linux.intel.com&gt;Link: https://patch.msgid.link/aVOiULyYdnFbq-JB@fedora

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Thu, 01 Jan 2026 08:00:22 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>51489bae202f629abb5c896b00099f0de22c875d - drm/xe: remove compat i915_drv.h and -Ddrm_i915_private=xe_device hack</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/Makefile#51489bae202f629abb5c896b00099f0de22c875d</link>
        <description>drm/xe: remove compat i915_drv.h and -Ddrm_i915_private=xe_device hackThe xe display build no longer needs the compat i915_drv.h or the ugly-Ddrm_i915_private=xe_device hack. Remove them, with great pleasure.Reviewed-by: Matt Roper &lt;matthew.d.roper@intel.com&gt;Link: https://patch.msgid.link/8d2da5404439ed334d7682922b599f36eeb60e9d.1767009044.git.jani.nikula@intel.comSigned-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/Makefile</description>
        <pubDate>Mon, 29 Dec 2025 12:54:44 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
