<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/qxl/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/qxl/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>13aff184 - drm/qxl: remove dead qxl fbdev emulation code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/qxl/Makefile#13aff184</link>
        <description>drm/qxl: remove dead qxl fbdev emulation codeLovely diffstat, thanks to the new generic fbdev emulation. drm/qxl/Makefile   |    2 drm/qxl/qxl_draw.c |  232 ---------------------------------------- drm/qxl/qxl_drv.h  |   21 --- drm/qxl/qxl_fb.c   |  300 -----------------------------------------------------Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;Acked-by: Noralf Tr&#248;nnes &lt;noralf@tronnes.org&gt;Link: http://patchwork.freedesktop.org/patch/msgid/20190118122020.27596-19-kraxel@redhat.com

            List of files:
            /linux-6.15/drivers/gpu/drm/qxl/Makefile</description>
        <pubDate>Fri, 18 Jan 2019 12:20:15 +0000</pubDate>
        <dc:creator>Gerd Hoffmann &lt;kraxel@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>edaf492c - drm/qxl: fix include notation and remove -Iinclude/drm flag</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/qxl/Makefile#edaf492c</link>
        <description>drm/qxl: fix include notation and remove -Iinclude/drm flagInclude &lt;drm/*.h&gt; instead of relative path from include/drm, thenremove the -Iinclude/drm compiler flag.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: http://patchwork.freedesktop.org/patch/msgid/1493009447-31524-13-git-send-email-yamada.masahiro@socionext.com

            List of files:
            /linux-6.15/drivers/gpu/drm/qxl/Makefile</description>
        <pubDate>Mon, 24 Apr 2017 04:50:30 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>47c12968 - drm/qxl: enables gem prime helpers for qxl using dummy driver callbacks</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/qxl/Makefile#47c12968</link>
        <description>drm/qxl: enables gem prime helpers for qxl using dummy driver callbacksAs there should not be any other virtual device that might share buffers,the callbacks remain empty stubs. Still prime can be used to transfer buffersbetween processes that use qxl.Signed-off-by: Andreas Pokorny &lt;andreas.pokorny@canonical.com&gt;Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/qxl/Makefile</description>
        <pubDate>Fri, 08 Aug 2014 08:40:56 +0000</pubDate>
        <dc:creator>Andreas Pokorny &lt;andreas.pokorny@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>2f453ed4 - drm/qxl: rework to new fence interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/qxl/Makefile#2f453ed4</link>
        <description>drm/qxl: rework to new fence interfaceFinal driver! \o/This is not a proper dma_fence because the hardware may never signalanything, so don&apos;t use dma-buf with qxl, ever.Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@canonical.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/qxl/Makefile</description>
        <pubDate>Wed, 02 Apr 2014 10:40:05 +0000</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>f64122c1 - drm: add new QXL driver. (v1.4)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/qxl/Makefile#f64122c1</link>
        <description>drm: add new QXL driver. (v1.4)QXL is a paravirtual graphics device used by the Spice virtual desktopinterface.The drivers uses GEM and TTM to manage memory, the qxl hw fencing howeveris quite different than normal TTM expects, we have to keep track of a numberof non-linear fence ids per bo that we need to have released by the hardware.The releases are freed from a workqueue that wakes up and processes therelease ring.releases are suballocated from a BO, there are 3 release categories, drawables,surfaces and cursor cmds. The hw also has 3 rings for commands, cursor and release handling.The hardware also have a surface id tracking mechnaism and the driver encapsulates it completely inside the kernel, userspace never sees the actual hw surfaceids.This requires a newer version of the QXL userspace driver, so shouldn&apos;t beenabled until that has been placed into your distro of choice.Authors: Dave Airlie, Alon Levyv1.1: fixup some issues in the ioctl interface with paddingv1.2: add module device tablev1.3: fix nomodeset, fbcon leak, dumb bo create, release ring irq,      don&apos;t try flush release ring (broken hw), fix -modesetting.v1.4: fbcon cpu usage reduction + suitable accel flags.Signed-off-by: Alon Levy &lt;alevy@redhat.com&gt;Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/qxl/Makefile</description>
        <pubDate>Mon, 25 Feb 2013 04:47:55 +0000</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
