<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5f8600b9 - accel/ivpu: Add debug Kconfig option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/accel/ivpu/Kconfig#5f8600b9</link>
        <description>accel/ivpu: Add debug Kconfig optionAdd CONFIG_DRM_ACCEL_IVPU_DEBUG option that: - Adds -DDEBUG that enables printk regardless of the kernel config - Enables unsafe module params (that are now disabled by default)Signed-off-by: Maciej Falkowski &lt;maciej.falkowski@linux.intel.com&gt;Reviewed-by: Jacek Lawrynowicz &lt;jacek.lawrynowicz@linux.intel.com&gt;Signed-off-by: Jacek Lawrynowicz &lt;jacek.lawrynowicz@linux.intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241017145817.121590-10-jacek.lawrynowicz@linux.intel.com

            List of files:
            /linux-6.15/drivers/accel/ivpu/Kconfig</description>
        <pubDate>Thu, 17 Oct 2024 14:58:15 +0000</pubDate>
        <dc:creator>Maciej Falkowski &lt;maciej.falkowski@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bade0340 - accel/ivpu: Add coredump support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/accel/ivpu/Kconfig#bade0340</link>
        <description>accel/ivpu: Add coredump supportUse coredump (if available) to collect FW logs in case of a FW crash.This makes dmesg more readable and allows to collect more log data.Signed-off-by: Karol Wachowski &lt;karol.wachowski@intel.com&gt;Reviewed-by: Jacek Lawrynowicz &lt;jacek.lawrynowicz@linux.intel.com&gt;Reviewed-by: Jeffrey Hugo &lt;quic_jhugo@quicinc.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240930195322.461209-8-jacek.lawrynowicz@linux.intel.comSigned-off-by: Jacek Lawrynowicz &lt;jacek.lawrynowicz@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/accel/ivpu/Kconfig</description>
        <pubDate>Mon, 30 Sep 2024 19:52:58 +0000</pubDate>
        <dc:creator>Karol Wachowski &lt;karol.wachowski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8d88e4cd - accel/ivpu: Use GEM shmem helper for all buffers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/accel/ivpu/Kconfig#8d88e4cd</link>
        <description>accel/ivpu: Use GEM shmem helper for all buffersUse struct drm_gem_shmem_object as a base for struct ivpu_bo.This cuts by 50% the buffer management code.Signed-off-by: Jacek Lawrynowicz &lt;jacek.lawrynowicz@linux.intel.com&gt;Reviewed-by: Jeffrey Hugo &lt;quic_jhugo@quicinc.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20231031073156.1301669-5-stanislaw.gruszka@linux.intel.com

            List of files:
            /linux-6.15/drivers/accel/ivpu/Kconfig</description>
        <pubDate>Tue, 31 Oct 2023 07:31:56 +0000</pubDate>
        <dc:creator>Jacek Lawrynowicz &lt;jacek.lawrynowicz@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2fc1a50f - accel/ivpu: Rename VPU to NPU in product strings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/accel/ivpu/Kconfig#2fc1a50f</link>
        <description>accel/ivpu: Rename VPU to NPU in product stringsVPU was rebranded as NPU (Neural Processing Unit) so user facingstrings have to be updated but the code remains as is and the moduleis still called intel_vpu.ko.Signed-off-by: Jacek Lawrynowicz &lt;jacek.lawrynowicz@linux.intel.com&gt;Reviewed-by: Stanislaw Gruszka &lt;stanislaw.gruszka@linux.intel.com&gt;Reviewed-by: Jeffrey Hugo &lt;quic_jhugo@quicinc.com&gt;Signed-off-by: Stanislaw Gruszka &lt;stanislaw.gruszka@linux.intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20231028155936.1183342-9-stanislaw.gruszka@linux.intel.com

            List of files:
            /linux-6.15/drivers/accel/ivpu/Kconfig</description>
        <pubDate>Sat, 28 Oct 2023 15:59:36 +0000</pubDate>
        <dc:creator>Jacek Lawrynowicz &lt;jacek.lawrynowicz@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>50d30040 - accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATOR</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/accel/ivpu/Kconfig#50d30040</link>
        <description>accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATORDrivers that use the gen_pool*() family of functions shouldselect GENERIC_ALLOCATOR to prevent build errors like these:ld: drivers/accel/ivpu/ivpu_ipc.o: in function `gen_pool_free&apos;:include/linux/genalloc.h:172: undefined reference to `gen_pool_free_owner&apos;ld: drivers/accel/ivpu/ivpu_ipc.o: in function `gen_pool_alloc_algo&apos;:include/linux/genalloc.h:138: undefined reference to `gen_pool_alloc_algo_owner&apos;ld: drivers/accel/ivpu/ivpu_ipc.o: in function `gen_pool_free&apos;:include/linux/genalloc.h:172: undefined reference to `gen_pool_free_owner&apos;ld: drivers/accel/ivpu/ivpu_ipc.o: in function `ivpu_ipc_init&apos;:drivers/accel/ivpu/ivpu_ipc.c:441: undefined reference to `devm_gen_pool_create&apos;ld: drivers/accel/ivpu/ivpu_ipc.o: in function `gen_pool_add_virt&apos;:include/linux/genalloc.h:104: undefined reference to `gen_pool_add_owner&apos;Fixes: 5d7422cfb498 (&quot;accel/ivpu: Add IPC driver and JSM messages&quot;)Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Link: https://lore.kernel.org/all/202305221206.1TaugDKP-lkp@intel.com/Cc: Oded Gabbay &lt;ogabbay@kernel.org&gt;Cc: dri-devel@lists.freedesktop.orgCc: Jacek Lawrynowicz &lt;jacek.lawrynowicz@linux.intel.com&gt;Cc: Stanislaw Gruszka &lt;stanislaw.gruszka@linux.intel.com&gt;Cc: Andrzej Kacprowski &lt;andrzej.kacprowski@linux.intel.com&gt;Cc: Krystian Pradzynski &lt;krystian.pradzynski@linux.intel.com&gt;Cc: Jeffrey Hugo &lt;quic_jhugo@quicinc.com&gt;Cc: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Reviewed-by: Jeffrey Hugo &lt;quic_jhugo@quicinc.com&gt;Signed-off-by: Stanislaw Gruszka &lt;stanislaw.gruszka@linux.intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230526044519.13441-1-rdunlap@infradead.org

            List of files:
            /linux-6.15/drivers/accel/ivpu/Kconfig</description>
        <pubDate>Fri, 26 May 2023 04:45:19 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>35b13763 - accel/ivpu: Introduce a new DRM driver for Intel VPU</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/accel/ivpu/Kconfig#35b13763</link>
        <description>accel/ivpu: Introduce a new DRM driver for Intel VPUVPU stands for Versatile Processing Unit and it&apos;s a CPU-integratedinference accelerator for Computer Vision and Deep Learningapplications.The VPU device consist of following components:  - Buttress - provides CPU to VPU integration, interrupt, frequency and    power management.  - Memory Management Unit (based on ARM MMU-600) - translates VPU to    host DMA addresses, isolates user workloads.  - RISC based microcontroller - executes firmware that provides job    execution API for the kernel-mode driver  - Neural Compute Subsystem (NCS) - does the actual work, provides    Compute and Copy engines.  - Network on Chip (NoC) - network fabric connecting all the componentsThis driver supports VPU IP v2.7 integrated into Intel Meteor Lakeclient CPUs (14th generation).Module sources are at drivers/accel/ivpu and module name is&quot;intel_vpu.ko&quot;.This patch includes only very besic functionality:  - module, PCI device and IRQ initialization  - register definitions and low level register manipulation functions  - SET/GET_PARAM ioctls  - power up without firmwareCo-developed-by: Krystian Pradzynski &lt;krystian.pradzynski@linux.intel.com&gt;Signed-off-by: Krystian Pradzynski &lt;krystian.pradzynski@linux.intel.com&gt;Signed-off-by: Jacek Lawrynowicz &lt;jacek.lawrynowicz@linux.intel.com&gt;Reviewed-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;Reviewed-by: Jeffrey Hugo &lt;quic_jhugo@quicinc.com&gt;Signed-off-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230117092723.60441-2-jacek.lawrynowicz@linux.intel.com

            List of files:
            /linux-6.15/drivers/accel/ivpu/Kconfig</description>
        <pubDate>Tue, 17 Jan 2023 09:27:17 +0000</pubDate>
        <dc:creator>Jacek Lawrynowicz &lt;jacek.lawrynowicz@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
