<?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/scheduler/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/scheduler/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/scheduler/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/scheduler/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/scheduler/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/scheduler/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/scheduler/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/scheduler/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/scheduler/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/scheduler/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/scheduler/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/scheduler/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/scheduler/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/scheduler/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/scheduler/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/scheduler/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>5a99350794fec11faaed8a4b36a6931e696f672f - drm/sched: Add scheduler unit testing infrastructure and some basic tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#5a99350794fec11faaed8a4b36a6931e696f672f</link>
        <description>drm/sched: Add scheduler unit testing infrastructure and some basic testsImplement a mock scheduler backend and add some basic test to exercise thecore scheduler code paths.Mock backend (kind of like a very simple mock GPU) can either process jobsby tests manually advancing the &quot;timeline&quot; job at a time, or alternativelyjobs can be configured with a time duration in which case they getcompleted asynchronously from the unit test code.Core scheduler classes are subclassed to support this mock implementation.The tests added are just a few simple submission patterns.Signed-off-by: Tvrtko Ursulin &lt;tvrtko.ursulin@igalia.com&gt;Suggested-by: Philipp Stanner &lt;phasta@kernel.org&gt;Cc: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Cc: Danilo Krummrich &lt;dakr@kernel.org&gt;Cc: Matthew Brost &lt;matthew.brost@intel.com&gt;Cc: Philipp Stanner &lt;phasta@kernel.org&gt;Acked-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Signed-off-by: Philipp Stanner &lt;phasta@kernel.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20250324092633.49746-3-tvrtko.ursulin@igalia.com

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Mon, 24 Mar 2025 10:26:29 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tvrtko.ursulin@igalia.com&gt;</dc:creator>
    </item>
