<?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>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3e9e952bb3139ad1e08f3e1960239c2988ab90c9 - Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#3e9e952bb3139ad1e08f3e1960239c2988ab90c9</link>
        <description>Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Mon, 20 Apr 2026 13:41:28 +0200</pubDate>
        <dc:creator>Petr Mladek &lt;pmladek@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>d4eb7b2da66c848709e31585b9c371fa234abc39 - Merge branch &apos;for-7.1/core-v2&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#d4eb7b2da66c848709e31585b9c371fa234abc39</link>
        <description>Merge branch &apos;for-7.1/core-v2&apos; into for-linus- fixed handling of 0-sized reports (Dmitry Torokhov)- convert core code to __free() (Dmitry Torokhov)- support for multiple batteries per HID device (Lucas Zampieri)

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Thu, 16 Apr 2026 21:01:18 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>4a57e0913e8c7fff407e97909f4ae48caa84d612 - Merge tag &apos;drm-next-2026-04-15&apos; of https://gitlab.freedesktop.org/drm/kernel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#4a57e0913e8c7fff407e97909f4ae48caa84d612</link>
        <description>Merge tag &apos;drm-next-2026-04-15&apos; of https://gitlab.freedesktop.org/drm/kernelPull drm updates from Dave Airlie: &quot;Highlights:   - new DRM RAS infrastructure using netlink   - amdgpu: enable DC on CIK APUs, and more IP enablement, and more     user queue work   - xe: purgeable BO support, and new hw enablement   - dma-buf : add revocable operations  Full summary:  mm:   - two-pass MMU interval notifiers   - add gpu active/reclaim per-node stat counters  math:   - provide __KERNEL_DIV_ROUND_CLOSEST() in UAPI   - implement DIV_ROUND_CLOSEST() with __KERNEL_DIV_ROUND_CLOSEST()  rust:   - shared tag with driver-core: register macro and io infra   - core: rework DMA coherent API   - core: add interop::list to interop with C linked lists   - core: add more num::Bounded operations   - core: enable generic_arg_infer and add EMSGSIZE   - workqueue: add ARef&lt;T&gt; support for work and delayed work   - add GPU buddy allocator abstraction   - add DRM shmem GEM helper abstraction   - allow drm:::Device to dispatch work and delayed work items     to driver private data   - add dma_resv_lock helper and raw accessors  core:   - introduce DRM RAS infrastructure over netlink   - add connector panel_type property   - fourcc: add ARM interleaved 64k modifier   - colorop: add destroy helper   - suballoc: split into alloc and init helpers   - mode: provide DRM_ARGB_GET*() macros for reading color components  edid:   - provide drm_output_color_Format  dma-buf:   - provide revoke mechanism for shared buffers   - rename move_notify to invalidate_mappings   - always enable move_notify   - protect dma_fence_ops with RCU and improve locking   - clean pages with helpers  atomic:   - allocate drm_private_state via callback   - helper: use system_percpu_wq  buddy:   - make buddy allocator available to gpu level   - add kernel-doc for buddy allocator   - improve aligned allocation  ttm:   - fix fence signalling   - improve tests and docs   - improve handling of gfp_retry_mayfail   - use per-node stat counters to track memory allocations   - port pool to use list_lru   - drop NUMA specific pools   - make pool shrinker numa aware   - track allocated pages per numa node  coreboot:   - cleanup coreboot framebuffer support  sched:   - fix race condition in drm_sched_fini  pagemap:   - enable THP support   - pass pagemap_addr by reference  gem-shmem:   - Track page accessed/dirty status across mmap/vmap  gpusvm:   - reenable device to device migration   - fix unbalanced unclock  bridge:   - anx7625: Support USB-C plus DT bindings   - connector: Fix EDID detection   - dw-hdmi-qp: Support Vendor-Specfic and SDP Infoframes; improve     others   - fsl-ldb: Fix visual artifacts plus related DT property     &apos;enable-termination-resistor&apos;   - imx8qxp-pixel-link: Improve bridge reference handling   - lt9611: Support Port-B-only input plus DT bindings   - tda998x: Support DRM_BRIDGE_ATTACH_NO_CONNECTOR; Clean up   - Support TH1520 HDMI plus DT bindings   - waveshare-dsi: Fix register and attach; Support 1..4 DSI lanes plus     DT bindings   - anx7625: Fix USB Type-C handling   - cdns-mhdp8546-core: Handle HDCP state in bridge atomic_check   - Support Lontium LT8713SX DP MST bridge plus DT bindings   - analogix_dp: Use DP helpers for link training  panel:   - panel-jdi-lt070me05000: Use mipi-dsi multi functions   - panel-edp: Support Add AUO B116XAT04.1 (HW: 1A); Support CMN     N116BCL-EAK (C2); Support FriendlyELEC plus DT changes   - panel-edp: Fix timings for BOE NV140WUM-N64   - ilitek-ili9882t: Allow GPIO calls to sleep   - jadard: Support TAIGUAN XTI05101-01A   - lxd: Support LXD M9189A plus DT bindings   - mantix: Fix pixel clock; Clean up   - motorola: Support Motorola Atrix 4G and Droid X2 plus DT bindings   - novatek: Support Novatek/Tianma NT37700F plus DT bindings   - simple: Support EDT ET057023UDBA plus DT bindings; Support Powertip     PH800480T032-ZHC19 plus DT bindings; Support Waveshare 13.3&quot;   - novatek-nt36672a: Use mipi_dsi_*_multi() functions   - panel-edp: Support BOE NV153WUM-N42, CMN N153JCA-ELK, CSW     MNF307QS3-2   - support Himax HX83121A plus DT bindings   - support JuTouch JT070TM041 plus DT bindings   - support Samsung S6E8FC0 plus DT bindings   - himax-hx83102c: support Samsung S6E8FC0 plus DT bindings; support     backlight   - ili9806e: support Rocktech RK050HR345-CT106A plus DT bindings   - simple: support Tianma TM050RDH03 plus DT bindings  amdgpu:   - enable DC by default on CIK APUs   - userq fence ioctl param size fixes   - set panel_type to OLED for eDP   - refactor DC i2c code   - FAMS2 update   - rework ttm handling to allow multiple engines   - DC DCE 6.x cleanup   - DC support for NUTMEG/TRAVIS DP bridge   - DCN 4.2 support   - GC12 idle power fix for compute   - use struct drm_edid in non-DC code   - enable NV12/P010 support on primary planes   - support newer IP discovery tables   - VCN/JPEG 5.0.2 support   - GC/MES 12.1 updates   - USERQ fixes   - add DC idle state manager   - eDP DSC seamless boot  amdkfd:   - GC 12.1 updates   - non 4K page fixes  xe:   - basic Xe3p_LPG and NVL-P enabling patches   - allow VM_BIND decompress support   - add purgeable buffer object support   - add xe_vm_get_property_ioctl   - restrict multi-lrc to VCS/VECS engines   - allow disabling VM overcommit in fault mode   - dGPU memory optimizations   - Workaround cleanups and simplification   - Allow VFs VRAM quote changes using sysfs   - convert GT stats to per-cpu counters   - pagefault refactors   - enable multi-queue on xe3p_xpc   - disable DCC on PTL   - make MMIO communication more robust   - disable D3Cold for BMG on specific platforms   - vfio: improve FLR sync for Xe VFIO  i915/display:   - C10/C20/LT PHY PLL divider verification   - use trans push mechanism to generate PSR frame change on LNL+   - refactor DP DSC slice config   - VGA decode refactoring   - refactor DPT, gen2-4 overlay, masked field register macro helpers   - refactor stolen memory allocation decisions   - prepare for UHBR DP tunnels   - refactor LT PHY PLL to use DPLL framework   - implement register polling/waiting in display code   - add shared stepping header between i915 and display  i915:   - fix potential overflow of shmem scatterlist length  nouveau:   - provide Z cull info to userspace   - initial GA100 support   - shutdown on PCI device shutdown  nova-core:   - harden GSP command queue   - add support for large RPCs   - simplify GSP sequencer and message handling   - refactor falcon firmware handling   - convert to new register macro   - conver to new DMA coherent API   - use checked arithmetic   - add debugfs support for gsp-rm log buffers   - fix aux device registration for multi-GPU  msm:   - CI:      - Uprev mesa      - Restore CI jobs for Qualcomm APQ8016 and APQ8096 devices   - Core:      - Switched to of_get_available_child_by_name()   - DPU:      - Fixes for DSC panels      - Fixed brownout because of the frequency / OPP mismatch      - Quad pipe preparation (not enabled yet)      - Switched to virtual planes by default      - Dropped VBIF_NRT support      - Added support for Eliza platform      - Reworked alpha handling      - Switched to correct CWB definitions on Eliza      - Dropped dummy INTF_0 on MSM8953      - Corrected INTFs related to DP-MST   - DP:      - Removed debug prints looking into PHY internals   - DSI:      - Fixes for DSC panels      - RGB101010 support      - Support for SC8280XP      - Moved PHY bindings from display/ to phy/   - GPU:      - Preemption support for x2-85 and a840      - IFPC support for a840      - SKU detection support for x2-85 and a840      - Expose AQE support (VK ray-pipeline)      - Avoid locking in VM_BIND fence signaling path      - Fix to avoid reclaim in GPU snapshot path      - Disallow foreign mapping of _NO_SHARE BOs   - HDMI:      - Fixed infoframes programming   - MDP5:      - Dropped support for MSM8974v1      - Dropped now unused code for MSM8974 v1 and SDM660 / MSM8998  panthor:   - add tracepoints for power and IRQs   - fix fence handling   - extend timestamp query with flags   - support various sources for timestamp queries  tyr:   - fix names and model/versions  rockchip:   - vop2: use drm logging function   - rk3576 displayport support   - support CRTC background color  atmel-hlcdc:   - support sana5d65 LCD controller  tilcdc:   - use DT bindings schema   - use managed DRM interfaces   - support DRM_BRIDGE_ATTACH_NO_CONNECTOR  verisilicon:   - support DC8200 + DT bindings  virtgpu:   - support PRIME import with 3D enabled  komeda:   - fix integer overflow in AFBC checks  mcde:   - improve bridge handling  gma500:   - use drm client buffer for fbdev framebuffer  amdxdna:   - add sensors ioctls   - provide NPU power estimate   - support column utilization sensor   - allow forcing DMA through IOMMU IOVA   - support per-BO mem usage queries   - refactor GEM implementation  ivpu:   - update boot API to v3.29.4   - limit per-user number of doorbells/contexts   - perform engine reset on TDR error  loongson:   - replace custom code with drm_gem_ttm_dumb_map_offset()  imx:   - support planes behind the primary plane   - fix bus-format selection  vkms:   - support CRTC background color  v3d:   - improve handling of struct v3d_stats  komeda:   - support Arm China Linlon D6 plus DT bindings  imagination:   - improve power-off sequence   - support context-reset notification from firmware  mediatek:   - mtk_dsi: enable hs clock during pre-enable   - Remove all conflicting aperture devices during probe   - Add support for mt8167 display blocks&quot;* tag &apos;drm-next-2026-04-15&apos; of https://gitlab.freedesktop.org/drm/kernel: (1735 commits)  drm/ttm/tests: Remove checks from ttm_pool_free_no_dma_alloc  drm/ttm/tests: fix lru_count ASSERT  drm/vram: remove DRM_VRAM_MM_FILE_OPERATIONS from docs  drm/fb-helper: Fix a locking bug in an error path  dma-fence: correct kernel-doc function parameter @flags  ttm/pool: track allocated_pages per numa node.  ttm/pool: make pool shrinker NUMA aware (v2)  ttm/pool: drop numa specific pools  ttm/pool: port to list_lru. (v2)  drm/ttm: use gpu mm stats to track gpu memory allocations. (v4)  mm: add gpu active/reclaim per-node stat counters (v2)  gpu: nova-core: fix missing colon in SEC2 boot debug message  gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsing  gpu: nova-core: bitfield: fix broken Default implementation  gpu: nova-core: falcon: pad firmware DMA object size to required block alignment  gpu: nova-core: gsp: fix undefined behavior in command queue code  drm/shmem_helper: Make sure PMD entries get the writeable upgrade  accel/ivpu: Trigger recovery on TDR with OS scheduling  drm/msm: Use of_get_available_child_by_name()  dt-bindings: display/msm: move DSI PHY bindings to phy/ subdir  ...

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Wed, 15 Apr 2026 17:45:00 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>407f658eec69225d2bf3974b1ed63b0d88a25a6e - Merge tag &apos;drm-misc-next-2026-03-12&apos; into drm-rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#407f658eec69225d2bf3974b1ed63b0d88a25a6e</link>
        <description>Merge tag &apos;drm-misc-next-2026-03-12&apos; into drm-rust-nextWe need the latest GPU buddy changes from drm-misc-next-2026-03-12 indrm-rust-next as well, as the Rust abstractions are built on top of it.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Mon, 23 Mar 2026 18:26:44 +0100</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&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/amd/display/dc/dio/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/amd/display/dc/dio/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>f08ceb71c5a5615577e7c841e1e00a89f495ab51 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#f08ceb71c5a5615577e7c841e1e00a89f495ab51</link>
        <description>Merge drm/drm-next into drm-misc-nextBiju Das needs a patch for rz-du merged in 7.0-rc3Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 08:25:41 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>057ad0ef4da61a8ba654c691e3fc3933d92b7d5f - Merge tag &apos;amd-drm-next-7.1-2026-03-04&apos; of https://gitlab.freedesktop.org/agd5f/linux into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#057ad0ef4da61a8ba654c691e3fc3933d92b7d5f</link>
        <description>Merge tag &apos;amd-drm-next-7.1-2026-03-04&apos; of https://gitlab.freedesktop.org/agd5f/linux into drm-nextamd-drm-next-7.1-2026-03-04:amdgpu:- FAMS2 updates- Refactor DC I2C- Rework ttm handling to allow for multiple engines- UserQ updates- Ring reset improvements- DC DCE 6.x cleanups- DC support for NUTMEG and TRAVIS DP bridges- Enable DC by default on CIK APUs- Add DCN 4.2 support- IPS fixes- Overlay fixes for DCN4- SDMA Limit updates- Misc fixes- RAS updates- Register access callback rework- GC 12.1 updatesamdkfd:- Misc cleanupsUAPI:- UserQ fence IOCTL parameter size fixes.  The change is backwards compatible on LE, but not BE.  UserQs are still not considered stable and are disabled by default.From: Alex Deucher &lt;alexander.deucher@amd.com&gt;Link: https://patch.msgid.link/20260304213233.1938311-1-alexander.deucher@amd.comSigned-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Sun, 08 Mar 2026 21:04:15 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>0314e382cf02983eb3c33ac537ad9701e7858bc9 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#0314e382cf02983eb3c33ac537ad9701e7858bc9</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-7.0-rc2).Conflicts:tools/testing/selftests/drivers/net/hw/rss_ctx.py  19c3a2a81d2b (&quot;selftests: drv-net: rss: Generate unique ports for RSS context tests&quot;)  ce5a0f4612db (&quot;selftests: drv-net: rss_ctx: test RSS contexts persist after ifdown/up&quot;)include/net/inet_connection_sock.h  858d2a4f67ff6 (&quot;tcp: fix potential race in tcp_v6_syn_recv_sock()&quot;)  fcd3d039fab69 (&quot;tcp: make tcp_v{4,6}_send_check() static&quot;)https://lore.kernel.org/aZ8PSFLzBrEU3I89@sirena.org.ukdrivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.cdrivers/net/ethernet/mellanox/mlx5/core/en/xsk/pool.c  69050f8d6d075 (&quot;treewide: Replace kmalloc with kmalloc_obj for non-scalar types&quot;)  bf4afc53b77ae (&quot;Convert &apos;alloc_obj&apos; family to use the new default GFP_KERNEL argument&quot;)  8a96b9144f18a (&quot;net/mlx5e: Alloc xsk channel param out of mlx5e_open_xsk()&quot;)Adjacent changes:net/netfilter/ipvs/ip_vs_ctl.c  c59bd9e62e06 (&quot;ipvs: use more counters to avoid service lookups&quot;)  bf4afc53b77a (&quot;Convert &apos;alloc_obj&apos; family to use the new default GFP_KERNEL argument&quot;)Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Thu, 26 Feb 2026 19:20:47 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&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/amd/display/dc/dio/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/amd/display/dc/dio/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>6b2dd7d37badd8bf076875397f9f39b494258ca7 - drm/amd/display: Enable dcn42 DC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#6b2dd7d37badd8bf076875397f9f39b494258ca7</link>
        <description>drm/amd/display: Enable dcn42 DCAdd support for DCN 4.2 in Display CoreSigned-off-by: Roman Li &lt;Roman.Li@amd.com&gt;Acked-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Tue, 03 Feb 2026 00:47:34 +0100</pubDate>
        <dc:creator>Roman Li &lt;Roman.Li@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>3ecf0b4a0e0ed4783aa32c5f3e42d23c7021e1c8 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 7.0-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#3ecf0b4a0e0ed4783aa32c5f3e42d23c7021e1c8</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 7.0-rc1Cross-merge trees after 7.0-rc1.No conflicts.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 17:06:33 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8b85987d3cf50178f67618122d9f3bb202f62f42 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#8b85987d3cf50178f67618122d9f3bb202f62f42</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s merge 7.0-rc1 to start the new drm-misc-next windowSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 11:48:20 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d4a292c5f8e65d2784b703c67179f4f7d0c7846c - Merge tag &apos;drm-next-2026-02-21&apos; of https://gitlab.freedesktop.org/drm/kernel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#d4a292c5f8e65d2784b703c67179f4f7d0c7846c</link>
        <description>Merge tag &apos;drm-next-2026-02-21&apos; of https://gitlab.freedesktop.org/drm/kernelPull drm fixes from Dave Airlie: &quot;This is the fixes and cleanups for the end of the merge window, it&apos;s  nearly all amdgpu, with some amdkfd, then a pagemap core fix, i915/xe  display fixes, and some xe driver fixes.  Nothing seems out of the ordinary, except amdgpu is a little more  volume than usual.  pagemap:   - drm/pagemap: pass pagemap_addr by reference  amdgpu:   - DML 2.1 fixes   - Panel replay fixes   - Display writeback fixes   - MES 11 old firmware compat fix   - DC CRC improvements   - DPIA fixes   - XGMI fixes   - ASPM fix   - SMU feature bit handling fixes   - DC LUT fixes   - RAS fixes   - Misc memory leak in error path fixes   - SDMA queue reset fixes   - PG handling fixes   - 5 level GPUVM page table fix   - SR-IOV fix   - Queue reset fix   - SMU 13.x fixes   - DC resume lag fix   - MPO fixes   - DCN 3.6 fix   - VSDB fixes   - HWSS clean up   - Replay fixes   - DCE cursor fixes   - DCN 3.5 SR DDR5 latency fixes   - HPD fixes   - Error path unwind fixes   - SMU13/14 mode1 reset fixes   - PSP 15 updates   - SMU 15 updates   - Sync fix in amdgpu_dma_buf_move_notify()   - HAINAN fix   - PSP 13.x fix   - GPUVM locking fix   - Fixes for DC analog support   - DC FAMS fixes   - DML 2.1 fixes   - eDP fixes   - Misc DC fixes   - Fastboot fix   - 3DLUT fixes   - GPUVM fixes   - 64bpp format fix   - Fix for MacBooks with switchable gfx  amdkfd:   - Fix possible double deletion of validate list   - Event setup fix   - Device disconnect regression fix   - APU GTT as VRAM fix   - Fix piority inversion with MQDs   - NULL check fix  radeon:   - HAINAN fix  i915/xe display:   - Regresion fix for HDR 4k displays (#15503)   - Fixup for Dell XPS 13 7390 eDP rate limit   - Memory leak fix on ACPI _DSM handling   - Add missing slice count check during DP mode validation  xe:   - drm/xe: Prevent VFs from exposing the CCS mode sysfs file   - SRIOV related fixes   - PAT cache fix   - MMIO read fix   - W/a fixes   - Adjust type of xe_modparam.force_vram_bar_size   - Wedge mode fix   - HWMon fix* tag &apos;drm-next-2026-02-21&apos; of https://gitlab.freedesktop.org/drm/kernel: (143 commits)  drm/amd/display: Remove unneeded DAC link encoder register  drm/amd/display: Enable DAC in DCE link encoder  drm/amd/display: Set CRTC source for DAC using registers  drm/amd/display: Initialize DAC in DCE link encoder using VBIOS  drm/amd/display: Turn off DAC in DCE link encoder using VBIOS  drm/amd/display: Don&apos;t call find_analog_engine() twice  drm/amdgpu: fix 4-level paging if GMC supports 57-bit VA v2  drm/amdgpu: keep vga memory on MacBooks with switchable graphics  drm/amdgpu: Set atomics to true for xgmi  drm/amdkfd: Check for NULL return values  drm/amd/display: Use same max plane scaling limits for all 64 bpp formats  drm/amdgpu: Set vmid0 PAGE_TABLE_DEPTH for GFX12.1  drm/amdkfd: Disable MQD queue priority  drm/amd/display: Remove conditional for shaper 3DLUT power-on  drm/amd/display: Check return of shaper curve to HW format  drm/amd/display: Correct logic check error for fastboot  drm/amd/display: Skip eDP detection when no sink  Revert &quot;drm/amd/display: Add Gfx Base Case For Linear Tiling Handling&quot;  Revert &quot;drm/amd/display: Correct hubp GfxVersion verification&quot;  Revert &quot;drm/amd/display: Add Handling for gfxversion DcGfxBase&quot;  ...

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Sat, 21 Feb 2026 00:36:38 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>3e2138510b2ad556a12a7b284a025a23992e4aa1 - Merge tag &apos;amd-drm-next-6.20-2026-02-13&apos; of https://gitlab.freedesktop.org/agd5f/linux into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#3e2138510b2ad556a12a7b284a025a23992e4aa1</link>
        <description>Merge tag &apos;amd-drm-next-6.20-2026-02-13&apos; of https://gitlab.freedesktop.org/agd5f/linux into drm-nextamd-drm-next-6.20-2026-02-13:amdgpu:- SMU 13.x fixes- DC resume lag fix- MPO fixes- DCN 3.6 fix- VSDB fixes- HWSS clean up- Replay fixes- DCE cursor fixes- DCN 3.5 SR DDR5 latency fixes- HPD fixes- Error path unwind fixes- SMU13/14 mode1 reset fixes- PSP 15 updates- SMU 15 updates- RAS fixes- Sync fix in amdgpu_dma_buf_move_notify()- HAINAN fix- PSP 13.x fix- GPUVM locking fixamdkfd:- APU GTT as VRAM fixradeon:- HAINAN fixSigned-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Alex Deucher &lt;alexander.deucher@amd.com&gt;Link: https://patch.msgid.link/20260213220825.1454189-1-alexander.deucher@amd.com

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Wed, 18 Feb 2026 03:37:11 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>218da1209de0d67eae3913e5b261ac57412889f9 - Merge tag &apos;amd-drm-next-6.20-2026-02-06&apos; of https://gitlab.freedesktop.org/agd5f/linux into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#218da1209de0d67eae3913e5b261ac57412889f9</link>
        <description>Merge tag &apos;amd-drm-next-6.20-2026-02-06&apos; of https://gitlab.freedesktop.org/agd5f/linux into drm-nextamd-drm-next-6.20-2026-02-06:amdgpu:- DML 2.1 fixes- Panel replay fixes- Display writeback fixes- MES 11 old firmware compat fix- DC CRC improvements- DPIA fixes- XGMI fixes- ASPM fix- SMU feature bit handling fixes- DC LUT fixes- RAS fixes- Misc memory leak in error path fixes- SDMA queue reset fixes- PG handling fixes- 5 level GPUVM page table fix- SR-IOV fix- Queue reset fixamdkfd:- Fix possible double deletion of validate list- Event setup fix- Device disconnect regression fixSigned-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Alex Deucher &lt;alexander.deucher@amd.com&gt;Link: https://patch.msgid.link/20260206192706.59396-1-alexander.deucher@amd.com

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Fri, 13 Feb 2026 02:46:51 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>9156bf442ee56c0f883aa4c81af9c8471eef6846 - drm/amd/display: Refactor virtual directory reorganize encoder and hwss files.</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/dio/Makefile#9156bf442ee56c0f883aa4c81af9c8471eef6846</link>
        <description>drm/amd/display: Refactor virtual directory reorganize encoder and hwss files.[why]Virtual encoders &amp; hwss were grouped in a separate directory,not aligned with dio and link component structure.[how]Moved virtual_link_encoder and virtual_stream_encoder to dc/dio/virtual/.Moved virtual_link_hwss to dc/link/hwss/ and renamed to link_hwss_virtual.Removed dc/virtual/ directory.Updated all includes and build files (Makefiles)Reviewed-by: Nicholas Kazlauskas &lt;nicholas.kazlauskas@amd.com&gt;Signed-off-by: Bhuvanachandra Pinninti &lt;bpinnint@amd.com&gt;Signed-off-by: Tom Chung &lt;chiahsuan.chung@amd.com&gt;Tested-by: Daniel Wheeler &lt;daniel.wheeler@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/dio/Makefile</description>
        <pubDate>Wed, 21 Jan 2026 11:35:00 +0100</pubDate>
        <dc:creator>Bhuvanachandra Pinninti &lt;bpinnint@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
