<?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/gpio/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/gpio/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>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/gpio/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/gpio/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/gpio/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/gpio/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/gpio/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/gpio/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/gpio/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/gpio/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/gpio/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/gpio/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>6b2dd7d37badd8bf076875397f9f39b494258ca7 - drm/amd/display: Enable dcn42 DC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/gpio/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/gpio/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>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>36ec807b627b4c0a0a382f0ae48eac7187d14b2b - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile#36ec807b627b4c0a0a382f0ae48eac7187d14b2b</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.12 merge window.

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile</description>
        <pubDate>Fri, 20 Sep 2024 10:24:24 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f057b57270c2a17d3f45c177e9434fa5745caa48 - Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile#f057b57270c2a17d3f45c177e9434fa5745caa48</link>
        <description>Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into nextBring in changes removing support for platform data from matrix-keypaddriver.

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile</description>
        <pubDate>Fri, 06 Sep 2024 06:49:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>66e72a01b60ae6950ddbb3585fdc1424d303e14b - Merge tag &apos;v6.11-rc1&apos; into clk-meson-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile#66e72a01b60ae6950ddbb3585fdc1424d303e14b</link>
        <description>Merge tag &apos;v6.11-rc1&apos; into clk-meson-nextLinux 6.11-rc1

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile</description>
        <pubDate>Mon, 29 Jul 2024 16:32:02 +0200</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>ee057c8c194b9283f4137b253b70e292693a39f0 - Merge tag &apos;v6.11-rc3&apos; into trace/ring-buffer/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile#ee057c8c194b9283f4137b253b70e292693a39f0</link>
        <description>Merge tag &apos;v6.11-rc3&apos; into trace/ring-buffer/coreThe &quot;reserve_mem&quot; kernel command line parameter has been pulled intov6.11. Merge the latest -rc3 to allow the persistent ring buffer memory tobe able to be mapped at the address specified by the &quot;reserve_mem&quot; commandline parameter.Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile</description>
        <pubDate>Wed, 14 Aug 2024 22:56:42 +0200</pubDate>
        <dc:creator>Steven Rostedt &lt;rostedt@goodmis.org&gt;</dc:creator>
    </item>
