<?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>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/tests/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/tests/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/tests/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/tests/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/tests/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/tests/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>21f6bcdf2be72e750dbe430b7227a66763a58466 - Merge tag &apos;drm-misc-next-2026-02-26&apos; of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#21f6bcdf2be72e750dbe430b7227a66763a58466</link>
        <description>Merge tag &apos;drm-misc-next-2026-02-26&apos; of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextdrm-misc-next for v7.1:UAPI Changes:connector:- Add panel_type propertyfourcc:- Add ARM interleaved 64k modifiernouveau:- Query Z-Cull info with DRM_IOCTL_NOUVEAU_GET_ZCULL_INFOCross-subsystem Changes:coreboot:- Clean up coreboot framebuffer supportdma-buf:- Provide revoke mechanism for shared buffers- Rename move_notify callback to invalidate_mappings and update users.- Always enable move_notify- Support dma_fence_was_initialized() test- Protect dma_fence_ops by RCU and improve locking- Fix sparse warningsCore Changes:atomic:- Allocate drm_private_state via callback and convert driversatomic-helper:- Use system_percpu_wqbuddy:- Make buddy allocator available to all DRM drivers- Document flags and structurescolorop:- Add destroy helper and convert driversfbdev-emulation:- Clean upgem:- Fix drm_gem_objects_lookup() error cleanupDriver Changes:amdgpu:- Set panel_type to OELD for eDPatmel-hlcdc:- Support sana5d65 LCD controllerbridge:- 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- Clean upimagination:- Clean upkomeda:- Fix integer overflow in AFBC checksmcde:- Improve bridge handlingnouveau:- Provide Z-cull info to user space- gsp: Support GA100- Shutdown on PCI device shutdown- Clean uppanel:- 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- Fix Kconfig dependenciespanthor:- Add tracepoints for power and IRQsrcar-du:- dsi: fix VCLK calculationrockchip:- vop2: Use drm_ logging functions- Support DisplayPort on RK3576sysfb:- corebootdrm: Support system framebuffer on coreboot firmware; detect orientation- Clean up pixel-format lookupsun4i:- Clean uptilcdc:- Use DT bindings scheme- Use managed DRM interfaces- Support DRM_BRIDGE_ATTACH_NO_CONNECTOR- Clean up a lot of obsolete codev3d:- Clean upvc4:- Use system_percpu_wq- Clean upverisilicon:- Support DC8200 plus DT bindingsvirtgpu:- Support PRIME imports with enabled 3DSigned-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Link: https://patch.msgid.link/20260226143615.GA47200@linux.fritz.box

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Mon, 02 Mar 2026 07:57:26 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>4a9671a03f2be13acde0cb15c5208767a9cc56e4 - gpu: Move DRM buddy allocator one level up (part one)</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#4a9671a03f2be13acde0cb15c5208767a9cc56e4</link>
        <description>gpu: Move DRM buddy allocator one level up (part one)Move the DRM buddy allocator one level up so that it can be used by GPUdrivers (example, nova-core) that have usecases other than DRM (such asVFIO vGPU support). Modify the API, structures and Kconfigs to use&quot;gpu_buddy&quot; terminology. Adapt the drivers and tests to use the new API.The commit cannot be split due to bisectability, however no functionalchange is intended. Verified by running K-UNIT tests and build testedvarious configurations.Signed-off-by: Joel Fernandes &lt;joelagnelf@nvidia.com&gt;Reviewed-by: Dave Airlie &lt;airlied@redhat.com&gt;[airlied: I&apos;ve split this into two so git can find copies easier.I&apos;ve also just nuked drm_random library, that stuff needs to be doneelsewhere and only the buddy tests seem to be using it].Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Thu, 05 Feb 2026 23:52:38 +0100</pubDate>
        <dc:creator>Joel Fernandes &lt;joelagnelf@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6d87d7c69b5a1136d7c354911f1fe7792b6a40fd - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#6d87d7c69b5a1136d7c354911f1fe7792b6a40fd</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to get the topic/drm-intel-plane-color-pipeline branchcontents.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Fri, 05 Dec 2025 09:29:22 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0f94e51b5320eacccc2626ab70b8d7e705332334 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#0f94e51b5320eacccc2626ab70b8d7e705332334</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in a needed dependency for the Xe VFIOdriver variant. This should ideally have been done before wecommited that, so we now have a small window in drm-xe-nextwhere that driver doesn&apos;t compile.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202512030331.I8CveRre-lkp@intel.com/Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Wed, 03 Dec 2025 11:22:18 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>3f1c07fc21c68bd3bd2df9d2c9441f6485e934d9 - Merge drm/drm-next into drm-xe-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#3f1c07fc21c68bd3bd2df9d2c9441f6485e934d9</link>
        <description>Merge drm/drm-next into drm-xe-next-fixesBackmerging to be able do to a clean PR.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Thu, 04 Dec 2025 22:54:56 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6dfafbd0299a60bfb5d5e277fdf100037c7ded07 - Merge tag &apos;drm-next-2025-12-03&apos; of https://gitlab.freedesktop.org/drm/kernel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#6dfafbd0299a60bfb5d5e277fdf100037c7ded07</link>
        <description>Merge tag &apos;drm-next-2025-12-03&apos; of https://gitlab.freedesktop.org/drm/kernelPull drm updates from Dave Airlie: &quot;There was a rather late merge of a new color pipeline feature, that  some userspace projects are blocked on, and has seen a lot of work in  amdgpu. This should have seen some time in -next. There is additional  support for this for Intel, that if it arrives in the next day or two  I&apos;ll pass it on in another pull request and you can decide if you want  to take it.  Highlights:   - Arm Ethos NPU accelerator driver   - new DRM color pipeline support   - amdgpu will now run discrete SI/CIK cards instead of radeon, which     enables vulkan support in userspace   - msm gets gen8 gpu support   - initial Xe3P support in xe  Full detail summary:  New driver:   - Arm Ethos-U65/U85 accel driver  Core:   - support the drm color pipeline in vkms/amdgfx   - add support for drm colorop pipeline   - add COLOR PIPELINE plane property   - add DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE   - throttle dirty worker with vblank   - use drm_for_each_bridge_in_chain_scoped in drm&apos;s bridge code   - Ensure drm_client_modeset tests are enabled in UML   - add simulated vblank interrupt - use in drivers   - dumb buffer sizing helper   - move freeing of drm client memory to driver   - crtc sharpness strength property   - stop using system_wq in scheduler/drivers   - support emergency restore in drm-client  Rust:   - make slice::as_flattened usable on all supported rustc   - add FromBytes::from_bytes_prefix() method   - remove redundant device ptr from Rust GEM object   - Change how AlwaysRefCounted is implemented for GEM objects  gpuvm:   - Add deferred vm_bo cleanup to GPUVM (for rust)  atomic:   - cleanup and improve state handling interfaces  buddy:   - optimize block management  dma-buf:   - heaps: Create heap per CMA reserved location   - improve userspace documentation  dp:   - add POST_LT_ADJ_REQ training sequence   - DPCD dSC quirk for synaptics panamera devices   - helpers to query branch DSC max throughput  ttm:   - Rename ttm_bo_put to ttm_bo_fini   - allow page protection flags on risc-v   - rework pipelined eviction fence handling  amdgpu:   - enable amdgpu by default for SI/CI dGPUs   - enable DC by default on SI   - refactor CIK/SI enablement   - add ABM KMS property   - Re-enable DM idle optimizations   - DC Analog encoders support   - Powerplay fixes for fiji/iceland   - Enable DC on bonaire by default   - HMM cleanup   - Add new RAS framework   - DML2.1 updates   - YCbCr420 fixes   - DC FP fixes   - DMUB fixes   - LTTPR fixes   - DTBCLK fixes   - DMU cursor offload handling   - Userq validation improvements   - Unify shutdown callback handling   - Suspend improvements   - Power limit code cleanup   - SR-IOV fixes   - AUX backlight fixes   - DCN 3.5 fixes   - HDMI compliance fixes   - DCN 4.0.1 cursor updates   - DCN interrupt fix   - DC KMS full update improvements   - Add additional HDCP traces   - DCN 3.2 fixes   - DP MST fixes   - Add support for new SR-IOV mailbox interface   - UQ reset support   - HDP flush rework   - VCE1 support  amdkfd:   - HMM cleanups   - Relax checks on save area overallocations   - Fix GPU mappings after prefetch  radeon:   - refactor CIK/SI enablement  xe:   - Initial Xe3P support   - panic support on VRAM for display   - fix stolen size check   - Loosen used tracking restriction   - New SR-IOV debugfs structure and debugfs updates   - Hide the GPU madvise flag behind a VM_BIND flag   - Always expose VRAM provisioning data on discrete GPUs   - Allow VRAM mappings for userptr when used with SVM   - Allow pinning of p2p dma-buf   - Use per-tile debugfs where appropriate   - Add documentation for Execution Queues   - PF improvements   - VF migration recovery redesign work   - User / Kernel VRAM partitioning   - Update Tile-based messages   - Allow configfs to disable specific GT types   - VF provisioning and migration improvements   - use SVM range helpers in PT layer   - Initial CRI support   - access VF registers using dedicated MMIO view   - limit number of jobs per exec queue   - add sriov_admin sysfs tree   - more crescent island specific support   - debugfs residency counter   - SRIOV migration work   - runtime registers for GFX 35  i915:   - add initial Xe3p_LPD display version 35 support   - Enable LNL+ content adaptive sharpness filter   - Use optimized VRR guardband   - Enable Xe3p LT PHY   - enable FBC support for Xe3p_LPD display   - add display 30.02 firmware support   - refactor SKL+ watermark latency setup   - refactor fbdev handling   - call i915/xe runtime PM via function pointers   - refactor i915/xe stolen memory/display interfaces   - use display version instead of gfx version in display code   - extend i915_display_info with Type-C port details   - lots of display cleanups/refactorings   - set O_LARGEFILE in __create_shmem   - skuip guc communication warning on reset   - fix time conversions   - defeature DRRS on LNL+   - refactor intel_frontbuffer split between i915/xe/display   - convert inteL_rom interfaces to struct drm_device   - unify display register polling interfaces   - aovid lock inversion when pinning to GGTT on CHV/BXT+VTD  panel:   - Add KD116N3730A08/A12, chromebook mt8189   - JT101TM023, LQ079L1SX01,   - GLD070WX3-SL01 MIPI DSI   - Samsung LTL106AL0, Samsung LTL106AL01   - Raystar RFF500F-AWH-DNN   - Winstar WF70A8SYJHLNGA   - Wanchanglong w552946aaa   - Samsung SOFEF00   - Lenovo X13s panel   - ilitek-ili9881c - add rpi 5&quot; support   - visionx-rm69299 - add backlight support   - edp - support AUI B116XAN02.0  bridge:   - improve ref counting   - ti-sn65dsi86 - add support for DP mode with HPD   - synopsis: support CEC, init timer with correct freq   - ASL CS5263 DP-to-HDMI bridge support  nova-core:   - introduce bitfield! macro   - introduce safe integer converters   - GSP inits to fully booted state on Ampere   - Use more future-proof register for GPU identification  nova-drm:   - select NOVA_CORE   - 64-bit only  nouveau:   - improve reclocking on tegra 186+   - add large page and compression support  msm:   - GPU:      - Gen8 support: A840 (Kaanapali) and X2-85 (Glymur)      - A612 support   - MDSS:      - Added support for Glymur and QCS8300 platforms   - DPU:      - Enabled Quad-Pipe support, unlocking higher resolutions support      - Added support for Glymur platform      - Documented DPU on QCS8300 platform as supported   - DisplayPort:      - Added support for Glymur platform      - Added support lame remapping inside DP block      - Documented DisplayPort controller on QCS8300 and SM6150/QCS615        as supported  tegra:   - NVJPG driver  panfrost:   - display JM contexts over debugfs   - export JM contexts to userspace   - improve error and job handling  panthor:   - support custom ASN_HASH for mt8196   - support mali-G1 GPU   - flush shmem write before mapping buffers uncached   - make timeout per-queue instead of per-job  mediatek:   - MT8195/88 HDMIv2/DDCv2 support  rockchip:   - dsi: add support for RK3368  amdxdna:   - enhance runtime PM   - last hardware error reading uapi   - support firmware debug output   - add resource and telemetry data uapi   - preemption support  imx:   - add driver for HDMI TX Parallel audio interface  ivpu:   - add support for user-managed preemption buffer   - add userptr support   - update JSM firware API to 3.33.0   - add better alloc/free warnings   - fix page fault in unbind all bos   - rework bind/unbind of imported buffers   - enable MCA ECC signalling   - split fw runtime and global memory buffers   - add fdinfo memory statistics  tidss:   - convert to drm logging   - logging cleanup  ast:   - refactor generation init paths   - add per chip generation detect_tx_chip   - set quirks for each chip model  atmel-hlcdc:   - set LCDC_ATTRE register in plane disable   - set correct values for plane scaler  solomon:   - use drm helper for get_modes and move_valid  sitronix:   - fix output position when clearing screens  qaic:   - support dma-buf exports   - support new firmware&apos;s READ_DATA implementation   - sahara AIC200 image table update   - add sysfs support   - add coredump support   - add uevents support   - PM support  sun4i:   - layer refactors to decouple plane from output   - improve DE33 support  vc4:   - switch to generic CEC helpers  komeda:   - use drm_ logging functions  vkms:   - configfs support for display configuration  vgem:   - fix fence timer deadlock  etnaviv:   - add HWDB entry for GC8000 Nano Ultra VIP r6205&quot;* tag &apos;drm-next-2025-12-03&apos; of https://gitlab.freedesktop.org/drm/kernel: (1869 commits)  Revert &quot;drm/amd: Skip power ungate during suspend for VPE&quot;  drm/amdgpu: use common defines for HUB faults  drm/amdgpu/gmc12: add amdgpu_vm_handle_fault() handling  drm/amdgpu/gmc11: add amdgpu_vm_handle_fault() handling  drm/amdgpu: use static ids for ACP platform devs  drm/amdgpu/sdma6: Update SDMA 6.0.3 FW version to include UMQ protected-fence fix  drm/amdgpu: Forward VMID reservation errors  drm/amdgpu/gmc8: Delegate VM faults to soft IRQ handler ring  drm/amdgpu/gmc7: Delegate VM faults to soft IRQ handler ring  drm/amdgpu/gmc6: Delegate VM faults to soft IRQ handler ring  drm/amdgpu/gmc6: Cache VM fault info  drm/amdgpu/gmc6: Don&apos;t print MC client as it&apos;s unknown  drm/amdgpu/cz_ih: Enable soft IRQ handler ring  drm/amdgpu/tonga_ih: Enable soft IRQ handler ring  drm/amdgpu/iceland_ih: Enable soft IRQ handler ring  drm/amdgpu/cik_ih: Enable soft IRQ handler ring  drm/amdgpu/si_ih: Enable soft IRQ handler ring  drm/amd/display: fix typo in display_mode_core_structs.h  drm/amd/display: fix Smart Power OLED not working after S4  drm/amd/display: Move RGB-type check for audio sync to DCE HW sequence  ...

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Thu, 04 Dec 2025 17:53:30 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>b3239df349c2c2c94686674489c9629c89ca49a1 - Merge tag &apos;drm-misc-next-2025-12-01-1&apos; of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#b3239df349c2c2c94686674489c9629c89ca49a1</link>
        <description>Merge tag &apos;drm-misc-next-2025-12-01-1&apos; of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextExtra drm-misc-next for v6.19-rc1:UAPI Changes:- Add support for drm colorop pipeline.- Add COLOR PIPELINE plane property.- Add DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE.Cross-subsystem Changes:- Attempt to use higher order mappings in system heap allocator.- Always taint kernel with sw-sync.Core Changes:- Small fixes to drm/gem.- Support emergency restore to drm-client.- Allocate and release fb_info in single place.- Rework ttm pipelined eviction fence handling.Driver Changes:- Support the drm color pipeline in vkms, amdgfx.- Add NVJPG driver for tegra.- Assorted small fixes and updates to rockchip, bridge/dw-hdmi-qp,  panthor.- Add ASL CS5263 DP-to-HDMI simple bridge.- Add and improve support for G LD070WX3-SL01 MIPI DSI, Samsung LTL106AL0,  Samsung LTL106AL01, Raystar RFF500F-AWH-DNN, Winstar WF70A8SYJHLNGA,  Wanchanglong w552946aaa, Samsung SOFEF00, Lenovo X13s panel.- Add support for it66122 to it66121.- Support mali-G1 gpu in panthor.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;Link: https://patch.msgid.link/aa5cbd50-7676-4a59-bbed-e8428af86804@linux.intel.com

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Tue, 02 Dec 2025 09:09:01 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>b7f513803bdff4d509093b9bfad881ff57ede321 - drm/tests: Add a few tests around drm_fixed.h</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#b7f513803bdff4d509093b9bfad881ff57ede321</link>
        <description>drm/tests: Add a few tests around drm_fixed.hWhile working on the CTM implementation of VKMS I had to ascertainmyself of a few assumptions. One of those is whether drm_fixed.htreats its numbers using signed-magnitude or twos-complement. It istwos-complement.In order to make someone else&apos;s day easier I am adding thedrm_test_int2fixp test that validates the above assumption.I am also adding a test for the new sm2fixp function that convertsfrom a signed-magnitude fixed point to the twos-complement fixedpoint.Reviewed-by: Louis Chauvet &lt;louis.chauvet@bootlin.com&gt;Signed-off-by: Alex Hung &lt;alex.hung@amd.com&gt;Signed-off-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;Signed-off-by: Simon Ser &lt;contact@emersion.fr&gt;Link: https://patch.msgid.link/20251115000237.3561250-22-alex.hung@amd.com

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Sat, 15 Nov 2025 01:01:46 +0100</pubDate>
        <dc:creator>Harry Wentland &lt;harry.wentland@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad - Merge commit &apos;linus&apos; into core/bugs, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad</link>
        <description>Merge commit &apos;linus&apos; into core/bugs, to resolve conflictsResolve conflicts with this commit that was developed in parallelduring the merge window: 8c8efa93db68 (&quot;x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust&quot;) Conflicts:	arch/riscv/include/asm/bug.h	arch/x86/include/asm/bug.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Tue, 05 Aug 2025 11:15:34 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8b87f67b4c87452e21721887fa8dec1f4c6b2b7c - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Wed, 08 Oct 2025 06:53:13 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4b051897df2375414587a245ecb9bb1a4d26b3b8 - Merge tag &apos;v6.17-rc2&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#4b051897df2375414587a245ecb9bb1a4d26b3b8</link>
        <description>Merge tag &apos;v6.17-rc2&apos; into HEADSync up with mainline to bring in changes to include/linux/sprintf.h

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Thu, 21 Aug 2025 20:46:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/tests/Makefile#8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesUpdating drm-misc-fixes to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Mon, 11 Aug 2025 16:49:06 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
