<?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>ec4bec227b9d3796cb78af0d3d9bcdd26f0769c5 - media: platform: amd: isp4 debug fs logging and more descriptive errors</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/platform/amd/isp4/Makefile#ec4bec227b9d3796cb78af0d3d9bcdd26f0769c5</link>
        <description>media: platform: amd: isp4 debug fs logging and more descriptive errorsAdd debug fs for isp4 driver and add more detailed descriptive error infoto some of the log messageCo-developed-by: Sultan Alsawaf &lt;sultan@kerneltoast.com&gt;Signed-off-by: Sultan Alsawaf &lt;sultan@kerneltoast.com&gt;Co-developed-by: Svetoslav Stoilov &lt;Svetoslav.Stoilov@amd.com&gt;Signed-off-by: Svetoslav Stoilov &lt;Svetoslav.Stoilov@amd.com&gt;Signed-off-by: Bin Du &lt;Bin.Du@amd.com&gt;Reviewed-by: Sultan Alsawaf &lt;sultan@kerneltoast.com&gt;Tested-by: Alexey Zagorodnikov &lt;xglooom@gmail.com&gt;Tested-by: Kate Hsuan &lt;hpa@redhat.com&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;

            List of files:
            /linux/drivers/media/platform/amd/isp4/Makefile</description>
        <pubDate>Wed, 06 May 2026 11:32:48 +0200</pubDate>
        <dc:creator>Bin Du &lt;Bin.Du@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>2ccf48af22709b90ea9419cd828c92652d7709ac - media: platform: amd: isp4 video node and buffers handling added</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/platform/amd/isp4/Makefile#2ccf48af22709b90ea9419cd828c92652d7709ac</link>
        <description>media: platform: amd: isp4 video node and buffers handling addedIsp video implements v4l2 video interface and supports NV12 and YUYV. Itmanages buffers, pipeline power and state. Cherry-picked Sultan&apos;s DMAbuffer related fix from branch v6.16-drm-tip-isp4-for-amd onhttps://github.com/kerneltoast/kernel_x86_laptop.gitCo-developed-by: Sultan Alsawaf &lt;sultan@kerneltoast.com&gt;Signed-off-by: Sultan Alsawaf &lt;sultan@kerneltoast.com&gt;Co-developed-by: Svetoslav Stoilov &lt;Svetoslav.Stoilov@amd.com&gt;Signed-off-by: Svetoslav Stoilov &lt;Svetoslav.Stoilov@amd.com&gt;Signed-off-by: Bin Du &lt;Bin.Du@amd.com&gt;Reviewed-by: Sultan Alsawaf &lt;sultan@kerneltoast.com&gt;Tested-by: Alexey Zagorodnikov &lt;xglooom@gmail.com&gt;Tested-by: Kate Hsuan &lt;hpa@redhat.com&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;

            List of files:
            /linux/drivers/media/platform/amd/isp4/Makefile</description>
        <pubDate>Wed, 06 May 2026 11:32:47 +0200</pubDate>
        <dc:creator>Bin Du &lt;Bin.Du@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>4e5e7a7ddb4ab9ac35928d7dc72efc8797639dc3 - media: platform: amd: isp4 subdev and firmware loading handling added</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/platform/amd/isp4/Makefile#4e5e7a7ddb4ab9ac35928d7dc72efc8797639dc3</link>
        <description>media: platform: amd: isp4 subdev and firmware loading handling addedIsp4 sub-device is implementing v4l2 sub-device interface. It has onecapture video node, and supports only preview stream. It manages firmwarestates, stream configuration. Add interrupt handling and notification forisp firmware to isp-subdevice.Co-developed-by: Sultan Alsawaf &lt;sultan@kerneltoast.com&gt;Signed-off-by: Sultan Alsawaf &lt;sultan@kerneltoast.com&gt;Co-developed-by: Svetoslav Stoilov &lt;Svetoslav.Stoilov@amd.com&gt;Signed-off-by: Svetoslav Stoilov &lt;Svetoslav.Stoilov@amd.com&gt;Signed-off-by: Bin Du &lt;Bin.Du@amd.com&gt;Reviewed-by: Sultan Alsawaf &lt;sultan@kerneltoast.com&gt;Tested-by: Alexey Zagorodnikov &lt;xglooom@gmail.com&gt;Tested-by: Kate Hsuan &lt;hpa@redhat.com&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;

            List of files:
            /linux/drivers/media/platform/amd/isp4/Makefile</description>
        <pubDate>Wed, 06 May 2026 11:32:46 +0200</pubDate>
        <dc:creator>Bin Du &lt;Bin.Du@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>4c5feef6a62c22b578344891232872056415a3dd - media: platform: amd: Add isp4 fw and hw interface</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/platform/amd/isp4/Makefile#4c5feef6a62c22b578344891232872056415a3dd</link>
        <description>media: platform: amd: Add isp4 fw and hw interfaceISP firmware controls ISP HW pipeline using dedicated embedded processorcalled ccpu. The communication between ISP FW and driver is using commandsand response messages sent through the ring buffer. Command buffers supporteither global setting that is not specific to the stream and support streamspecific parameters. Response buffers contain ISP FW notificationinformation such as frame buffer done and command done. IRQ is used forreceiving response buffer from ISP firmware, which is handled in the mainisp4 media device. ISP ccpu is booted up through the firmware loadinghelper function prior to stream start. Memory used for command buffer andresponse buffer needs to be allocated from amdgpu buffer manager becauseisp4 is a child device of amdgpu.Co-developed-by: Sultan Alsawaf &lt;sultan@kerneltoast.com&gt;Signed-off-by: Sultan Alsawaf &lt;sultan@kerneltoast.com&gt;Co-developed-by: Svetoslav Stoilov &lt;Svetoslav.Stoilov@amd.com&gt;Signed-off-by: Svetoslav Stoilov &lt;Svetoslav.Stoilov@amd.com&gt;Signed-off-by: Bin Du &lt;Bin.Du@amd.com&gt;Reviewed-by: Sultan Alsawaf &lt;sultan@kerneltoast.com&gt;Tested-by: Alexey Zagorodnikov &lt;xglooom@gmail.com&gt;Tested-by: Kate Hsuan &lt;hpa@redhat.com&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;

            List of files:
            /linux/drivers/media/platform/amd/isp4/Makefile</description>
        <pubDate>Wed, 06 May 2026 11:32:45 +0200</pubDate>
        <dc:creator>Bin Du &lt;Bin.Du@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>9a54c285630c0072daef5d526c3f0b697e901065 - media: platform: amd: Introduce amd isp4 capture driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/platform/amd/isp4/Makefile#9a54c285630c0072daef5d526c3f0b697e901065</link>
        <description>media: platform: amd: Introduce amd isp4 capture driverAMD isp4 capture is a v4l2 media device which implements media controllerinterface. It has one sub-device (AMD ISP4 sub-device) endpoint which canbe connected to a remote CSI2 TX endpoint. It supports only one physicalinterface for now. Also add ISP4 driver related entry info into theMAINTAINERS fileCo-developed-by: Sultan Alsawaf &lt;sultan@kerneltoast.com&gt;Signed-off-by: Sultan Alsawaf &lt;sultan@kerneltoast.com&gt;Co-developed-by: Svetoslav Stoilov &lt;Svetoslav.Stoilov@amd.com&gt;Signed-off-by: Svetoslav Stoilov &lt;Svetoslav.Stoilov@amd.com&gt;Signed-off-by: Bin Du &lt;Bin.Du@amd.com&gt;Reviewed-by: Mario Limonciello (AMD) &lt;superm1@kernel.org&gt;Reviewed-by: Sultan Alsawaf &lt;sultan@kerneltoast.com&gt;Tested-by: Alexey Zagorodnikov &lt;xglooom@gmail.com&gt;Tested-by: Kate Hsuan &lt;hpa@redhat.com&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;

            List of files:
            /linux/drivers/media/platform/amd/isp4/Makefile</description>
        <pubDate>Wed, 06 May 2026 11:32:43 +0200</pubDate>
        <dc:creator>Bin Du &lt;Bin.Du@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
