<?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/vgem/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/vgem/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>3c147953 - drm/vgem: remove unneeded -Iinclude/drm compiler flag</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/vgem/Makefile#3c147953</link>
        <description>drm/vgem: remove unneeded -Iinclude/drm compiler flagWith the include directives under include/drm/ fixed, this flag isno longer needed.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-29-git-send-email-yamada.masahiro@socionext.com

            List of files:
            /linux-6.15/drivers/gpu/drm/vgem/Makefile</description>
        <pubDate>Mon, 24 Apr 2017 04:50:46 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>40777984 - drm/vgem: Attach sw fences to exported vGEM dma-buf (ioctl)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/vgem/Makefile#40777984</link>
        <description>drm/vgem: Attach sw fences to exported vGEM dma-buf (ioctl)vGEM buffers are useful for passing data between software clients andhardware renders. By allowing the user to create and attach fences tothe exported vGEM buffers (on the dma-buf), the user can implement adeferred renderer and queue hardware operations like flipping and thensignal the buffer readiness (i.e. this allows the user to scheduleoperations out-of-order, but have them complete in-order).This also makes it much easier to write tightly controlled testcases fordma-buf fencing and signaling between hardware drivers.v2: Don&apos;t pretend the fences exist in an ordered timeline, but allocatea separate fence-context for each fence so that the fences areunordered.v3: Make the debug output more interesting, and show the signaled status.v4: Automatically signal the fence to prevent userspace fromindefinitely hanging drivers.Testcase: igt/vgem_basic/dmabuf-fenceTestcase: igt/vgem_slow/nohangSigned-off-by: Chris Wilson &lt;chris@chris-wilson.co.uk&gt;Cc: Sean Paul &lt;seanpaul@chromium.org&gt;Cc: Zach Reizner &lt;zachr@google.com&gt;Cc: Gustavo Padovan &lt;gustavo.padovan@collabora.co.uk&gt;Cc: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Acked-by: Zach Reizner &lt;zachr@google.com&gt;Signed-off-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: http://patchwork.freedesktop.org/patch/msgid/1468571471-12610-1-git-send-email-chris@chris-wilson.co.uk

            List of files:
            /linux-6.15/drivers/gpu/drm/vgem/Makefile</description>
        <pubDate>Fri, 15 Jul 2016 08:31:11 +0000</pubDate>
        <dc:creator>Chris Wilson &lt;chris@chris-wilson.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>990ed272 - drm/vgem: drop DRIVER_PRIME (v2)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/vgem/Makefile#990ed272</link>
        <description>drm/vgem: drop DRIVER_PRIME (v2)For actual sharing of buffers with other drivers (ie. actual hardware)we&apos;ll need to pimp things out a bit better to deal w/ caching, multiplememory domains, etc.  See thread:  http://lists.freedesktop.org/archives/dri-devel/2015-May/083160.htmlBut for the llvmpipe use-case this isn&apos;t a problem.  Nor do we reallyneed prime/dri3 (dri2 is sufficient).  So until the other issues aresorted lets remove DRIVER_PRIME.v2: also drop the dead code[airlied: Okay I&apos;m convinced this API could have a lot of use cases that are really really bad, yes the upload use case is valid however that isn&apos;t the only use case enabled, and if we allow all the other use cases, people will start to (ab)use them, and then they&apos;ll be ABI and my life will get worse, so disable PRIME for now]Acked-by: Thomas Hellstrom &lt;thellstrom@vmware.com&gt;Acked-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Signed-off-by: Rob Clark &lt;robdclark@gmail.com&gt;Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/vgem/Makefile</description>
        <pubDate>Thu, 21 May 2015 15:58:30 +0000</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>502e95c6 - drm/vgem: implement virtual GEM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/vgem/Makefile#502e95c6</link>
        <description>drm/vgem: implement virtual GEMThis patch implements the virtual GEM driver with PRIME sharing whichallows vgem to import a gem object from other drivers for the purposeof mmap-ing them to userspace. The mmap is done using the mmapoperation exported by other drivers.v2: remove platform_device and do not attach to dma bufsv3: use drm helpers for get/put pagesv4: correct dumb create pitchReviewed-by: Rob Clark &lt;robdclark@gmail.com&gt; (v3)Reviewed-by: St&#233;phane Marchesin &lt;marcheu@chromium.org&gt; (v3)Signed-off-by: Adam Jackson &lt;ajax@redhat.com&gt;Signed-off-by: Ben Widawsky &lt;ben@bwidawsk.net&gt;Signed-off-by: Zach Reizner &lt;zachr@google.com&gt;Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/vgem/Makefile</description>
        <pubDate>Thu, 05 Mar 2015 00:33:41 +0000</pubDate>
        <dc:creator>Zach Reizner &lt;zachr@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