<item>
        <title>c8faf11cd192214e231626c3ee973a35d8fc33f2 - Merge tag &apos;v6.11-rc1&apos; into for-6.12</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile#c8faf11cd192214e231626c3ee973a35d8fc33f2</link>
        <description>Merge tag &apos;v6.11-rc1&apos; into for-6.12Linux 6.11-rc1

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile</description>
        <pubDate>Tue, 30 Jul 2024 21:30:11 +0200</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0e8655b4e852ef97655648b91ce780384a073ff4 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile#0e8655b4e852ef97655648b91ce780384a073ff4</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get a late RC of v6.10 before moving into v6.11.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile</description>
        <pubDate>Mon, 29 Jul 2024 09:35:54 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>4436e6da008fee87d54c038e983e5be9a6baf8fb - Merge branch &apos;linus&apos; into x86/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile#4436e6da008fee87d54c038e983e5be9a6baf8fb</link>
        <description>Merge branch &apos;linus&apos; into x86/mmBring x86 and selftests up to date

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile</description>
        <pubDate>Fri, 02 Aug 2024 14:10:55 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>a1ff5a7d78a036d6c2178ee5acd6ba4946243800 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile#a1ff5a7d78a036d6c2178ee5acd6ba4946243800</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the new drm-misc-fixes cycle by bringing in 6.11-rc1.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile</description>
        <pubDate>Tue, 30 Jul 2024 09:09:23 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b3ce7a30847a54a7f96a35e609303d8afecd460b - Merge tag &apos;drm-next-2024-07-18&apos; of https://gitlab.freedesktop.org/drm/kernel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile#b3ce7a30847a54a7f96a35e609303d8afecd460b</link>
        <description>Merge tag &apos;drm-next-2024-07-18&apos; of https://gitlab.freedesktop.org/drm/kernelPull drm updates from Dave Airlie: &quot;There&apos;s a lot of stuff in here, amd, i915 and xe have new platform  work, lots of core rework around EDID handling, some new COMPILE_TEST  options, maintainer changes and a lots of other stuff. Summary:  core:   - deprecate DRM data and return 0 date   - connector: Create a set of helpers to help with HDMI support   - Remove driver owner assignments   - Allow more drivers to compile with COMPILE_TEST   - Conversions to drm_edid   - Sprinkle MODULE_DESCRIPTIONS everywhere they are missing   - Remove drm_mm_replace_node   - print: Add a drm prefix to warn level messages too, remove            ___drm_dbg, consolidate prefix handling   - New monochrome TV mode variant  ttm:   - improve number of page faults on some platforms   - fix test builds under PREEMPT_RT   - more test coverage  ci:   - Require a more recent version of mesa   - improve farm setup and test generation  dma-buf:   - warn if reserving 0 fence slots   - internal API heap enhancements  fbdev:   - Create memory manager optimized fbdev emulation  panic:   - Allow to select fonts   - improve drm_fb_dma_get_scanout_buffer   - Allow to dump kmsg to the screen  bridge:   - Remove redundant checks on bridge-&gt;encoder   - Remove drm_bridge_chain_mode_fixup   - bridge-connector: Plumb in the new HDMI helper   - analogix_dp: Various improvements, handle AUX transfers timeout   - samsung-dsim: Fix timings calculation   - tc358767: Plenty of small fixes, fix no connector attach, fix               clocks   - sii902x: state validation improvements  panels:   - Switch panels from register table initialization to proper code   - Now that the panel code tracks the panel state, remove every ad-hoc     implementation in the panel drivers   - More cleanup of prepare / enable state tracking in drivers   - edp: Drop legacy panel compatibles   - simple-bridge: Switch to devm_drm_bridge_add   - New panels: Lincoln Tech Sol LCD185-101CT, Microtips Technology                 13-101HIEBCAF0-C, Microtips Technology MF-103HIEB0GA0,                 BOE nv110wum-l60, IVO t109nw41, WL-355608-A8, PrimeView                 PM070WL4, Lincoln Technologies LCD197, Ortustech                 COM35H3P70ULC, AUO G104STN01, K&amp;d kd101ne3-40ti  amdgpu:   - DCN 4.0.x support   - GC 12.0 support   - GMC 12.0 support   - SDMA 7.0 support   - MES12 support   - MMHUB 4.1 support   - GFX12 modifier and DCC support   - lots of IP fixes/updates  amdkfd:   - Contiguous VRAM allocations   - GC 12.0 support   - SDMA 7.0 support   - SR-IOV fixes   - KFD GFX ALU exceptions  i915:   - Battlemage Xe2 HPD display enablement   - Panel Replay enabling   - DP AUX-less ALPM/LOBF   - Enable link training failure fallback for DP MST links   - CMRR (Content Match Refresh Rate) enabling   - Increase ADL-S/ADL-P/DG2+ max TMDS bitrate to 6 Gbps   - Enable eDP AUX based HDR backlight   - Support replaying GPU hangs with captured context image   - Automate CCS Mode setting during engine resets   - lots of refactoring   - Support replaying GPU hangs with captured context image   - Increase FLR timeout from 3s to 9s   - Enable w/a 16021333562 for DG2, MTL and ARL [guc]  xe:   - update MAINATINERS   - New uapi adding OA functionality to Xe   - expose l3 bank mask   - fix display detect on ADL-N   - runtime PM Fixes   - Fix silent backmerge issues   - More prep for SR-IOV   - HWmon additions   - per client usage info   - Rework GPU page fault handling   - Drop EXEC_QUEUE_FLAG_BANNED   - Add BMG PCI IDs   - Scheduler fixes and improvements   - Rename xe_exec_queue::compute to xe_exec_queue::lr   - Use ttm_uncached for BO with NEEDS_UC flag   - Rename xe perf layer as xe observation layer   - lots of refactoring  radeon:   - Backlight workaround for iMac   - Silence UBSAN flex array warnings  msm:   - Validate registers XML description against schema in CI   - core/dpu: SM7150 support   - mdp5: Add support for MSM8937   - gpu: Add param for userspace to know if raytracing is supported   - gpu: X185 support (aka gpu in X1 laptop chips)   - gpu: a505 support  ivpu:   - hardware scheduler support   - profiling support   - improvements to the platform support layer   - firmware handling improvements   - clocks/power mgmt improvements   - scheduler/logging improvements  habanalabs:   - Gradual sleep in polling memory macro   - Reduce Gaudi2 MSI-X interrupt count to 128   - Add Gaudi2-D revision support   - Add timestamp to CPLD info   - Gaudi2: Assume hard-reset by firmware upon MC SEI severe error   - Align Gaudi2 interrupt names   - Check for errors after preboot is ready   - Change habanalabs maintainer and git repo path  mgag200:   - refactoring and improvements   - Add BMC output   - enable polling  nouveau:   - add registry command line  v3d:   - perf counters improvements  zynqmp:   - irq and debugfs improvements  atmel-hlcdc:   - Support XLCDC in sam9x7  mipi-dbi:   - Remove mipi_dbi_machine_little_endian   - make SPI bits per word configurable   - support RGB888   - allow pixel formats to be specified in the DT  sun4i:   - Rework the blender setup for DE2  panfrost:   - Enable MT8188 support  vc4:   - Monochrome TV support  exynos:   - fix fallback mode regression   - fix memory leak   - Use drm_edid_duplicate() instead of kmemdup()  etnaviv:   - fix i.MX8MP NPU clock gating   - workaround FE register cdc issues on some cores   - fix DMA sync handling for cached buffers   - fix job timeout handling   - keep TS enabled on MMUv2 cores for improved performance  mediatek:   - Convert to platform remove callback returning void-   - Drop chain_mode_fixup call in mode_valid()   - Fixes the errors of MediaTek display driver found by IGT   - Add display support for the MT8365-EVK board   - Fix bit depth overwritten for mtk_ovl_set bit_depth()   - Fix possible_crtcs calculation   - Fix spurious kfree()  ast:   - refactor mode setting code  stm:   - Add LVDS support   - DSI PHY updates&quot;* tag &apos;drm-next-2024-07-18&apos; of https://gitlab.freedesktop.org/drm/kernel: (2501 commits)  drm/amdgpu/mes12: add missing opcode string  drm/amdgpu/mes11: update opcode strings  Revert &quot;drm/amd/display: Reset freesync config before update new state&quot;  drm/omap: Restrict compile testing to PAGE_SIZE less than 64KB  drm/xe: Drop trace_xe_hw_fence_free  drm/xe/uapi: Rename xe perf layer as xe observation layer  drm/amdgpu: remove exp hw support check for gfx12  drm/amdgpu: timely save bad pages to eeprom after gpu ras reset is completed  drm/amdgpu: flush all cached ras bad pages to eeprom  drm/amdgpu: select compute ME engines dynamically  drm/amd/display: Allow display DCC for DCN401  drm/amdgpu: select compute ME engines dynamically  drm/amdgpu/job: Replace DRM_INFO/ERROR logging  drm/amdgpu: select compute ME engines dynamically  drm/amd/pm: Ignore initial value in smu response register  drm/amdgpu: Initialize VF partition mode  drm/amd/amdgpu: fix SDMA IRQ client ID &lt;-&gt; req mapping  MAINTAINERS: fix Xinhui&apos;s name  MAINTAINERS: update powerplay and swsmu  drm/qxl: Pin buffer objects for internal mappings  ...

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile</description>
        <pubDate>Thu, 18 Jul 2024 18:34:02 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d754ed2821fd9675d203cb73c4afcd593e28b7d0 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile#d754ed2821fd9675d203cb73c4afcd593e28b7d0</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.10-rc3.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile</description>
        <pubDate>Wed, 19 Jun 2024 10:38:31 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>89aa02edaa30e4327ebc8fca9b80795bbfd4ce9b - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile#89aa02edaa30e4327ebc8fca9b80795bbfd4ce9b</link>
        <description>Merge drm/drm-next into drm-xe-nextNeeded to get tracing cleanup and add mmio tracing series.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile</description>
        <pubDate>Wed, 12 Jun 2024 17:31:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1ddaaa244021aba8496536a6627b4ad2bc0f936a - Merge tag &apos;amd-drm-next-6.11-2024-06-07&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/gpio/Makefile#1ddaaa244021aba8496536a6627b4ad2bc0f936a</link>
        <description>Merge tag &apos;amd-drm-next-6.11-2024-06-07&apos; of https://gitlab.freedesktop.org/agd5f/linux into drm-nextamd-drm-next-6.11-2024-06-07:amdgpu:- DCN 4.0.x support- DCN 3.5 updates- GC 12.0 support- DP MST fixes- Cursor fixes- MES11 updates- MMHUB 4.1 support- DML2 Updates- DCN 3.1.5 fixes- IPS fixes- Various code cleanups- GMC 12.0 support- SDMA 7.0 support- SMU 13 updates- SR-IOV fixes- VCN 5.x fixes- MES12 support- SMU 14.x updates- Devcoredump improvements- Fixes for HDP flush on platforms with &gt;4k pages- GC 9.4.3 fixes- RAS ACA updates- Silence UBSAN flex array warnings- MMHUB 3.3 updatesamdkfd:- Contiguous VRAM allocations- GC 12.0 support- SDMA 7.0 support- SR-IOV fixesradeon:- Backlight workaround for iMac- Silence UBSAN flex array warningsUAPI:- GFX12 modifier and DCC support  Proposed Mesa changes:  https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29510- KFD GFX ALU exceptions  Proposed ROCdebugger changes:  https://github.com/ROCm/ROCdbgapi/commit/08c760622b6601abf906f75abbc5e21d9fd425df  https://github.com/ROCm/ROCgdb/commit/944fe1c1414a68700414e86e32273b6bfa62ba6f- KFD Contiguous VRAM allocation flag  Proposed ROCr/HIP changes:  https://github.com/ROCm/ROCT-Thunk-Interface/commit/f7b4a269914a3ab4f1e2453c2879adb97b5cc9e5  https://github.com/ROCm/ROCR-Runtime/pull/214/commits/26e8530d05a775872cb06dde6693db72be0c454a  https://github.com/ROCm/clr/commit/1d48f2a1ab38b632919c4b7274899b3faf4279ffSigned-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Alex Deucher &lt;alexander.deucher@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240607195900.902537-1-alexander.deucher@amd.com

            List of files:
            /linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile</description>
        <pubDate>Tue, 11 Jun 2024 06:01:55 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
