<?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>eb8d395f - drm/v3d: Introduce gemfs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/v3d/Makefile#eb8d395f</link>
        <description>drm/v3d: Introduce gemfsCreate a separate &quot;tmpfs&quot; kernel mount for V3D. This will allow us tomove away from the shmemfs `shm_mnt` and gives the flexibility to dothings like set our own mount options. Here, the interest is to use&quot;huge=&quot;, which should allow us to enable the use of THP for ourshmem-backed objects.Signed-off-by: Ma&#237;ra Canal &lt;mcanal@igalia.com&gt;Reviewed-by: Iago Toral Quiroga &lt;itoral@igalia.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240923141348.2422499-6-mcanal@igalia.com

            List of files:
            /linux-6.15/drivers/gpu/drm/v3d/Makefile</description>
        <pubDate>Mon, 23 Sep 2024 13:55:09 +0000</pubDate>
        <dc:creator>Ma&#237;ra Canal &lt;mcanal@igalia.com&gt;</dc:creator>
    </item>
<item>
        <title>9032d5f6 - drm/v3d: Detach job submissions IOCTLs to a new specific file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/v3d/Makefile#9032d5f6</link>
        <description>drm/v3d: Detach job submissions IOCTLs to a new specific fileWe will include a new job submission type, the CPU job submission. Forreadability and maintability, separate the job submission IOCTLs andrelated operations from v3d_gem.c.Minor fix in the CSD submission kernel doc:CSD (texture formatting) -&gt; CSD (compute shader).Signed-off-by: Melissa Wen &lt;mwen@igalia.com&gt;Signed-off-by: Ma&#237;ra Canal &lt;mcanal@igalia.com&gt;Reviewed-by: Iago Toral Quiroga &lt;itoral@igalia.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20231130164420.932823-5-mcanal@igalia.com

            List of files:
            /linux-6.15/drivers/gpu/drm/v3d/Makefile</description>
        <pubDate>Thu, 30 Nov 2023 16:40:26 +0000</pubDate>
        <dc:creator>Melissa Wen &lt;mwen@igalia.com&gt;</dc:creator>
    </item>
<item>
        <title>509433d8 - drm/v3d: Expose the total GPU usage stats on sysfs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/v3d/Makefile#509433d8</link>
        <description>drm/v3d: Expose the total GPU usage stats on sysfsThe previous patch exposed the accumulated amount of active time perclient for each V3D queue. But this doesn&apos;t provide a global notion ofthe GPU usage.Therefore, provide the accumulated amount of active time for each V3Dqueue (BIN, RENDER, CSD, TFU and CACHE_CLEAN), considering all the jobssubmitted to the queue, independent of the client.This data is exposed through the sysfs interface, so that if theinterface is queried at two different points of time the usage percentageof each of the queues can be calculated.Co-developed-by: Jose Maria Casanova Crespo &lt;jmcasanova@igalia.com&gt;Signed-off-by: Jose Maria Casanova Crespo &lt;jmcasanova@igalia.com&gt;Signed-off-by: Ma&#237;ra Canal &lt;mcanal@igalia.com&gt;Acked-by: Jose Maria Casanova Crespo &lt;jmcasanova@igalia.com&gt;Reviewed-by: Melissa Wen &lt;mwen@igalia.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230905213416.1290219-3-mcanal@igalia.com

            List of files:
            /linux-6.15/drivers/gpu/drm/v3d/Makefile</description>
        <pubDate>Tue, 05 Sep 2023 21:06:35 +0000</pubDate>
        <dc:creator>Ma&#237;ra Canal &lt;mcanal@igalia.com&gt;</dc:creator>
    </item>
<item>
        <title>26a4dc29 - drm/v3d: Expose performance counters to userspace</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/v3d/Makefile#26a4dc29</link>
        <description>drm/v3d: Expose performance counters to userspaceThe V3D engine has several hardware performance counters that can ofinterest for userspace performance analysis tools.This exposes new ioctls to create and destroy performance monitorobjects, as well as to query the counter values.Each created performance monitor object has an ID that can be attachedto CL/CSD submissions, so the driver enables the requested counters whenthe job is submitted, and updates the performance monitor values whenthe job is done.It is up to the user to ensure all the jobs have been finished beforegetting the performance monitor values. It is also up to the user toproperly synchronize BCL jobs when submitting jobs with differentperformance monitors attached.Cc: Daniel Vetter &lt;daniel@ffwll.ch&gt;Cc: David Airlie &lt;airlied@linux.ie&gt;Cc: Emma Anholt &lt;emma@anholt.net&gt;To: dri-devel@lists.freedesktop.orgSigned-off-by: Juan A. Suarez Romero &lt;jasuarez@igalia.com&gt;Acked-by: Melissa Wen &lt;mwen@igalia.com&gt;Signed-off-by: Melissa Wen &lt;melissa.srw@gmail.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20210608111541.461991-1-jasuarez@igalia.com

            List of files:
            /linux-6.15/drivers/gpu/drm/v3d/Makefile</description>
        <pubDate>Tue, 08 Jun 2021 11:15:41 +0000</pubDate>
        <dc:creator>Juan A. Suarez Romero &lt;jasuarez@igalia.com&gt;</dc:creator>
    </item>
<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/v3d/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/v3d/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>57692c94 - drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/v3d/Makefile#57692c94</link>
        <description>drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+This driver will be used to support Mesa on the Broadcom 7268 and 7278platforms.V3D 3.3 introduces an MMU, which means we no longer need CMA or vc4&apos;scomplicated CL/shader validation scheme.  This massively changes theGEM behavior, so I&apos;ve forked off to a new driver.v2: Mark SUBMIT_CL as needing DRM_AUTH.  coccinelle fixes from kbuild    test robot. Drop personal git link from MAINTAINERS.  Don&apos;t    double-map dma-buf imported BOs.  Add kerneldoc about needing MMU    eviction.  Drop prime vmap/unmap stubs.  Delay mmap offset setup    to mmap time.  Use drm_dev_init instead of _alloc.  Use    ktime_get() for wait_bo timeouts.  Drop drm_can_sleep() usage,    since we don&apos;t modeset.  Switch page tables back to WC (debug    change to coherent had slipped in).  Switch    drm_gem_object_unreference_unlocked() to    drm_gem_object_put_unlocked().  Simplify overflow mem handling by    not sharing overflow mem between jobs.v3: no changesv4: align submit_cl to 64 bits (review by airlied), check zero flags in    other ioctls.Signed-off-by: Eric Anholt &lt;eric@anholt.net&gt;Acked-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt; (v4)Acked-by: Dave Airlie &lt;airlied@linux.ie&gt; (v3, requested submit_cl change)Link: https://patchwork.freedesktop.org/patch/msgid/20180430181058.30181-3-eric@anholt.net

            List of files:
            /linux-6.15/drivers/gpu/drm/v3d/Makefile</description>
        <pubDate>Mon, 30 Apr 2018 18:10:58 +0000</pubDate>
        <dc:creator>Eric Anholt &lt;eric@anholt.net&gt;</dc:creator>
    </item>
</channel>
</rss>
