<?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>ab93e0dd72c37d378dd936f031ffb83ff2bd87ce - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Wed, 06 Aug 2025 19:08:54 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7bee4e7f78089c101be2ad51f4b5ec64782053e - Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#a7bee4e7f78089c101be2ad51f4b5ec64782053e</link>
        <description>Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextMerge an immutable branch between MFD, GPIO, Input and PWM to resolveconflicts for the merge window pull request.

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Mon, 04 Aug 2025 08:28:48 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bbfd5594756011167b8f8de9a00e0c946afda1e6 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#bbfd5594756011167b8f8de9a00e0c946afda1e6</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in a67221b5eb8d (&quot;drm/i915/dp: Return min bpc supported by source instead of 0&quot;)in order to fix build breakage on GCC 9.4.0 (from Ubuntu 20.04).Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Wed, 28 May 2025 09:20:17 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>db5302ae571beec635c1a96e7f72926a4e65195e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#db5302ae571beec635c1a96e7f72926a4e65195e</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to sync with v6.15-rc, xe, and specifically async flip changesin drm-misc.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Fri, 16 May 2025 09:22:36 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b08494a8f7416e5f09907318c5460ad6f6e2a548 - Merge tag &apos;drm-next-2025-05-28&apos; of https://gitlab.freedesktop.org/drm/kernel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#b08494a8f7416e5f09907318c5460ad6f6e2a548</link>
        <description>Merge tag &apos;drm-next-2025-05-28&apos; of https://gitlab.freedesktop.org/drm/kernelPull drm updates from Dave Airlie: &quot;As part of building up nova-core/nova-drm pieces we&apos;ve brought in some  rust abstractions through this tree, aux bus being the main one, with  devres changes also in the driver-core tree. Along with the drm core  abstractions and enough nova-core/nova-drm to use them. This is still  all stub work under construction, to build the nova driver upstream.  The other big NVIDIA related one is nouveau adds support for  Hopper/Blackwell GPUs, this required a new GSP firmware update to  570.144, and a bunch of rework in order to support multiple fw  interfaces.  There is also the introduction of an asahi uapi header file as a  precursor to getting the real driver in later, but to unblock  userspace mesa packages while the driver is trapped behind rust  enablement.  Otherwise it&apos;s the usual mixture of stuff all over, amdgpu, i915/xe,  and msm being the main ones, and some changes to vsprintf.  new drivers:   - bring in the asahi uapi header standalone   - nova-drm: stub driver  rust dependencies (for nova-core):   - auxiliary       - bus abstractions       - driver registration       - sample driver   - devres changes from driver-core   - revocable changes  core:   - add Apple fourcc modifiers   - add virtio capset definitions   - extend EXPORT_SYNC_FILE for timeline syncobjs   - convert to devm_platform_ioremap_resource   - refactor shmem helper page pinning   - DP powerup/down link helpers   - extended %p4cc in vsprintf.c to support fourcc prints   - change vsprintf %p4cn to %p4chR, remove %p4cn   - Add drm_file_err function   - IN_FORMATS_ASYNC property   - move sitronix from tiny to their own subdir  rust:   - add drm core infrastructure rust abstractions     (device/driver, ioctl, file, gem)  dma-buf:   - adjust sg handling to not cache map on attach   - allow setting dma-device for import   - Add a helper to sort and deduplicate dma_fence arrays  docs:   - updated drm scheduler docs   - fbdev todo update   - fb rendering   - actual brightness  ttm:   - fix delayed destroy resv object  bridge:   - add kunit tests   - convert tc358775 to atomic   - convert drivers to devm_drm_bridge_alloc   - convert rk3066_hdmi to bridge driver  scheduler:   - add kunit tests  panel:   - refcount panels to improve lifetime handling   - Powertip PH128800T004-ZZA01   - NLT NL13676BC25-03F, Tianma TM070JDHG34-00   - Himax HX8279/HX8279-D DDIC   - Visionox G2647FB105   - Sitronix ST7571   - ZOTAC rotation quirk  vkms:   - allow attaching more displays  i915:   - xe3lpd display updates   - vrr refactor   - intel_display struct conversions   - xe2hpd memory type identification   - add link rate/count to i915_display_info   - cleanup VGA plane handling   - refactor HDCP GSC   - fix SLPC wait boosting reference counting   - add 20ms delay to engine reset   - fix fence release on early probe errors  xe:   - SRIOV updates   - BMG PCI ID update   - support separate firmware for each GT   - SVM fix, prelim SVM multi-device work   - export fan speed   - temp disable d3cold on BMG   - backup VRAM in PM notifier instead of suspend/freeze   - update xe_ttm_access_memory to use GPU for non-visible access   - fix guc_info debugfs for VFs   - use copy_from_user instead of __copy_from_user   - append PCIe gen5 limitations to xe_firmware document  amdgpu:   - DSC cleanup   - DC Scaling updates   - Fused I2C-over-AUX updates   - DMUB updates   - Use drm_file_err in amdgpu   - Enforce isolation updates   - Use new dma_fence helpers   - USERQ fixes   - Documentation updates   - SR-IOV updates   - RAS updates   - PSP 12 cleanups   - GC 9.5 updates   - SMU 13.x updates   - VCN / JPEG SR-IOV updates  amdkfd:   - Update error messages for SDMA   - Userptr updates   - XNACK fixes  radeon:   - CIK doorbell cleanup  nouveau:   - add support for NVIDIA r570 GSP firmware   - enable Hopper/Blackwell support  nova-core:   - fix task list   - register definition infrastructure   - move firmware into own rust module   - register auxiliary device for nova-drm  nova-drm:   - initial driver skeleton  msm:   - GPU:       - ACD (adaptive clock distribution) for X1-85       - drop fictional address_space_size       - improve GMU HFI response time out robustness       - fix crash when throttling during boot   - DPU:       - use single CTL path for flushing on DPU 5.x+       - improve SSPP allocation code for better sharing       - Enabled SmartDMA on SM8150, SC8180X, SC8280XP, SM8550       - Added SAR2130P support       - Disabled DSC support on MSM8937, MSM8917, MSM8953, SDM660   - DP:       - switch to new audio helpers       - better LTTPR handling   - DSI:       - Added support for SA8775P       - Added SAR2130P support   - HDMI:       - Switched to use new helpers for ACR data       - Fixed old standing issue of HPD not working in some cases  amdxdna:   - add dma-buf support   - allow empty command submits  renesas:   - add dma-buf support   - add zpos, alpha, blend support  panthor:   - fail properly for NO_MMAP bos   - add SET_LABEL ioctl   - debugfs BO dumping support  imagination:   - update DT bindings   - support TI AM68 GPU  hibmc:   - improve interrupt handling and HPD support  virtio:   - add panic handler support  rockchip:   - add RK3588 support   - add DP AUX bus panel support  ivpu:   - add heartbeat based hangcheck  mediatek:   - prepares support for MT8195/99 HDMIv2/DDCv2  anx7625:   - improve HPD  tegra:   - speed up firmware loading* tag &apos;drm-next-2025-05-28&apos; of https://gitlab.freedesktop.org/drm/kernel: (1627 commits)  drm/nouveau/tegra: Fix error pointer vs NULL return in nvkm_device_tegra_resource_addr()  drm/xe: Default auto_link_downgrade status to false  drm/xe/guc: Make creation of SLPC debugfs files conditional  drm/i915/display: Add check for alloc_ordered_workqueue() and alloc_workqueue()  drm/i915/dp_mst: Work around Thunderbolt sink disconnect after SINK_COUNT_ESI read  drm/i915/ptl: Use everywhere the correct DDI port clock select mask  drm/nouveau/kms: add support for GB20x  drm/dp: add option to disable zero sized address only transactions.  drm/nouveau: add support for GB20x  drm/nouveau/gsp: add hal for fifo.chan.doorbell_handle  drm/nouveau: add support for GB10x  drm/nouveau/gf100-: track chan progress with non-WFI semaphore release  drm/nouveau/nv50-: separate CHANNEL_GPFIFO handling out from CHANNEL_DMA  drm/nouveau: add helper functions for allocating pinned/cpu-mapped bos  drm/nouveau: add support for GH100  drm/nouveau: improve handling of 64-bit BARs  drm/nouveau/gv100-: switch to volta semaphore methods  drm/nouveau/gsp: support deeper page tables in COPY_SERVER_RESERVED_PDES  drm/nouveau/gsp: init client VMMs with NV0080_CTRL_DMA_SET_PAGE_DIRECTORY  drm/nouveau/gsp: fetch level shift and PDE from BAR2 VMM  ...

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Wed, 28 May 2025 18:46:39 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>844e31bbaef7c8a6ff2c0fbac45c0c85b5484482 - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#844e31bbaef7c8a6ff2c0fbac45c0c85b5484482</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-nextMerge drm-misc-next to get commit Fixes: fec450ca15af (&quot;drm/display:hdmi: provide central data authority for ACR params&quot;).Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Tue, 29 Apr 2025 22:42:29 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>3ab7ae8e07f888f223027f0ef84d33e43919ad55 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#3ab7ae8e07f888f223027f0ef84d33e43919ad55</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerge to bring in linux 6.15-rc.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Thu, 24 Apr 2025 13:34:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>683058df13c7de4cf29fb4a929d431ca12313966 - Merge tag &apos;drm-misc-next-2025-04-09&apos; of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#683058df13c7de4cf29fb4a929d431ca12313966</link>
        <description>Merge tag &apos;drm-misc-next-2025-04-09&apos; of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextdrm-misc-next for v6.16-rc1:UAPI Changes:- Add ASAHI uapi header!- Add apple fourcc modifiers.- Add capset virtio definitions to UAPI.- Extend EXPORT_SYNC_FILE for timeline syncobjs.Cross-subsystem Changes:- Adjust DMA-BUF sg handling to not cache map on attach.- Update drm/ci, hlcdc, virtio, maintainers.- Update fbdev todo.- Allow setting dma-device for dma-buf import.- Export efi_mem_desc_lookup to make efidrm build as a module.Core Changes:- Update drm scheduler docs.- Use the correct resv object in TTM delayed destroy.- Fix compiler warning with panic qr code, and other small fixes.- drm/ci updates.- Add debugfs file for listing all bridges.- Small fixes to drm/client, ttm tests.- Add documentation to display/hdmi.- Add kunit tests for bridges.- Dont fail managed device probing if connector polling fails.- Create Kconfig.debug for drm core.- Add tests for the drm scheduler.- Add and use new access helpers for DPCPD.- Add generic and optimized conversions for format-helper.- Begin refcounting panel for improving lifetime handling.- Unify simpledrm and ofdrm sysfb, and add extra features.- Split hdmi audio in bridge to make DP audio work.Driver Changes:- Convert drivers to use devm_platform_ioremap_resource().- Assorted small fixes to imx/legacy-bridg, gma500, pl111, nouveau, vc4,  vmwgfx, ast, mxsfb, xlnx, accel/qaic, v3d, bridge/imx8qxp-ldb, ofdrm,  bridge/fsl-ldb, udl, bridge/ti-sn65dsi86, bridge/anx7625, cirrus-qemu,  bridge/cdns-dsi, panel/sharp, panel/himax, bridge/sil902x, renesas,  imagination, various panels.- Allow attaching more display to vkms.- Add Powertip PH128800T004-ZZA01 panel.- Add rotation quirk for ZOTAC panel.- Convert bridge/tc358775 to atomic.- Remove deprecated panel calls from synaptics, novatek, samsung panels.- Refactor shmem helper page pinning and accel drivers using it.- Add dmabuf support to accel/amdxdna.- Use 4k page table format for panfrost/mediatek.- Add common powerup/down dp link helper and use it.- Assorted compiler warning fixes.- Support dma-buf import for renesasSigned-off-by: Dave Airlie &lt;airlied@redhat.com&gt;# Conflicts:#	include/drm/drm_kunit_helpers.hFrom: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;Link: https://lore.kernel.org/r/e147ff95-697b-4067-9e2e-7cbd424e162a@linux.intel.com

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Mon, 14 Apr 2025 07:29:49 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>965544150d1cadf0e8f5bb6c13c19697e46e1429 - drm/vmwgfx: Refactor cursor handling</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#965544150d1cadf0e8f5bb6c13c19697e46e1429</link>
        <description>drm/vmwgfx: Refactor cursor handlingRefactor cursor handling to make the code maintainable again. Over thelast 12 years the svga device improved support for virtualized cursorsand at the same time the drm interfaces evolved quite a bit frompre-atomic to current atomic ones. vmwgfx only added new code overthe years, instead of adjusting/refactoring the paths.Export the cursor plane handling to its own file. Remove specialhandling of the legacy cursor support to make it fit within the globalcursor plane mechanism.Finally redo dirty tracking because memcmp never worked correctlyresulting in the cursor not being properly updated in the guest.Signed-off-by: Zack Rusin &lt;zack.rusin@broadcom.com&gt;Reviewed-by: Maaz Mombasawala &lt;maaz.mombasawala@broadcom.com&gt;Reviewed-by: Martin Krastev &lt;martin.krastev@broadcom.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20250307125836.3877138-2-zack.rusin@broadcom.com

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Fri, 07 Mar 2025 13:57:38 +0100</pubDate>
        <dc:creator>Zack Rusin &lt;zack.rusin@broadcom.com&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/vmwgfx/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/vmwgfx/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>3daee2e4b3568f0ed88b0598df96547fcf21cb9b - Merge tag &apos;v6.10&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#3daee2e4b3568f0ed88b0598df96547fcf21cb9b</link>
        <description>Merge tag &apos;v6.10&apos; into nextSync up with mainline to bring in device_for_each_child_node_scoped()and other newer APIs.

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Tue, 16 Jul 2024 00:50:05 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>92815da4576a495cb6362cdfb132152fccc2222d - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#92815da4576a495cb6362cdfb132152fccc2222d</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into HEADMerge drm-misc-next tree into the msm-next tree in order to be able touse HDMI connector framework for the MSM HDMI driver.

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Wed, 12 Jun 2024 15:51:59 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>60a2f25de7b8b785baee2932db932ae9a5b8c86d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#60a2f25de7b8b785baee2932db932ae9a5b8c86d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextSome display refactoring patches are needed in order to allow conflict-less merging.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Thu, 16 May 2024 09:33:01 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>aa66c93d5f69d48809468c4e2124e408e31fa931 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#aa66c93d5f69d48809468c4e2124e408e31fa931</link>
        <description>Merge drm/drm-next into drm-intel-nextA backmerge to sync xe and i915 and allow us to merge&quot;Enable display support for Battlemage&quot; seriesthrough drm-intelLink: https://patchwork.freedesktop.org/series/132429/Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Fri, 03 May 2024 19:16:07 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ae22b2f1c8ccd9a3e5f19e3ebb4ef6ec1e8655e0 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#ae22b2f1c8ccd9a3e5f19e3ebb4ef6ec1e8655e0</link>
        <description>Merge drm/drm-next into drm-xe-nextAvoid falling too far behind drm-next.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Thu, 02 May 2024 09:46:12 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0c8ea05e9b3d8e5287e2a968f2a2e744dfd31b99 - Merge branch &apos;tip/x86/cpu&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#0c8ea05e9b3d8e5287e2a968f2a2e744dfd31b99</link>
        <description>Merge branch &apos;tip/x86/cpu&apos;The Lunarlake patches rely on the new VFM stuff.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Thu, 04 Jul 2024 16:00:24 +0200</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2 - Merge topic branches &apos;clkdev&apos; and &apos;fixes&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2</link>
        <description>Merge topic branches &apos;clkdev&apos; and &apos;fixes&apos; into for-linus

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Mon, 10 Jun 2024 13:03:21 +0200</pubDate>
        <dc:creator>Russell King (Oracle) &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>f73a058be5d70dd81a43f16b2bbff4b1576a7af8 - 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/vmwgfx/Makefile#f73a058be5d70dd81a43f16b2bbff4b1576a7af8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesv6.10-rc1 is released, forward from v6.9Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Tue, 28 May 2024 22:21:34 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>db5d28c0bfe566908719bec8e25443aabecbb802 - Merge tag &apos;drm-next-2024-05-15&apos; of https://gitlab.freedesktop.org/drm/kernel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#db5d28c0bfe566908719bec8e25443aabecbb802</link>
        <description>Merge tag &apos;drm-next-2024-05-15&apos; of https://gitlab.freedesktop.org/drm/kernelPull drm updates from Dave Airlie: &quot;This is the main pull request for the drm subsystems for 6.10.  In drivers the main thing is a new driver for ARM Mali firmware based  GPUs, otherwise there are a lot of changes to amdgpu/xe/i915/msm and  scattered changes to everything else.  In the core a bunch of headers and Kconfig was refactored, along with  the addition of a new panic handler which is meant to provide a user  friendly message when a panic happens and graphical display is  enabled.  New drivers:   - panthor: ARM Mali/Immortalis CSF-based GPU driver  Core:   - add a CONFIG_DRM_WERROR option   - make more headers self-contained   - grab resv lock in pin/unpin   - fix vmap resv locking   - EDID/eDP panel matching   - Kconfig cleanups   - DT sound bindings   - Add SIZE_HINTS property for cursor planes   - Add struct drm_edid_product_id and helpers.   - Use drm device based logging in more drm functions.   - drop seq_file.h from a bunch of places   - use drm_edid driver conversions  dp:   - DP Tunnel documentation   - MST read sideband cap   - Adaptive sync SDP prep work  ttm:   - improve placement for TTM BOs in idle/busy handling  panic:   - Fixes for drm-panic, and option to test it.   - Add drm panic to simpledrm, mgag200, imx, ast  bridge:   - improve init ordering   - adv7511: allow GPIO pin sharing   - tc358775: add tc358675 support  panel:   - AUO B120XAN01.0   - Samsung s6e3fa7   - BOE NT116WHM-N44   - CMN N116BCA-EA1,   - CrystalClear CMT430B19N00   - Startek KD050HDFIA020-C020A   - powertip PH128800T006-ZHC01   - Innolux G121X1-L03   - LG sw43408   - Khadas TS050 V2   - EDO RM69380 OLED   - CSOT MNB601LS1-1  amdgpu:   - HDCP/ODM/RAS fixes   - Devcoredump improvements   - Expose VCN activity via sysfs   - SMY 13.0.x updates   - Enable fast updates on DCN 3.1.4   - Add dclk and vclk reporting on additional devices   - Add ACA RAS infrastructure   - Implement TLB flush fence   - EEPROM handling fixes   - SMUIO 14.0.2 support   - SMU 14.0.1 Updates   - SMU 14.0.2 support   - Sync page table freeing with TLB flushes   - DML2 refactor   - DC debug improvements   - DCN 3.5.x Updates   - GPU reset fixes   - HDP fix for second GFX pipe on GC 10.x   - Enable secondary GFX pipe on GC 10.3   - Refactor and clean up BACO/BOCO/BAMACO handling   - Remove invalid TTM resource start check   - UAF fix in VA IOCTL   - GPUVM page fault redirection to secondary IH rings for IH 6.x   - Initial support for mapping kernel queues via MES   - Fix VRAM memory accounting  amdkfd:   - MQD handling cleanup   - Preemption handling fixes for XCDs   - TLB flush fix for GC 9.4.2   - Properly clean up workqueue during module unload   - Fix memory leak process create failure   - Range check CP bad op exception targets to avoid reporting invalid exceptions to userspace   - Fix eviction fence handling   - Fix leak in GPU memory allocation failure case   - DMABuf import handling fix   - Enable SQ watchpoint for gfx10  i915:   - Adding new DG2 PCI ID   - add context hints for GT frequency   - enable only one CCS for compute workloads   - new workarounds   - Fix UAF on destroy against retire race and remove two earlier partial fixes   - Limit the reserved VM space to only the platforms that need it   - Fix gt reset with GuC submission is disable   - Add and use gt_to_guc() wrapper  i915/xe display:   - Lunar Lake display enabling, including cdclk and other refactors   - BIOS/VBT/opregion related refactor   - Digital port related refactor/clean-up   - Fix 2s boot time regression on DP panel replay init   - Remove duplication on audio enable/disable on SDVO and g4x+ DP   - Disable AuxCCS framebuffers if built for Xe   - Make crtc disable more atomic   - Increase DP idle pattern wait timeout to 2ms   - Start using container_of_const() for some extra const safety   - Fix Jasper Lake boot freeze   - Enable MST mode for 128b/132b single-stream sideband   - Enable Adaptive Sync SDP Support for DP   - Fix MTL supported DP rates - removal of UHBR13.5   - PLL refactoring   - Limit eDP MSO pipe only for display version 20   - More display refactor towards independence from i915 dev_priv   - Convert i915/xe fbdev to DRM client   - More initial work to make display code more independent from i915  xe:   - improved error capture   - clean up some uAPI leftovers   - devcoredump update   - Add BMG mocs table   - Handle GSCCS ER interrupt   - Implement xe2- and GuC workarounds   - struct xe_device cleanup   - Hwmon updates   - Add LRC parsing for more GPU instruction   - Increase VM_BIND number of per-ioctl Ops   - drm/xe: Add XE_BO_GGTT_INVALIDATE flag   - Initial development for SR-IOV support   - Add new PCI IDs to DG2 platform   - Move userptr over to start using hmm_range_fault  msm:   - Switched to generating register header files during build process     instead of shipping pre-generated headers   - Merged DPU and MDP4 format databases.   - DP:     - Stop using compat string to distinguish DP and eDP cases     - Added support for X Elite platform (X1E80100)     - Reworked DP aux/audio support     - Added SM6350 DP to the bindings   - GPU:     - a7xx perfcntr reg fixes     - MAINTAINERS updates     - a750 devcoredump support  radeon:   - Silence UBSAN warnings related to flexible arrays  nouveau:   - move some uAPI objects to uapi headers  omapdrm:   - console fix  ast:   - add i2c polling  qaic:   - add debugfs entries  exynos:   - fix platform_driver .owner   - drop cleanup code  mediatek:   - Use devm_platform_get_and_ioremap_resource() in mtk_hdmi_ddc_probe()   - Add GAMMA 12-bit LUT support for MT8188   - Rename mtk_drm_* to mtk_*   - Drop driver owner initialization   - Correct calculation formula of PHY Timing&quot;* tag &apos;drm-next-2024-05-15&apos; of https://gitlab.freedesktop.org/drm/kernel: (1477 commits)  drm/xe/ads: Use flexible-array  drm/xe: Use ordered WQ for G2H handler  drm/msm/gen_header: allow skipping the validation  drm/msm/a6xx: Cleanup indexed regs const&apos;ness  drm/msm: Add devcoredump support for a750  drm/msm: Adjust a7xx GBIF debugbus dumping  drm/msm: Update a6xx registers XML  drm/msm: Fix imported a750 snapshot header for upstream  drm/msm: Import a750 snapshot registers from kgsl  MAINTAINERS: Add Konrad Dybcio as a reviewer for the Adreno driver  MAINTAINERS: Add a separate entry for Qualcomm Adreno GPU drivers  drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails  drm/msm/adreno: fix CP cycles stat retrieval on a7xx  drm/msm/a7xx: allow writing to CP_BV counter selection registers  drm: zynqmp_dpsub: Always register bridge  Revert &quot;drm/bridge: ti-sn65dsi83: Fix enable error path&quot;  drm/fb_dma: Add checks in drm_fb_dma_get_scanout_buffer()  drm/fbdev-generic: Do not set physical framebuffer address  drm/panthor: Fix the FW reset logic  drm/panthor: Make sure we handle &apos;unknown group state&apos; case properly  ...

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Wed, 15 May 2024 18:43:42 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>2871ec40994912ce4f2e2d5072a428eb84c77d3c - Merge tag &apos;drm-misc-next-2024-04-19&apos; of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/vmwgfx/Makefile#2871ec40994912ce4f2e2d5072a428eb84c77d3c</link>
        <description>Merge tag &apos;drm-misc-next-2024-04-19&apos; of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextdrm-misc-next for v6.10-rc1:UAPI Changes:- Add SIZE_HINTS property for cursor planes.Cross-subsystem Changes:Core Changes:- Document the requirements and expectations of adding new  driver-specific properties.- Assorted small fixes to ttm.- More Kconfig fixes.- Add struct drm_edid_product_id and helpers.- Use drm device based logging in more drm functions.- Fixes for drm-panic, and option to test it.- Assorted small fixes and updates to edid.- Add drm_crtc_vblank_crtc and use it in vkms, nouveau.Driver Changes:- Assorted small fixes and improvements to bridge/imx8mp-hdmi-tx, nouveau, ast, qaic, lima, vc4, bridge/anx7625, mipi-dsi.- Add drm panic to simpledrm, mgag200, imx, ast.- Use dev_err_probe in bridge/panel drivers.- Add Innolux G121X1-L03, LG sw43408 panels.- Use struct drm_edid in i915 bios parsing.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/2dc1b7c6-1743-4ddd-ad42-36f700234fbe@linux.intel.com

            List of files:
            /linux/drivers/gpu/drm/vmwgfx/Makefile</description>
        <pubDate>Mon, 22 Apr 2024 04:29:17 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