<item>
        <title>3eb66e91a25497065c5322b1268cbc3953642227 - Merge tag &apos;v4.20&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#3eb66e91a25497065c5322b1268cbc3953642227</link>
        <description>Merge tag &apos;v4.20&apos; into for-linusSync with mainline to get linux/overflow.h among other things.

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Tue, 15 Jan 2019 00:33:23 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4116941b7a703f8c770998bb3a59966608cb5bb2 - Merge tag &apos;v4.20&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#4116941b7a703f8c770998bb3a59966608cb5bb2</link>
        <description>Merge tag &apos;v4.20&apos; into nextMerge with mainline to bring in the new APIs.

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Mon, 14 Jan 2019 07:35:32 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>31d1b7710262fba12282b24083f20dc76e0efc93 - Merge tag &apos;v4.20-rc7&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#31d1b7710262fba12282b24083f20dc76e0efc93</link>
        <description>Merge tag &apos;v4.20-rc7&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextLinux 4.20-rc7Sync with upstream (which now contains fbdev-v4.20 changes) toprepare a base for fbdev-v4.21 changes.

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Thu, 20 Dec 2018 15:35:07 +0100</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>5f675231e456cb599b283f8361f01cf34b0617df - Merge tag &apos;v4.20-rc5&apos; into sched/core, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#5f675231e456cb599b283f8361f01cf34b0617df</link>
        <description>Merge tag &apos;v4.20-rc5&apos; into sched/core, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Mon, 03 Dec 2018 11:42:17 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>26b76320a8a550472bbb8f42257df83fcb8d8df6 - Merge tag &apos;v4.20-rc2&apos; into next-general</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#26b76320a8a550472bbb8f42257df83fcb8d8df6</link>
        <description>Merge tag &apos;v4.20-rc2&apos; into next-generalSync to Linux 4.20-rc2 for downstream developers.

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Mon, 12 Nov 2018 18:07:41 +0100</pubDate>
        <dc:creator>James Morris &lt;james.morris@microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>07fa3fa2572f2dee85beb8137f90ccf33d7206af - Merge tag &apos;v4.20-rc1&apos; into omap-for-v4.21/dt-ti-sysc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#07fa3fa2572f2dee85beb8137f90ccf33d7206af</link>
        <description>Merge tag &apos;v4.20-rc1&apos; into omap-for-v4.21/dt-ti-syscLinux 4.20-rc1

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Thu, 08 Nov 2018 18:57:42 +0100</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>91e43395820baad80248987608216c35da9df65b - Merge branch &apos;fixes-dts&apos; into omap-for-v4.20/fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#91e43395820baad80248987608216c35da9df65b</link>
        <description>Merge branch &apos;fixes-dts&apos; into omap-for-v4.20/fixes

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Thu, 08 Nov 2018 18:32:24 +0100</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>0c7244209588630a9b45e52490ef1390e04499a6 - Merge branch &apos;master&apos; into for-4.20/upstream-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#0c7244209588630a9b45e52490ef1390e04499a6</link>
        <description>Merge branch &apos;master&apos; into for-4.20/upstream-fixesPull in a merge commit that brought in 3b692c55e58d (&quot;HID: asus: onlysupport backlight when it&apos;s not driven by WMI&quot;) so that fixup could beapplied on top of it.

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Tue, 06 Nov 2018 13:57:02 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>23a12ddee1ce28065b71f14ccc695b5a0c8a64ff - Merge branch &apos;core/urgent&apos; into x86/urgent, to pick up objtool fix</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#23a12ddee1ce28065b71f14ccc695b5a0c8a64ff</link>
        <description>Merge branch &apos;core/urgent&apos; into x86/urgent, to pick up objtool fixSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Sat, 03 Nov 2018 23:42:16 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>53b3b6bbfde6aae8d1ededc86ad4e0e1e00eb5f8 - Merge tag &apos;drm-next-2018-10-24&apos; of git://anongit.freedesktop.org/drm/drm</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#53b3b6bbfde6aae8d1ededc86ad4e0e1e00eb5f8</link>
        <description>Merge tag &apos;drm-next-2018-10-24&apos; of git://anongit.freedesktop.org/drm/drmPull drm updates from Dave Airlie: &quot;This is going to rebuild more than drm as it adds a new helper to  list.h for doing bulk updates. Seemed like a reasonable addition to  me.  Otherwise the usual merge window stuff lots of i915 and amdgpu, not so  much nouveau, and piles of everything else.  Core:   - Adds a new list.h helper for doing bulk list updates for TTM.   - Don&apos;t leak fb address in smem_start to userspace (comes with EXPORT     workaround for people using mali out of tree hacks)   - udmabuf device to turn memfd regions into dma-buf   - Per-plane blend mode property   - ref/unref replacements with get/put   - fbdev conflicting framebuffers code cleaned up   - host-endian format variants   - panel orientation quirk for Acer One 10  bridge:   - TI SN65DSI86 chip support  vkms:   - GEM support.   - Cursor support  amdgpu:   - Merge amdkfd and amdgpu into one module   - CEC over DP AUX support   - Picasso APU support + VCN dynamic powergating   - Raven2 APU support   - Vega20 enablement + kfd support   - ACP powergating improvements   - ABGR/XBGR display support   - VCN jpeg support   - xGMI support   - DC i2c/aux cleanup   - Ycbcr 4:2:0 support   - GPUVM improvements   - Powerplay and powerplay endian fixes   - Display underflow fixes  vmwgfx:   - Move vmwgfx specific TTM code to vmwgfx   - Split out vmwgfx buffer/resource validation code   - Atomic operation rework  bochs:   - use more helpers   - format/byteorder improvements  qxl:   - use more helpers  i915:   - GGTT coherency getparam   - Turn off resource streamer API   - More Icelake enablement + DMC firmware   - Full PPGTT for Ivybridge, Haswell and Valleyview   - DDB distribution based on resolution   - Limited range DP display support  nouveau:   - CEC over DP AUX support   - Initial HDMI 2.0 support  virtio-gpu:   - vmap support for PRIME objects  tegra:   - Initial Tegra194 support   - DMA/IOMMU integration fixes  msm:   - a6xx perf improvements + clock prefix   - GPU preemption optimisations   - a6xx devfreq support   - cursor support  rockchip:   - PX30 support   - rgb output interface support  mediatek:   - HDMI output support on mt2701 and mt7623  rcar-du:   - Interlaced modes on Gen3   - LVDS on R8A77980   - D3 and E3 SoC support  hisilicon:   - misc fixes  mxsfb:   - runtime pm support  sun4i:   - R40 TCON support   - Allwinner A64 support   - R40 HDMI support  omapdrm:   - Driver rework changing display pipeline ordering to use common code   - DMM memory barrier and irq fixes   - Errata workarounds  exynos:   - out-bridge support for LVDS bridge driver   - Samsung 16x16 tiled format support   - Plane alpha and pixel blend mode support  tilcdc:   - suspend/resume update  mali-dp:   - misc updates&quot;* tag &apos;drm-next-2018-10-24&apos; of git://anongit.freedesktop.org/drm/drm: (1382 commits)  firmware/dmc/icl: Add missing MODULE_FIRMWARE() for Icelake.  drm/i915/icl: Fix signal_levels  drm/i915/icl: Fix DDI/TC port clk_off bits  drm/i915/icl: create function to identify combophy port  drm/i915/gen9+: Fix initial readout for Y tiled framebuffers  drm/i915: Large page offsets for pread/pwrite  drm/i915/selftests: Disable shrinker across mmap-exhaustion  drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit panel&apos;s native mode  drm/i915: Fix intel_dp_mst_best_encoder()  drm/i915: Skip vcpi allocation for MSTB ports that are gone  drm/i915: Don&apos;t unset intel_connector-&gt;mst_port  drm/i915: Only reset seqno if actually idle  drm/i915: Use the correct crtc when sanitizing plane mapping  drm/i915: Restore vblank interrupts earlier  drm/i915: Check fb stride against plane max stride  drm/amdgpu/vcn:Fix uninitialized symbol error  drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003)  drm/amd/amdgpu: Fix debugfs error handling  drm/amdgpu: Update gc_9_0 golden settings.  drm/amd/powerplay: update PPtable with DC BTC and Tvr SocLimit fields  ...

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Mon, 29 Oct 2018 01:49:53 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>7b76d0588477d4b6097a9048b42835a45caf5c48 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#7b76d0588477d4b6097a9048b42835a45caf5c48</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging 4.19-rc5 to pick up sun4i fixSigned-off-by: Sean Paul &lt;seanpaul@chromium.org&gt;

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Thu, 27 Sep 2018 08:54:54 +0200</pubDate>
        <dc:creator>Sean Paul &lt;seanpaul@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
