<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8c13415c8a4383447c21ec832b20b3b283f0e01a - Merge tag &apos;media/v7.2-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/platform/amd/isp4/Kconfig#8c13415c8a4383447c21ec832b20b3b283f0e01a</link>
        <description>Merge tag &apos;media/v7.2-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaPull media updates from Mauro Carvalho Chehab: - v4l2:     - core: fix subdev sensor ownership     - subdev: Allow accessing routes with STREAMS client capability     - ctrls: Add validation for HEVC active reference counts and       background detection control     - common: Add YUV24 format info and has_alpha helper - vb2: Change vb2_read() and vb2_write() return types to ssize_t - i2c: cvs: Add driver of Intel Computer Vision Sensing Controller(CVS) - atmel-isc: remove deprecated driver - cec: Add CEC Latency Indication Protocol (LIP) support - imon: Add iMON VFD HID OEM v1.2 key mappings - AVMatrix: new HWS capture driver - isp4: new AMD capture driver - qcom:     - iris: Add hierarchical coding, B-frame, and Long-Term Reference       support for encoder     - camss: Add SM6350 platform support     - venus: Add SM6115 platform support - chips-media: wave5: Add support for Packed YUV422, CBP profile, and   background detection - csi2rx: Add multistream support and 32 dma chans - Several cleanups and fixes* tag &apos;media/v7.2-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (394 commits)  media: v4l2-fwnode: Fix subdev owner overwritten in v4l2_async_register_subdev_sensor()  media: qcom: iris: vdec: allow GEN2 decoding into 10bit format  media: qcom: iris: vdec: update find_format to handle 8bit and 10bit formats  media: qcom: iris: vdec: update size and stride calculations for 10bit formats  media: qcom: iris: gen2: add support for 10bit decoding  media: qcom: iris: add QC10C &amp; P010 buffer size calculations  media: qcom: iris: add helpers for 8bit and 10bit formats  media: qcom: iris: Fix FPS calculation and VPP FW overhead  media: qcom: camss: vfe-340: Support for PIX client  media: qcom: camss: vfe-340: Proper client handling  media: qcom: camss: csid-340: Enable PIX interface routing  media: qcom: camss: csid-340: Add port-to-interface mapping  media: qcom: camss: csid-340: Switch to generic CSID_CFG/CTRL registers  media: iris: Initialize HFI ops after firmware load in core init  media: iris: drop struct iris_fmt  media: iris: Add platform data for X1P42100  media: iris: Add hardware power on/off ops for X1P42100  media: iris: optimize COMV buffer allocation for VPU3x and VPU4x  media: iris: add FPS calculation and VPP FW overhead in frequency formula  media: qcom: iris: Simplify COMV size calculation  ...

            List of files:
            /linux/drivers/media/platform/amd/isp4/Kconfig</description>
        <pubDate>Fri, 19 Jun 2026 02:21:54 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e62bb5abdcc0dc57ff09c4db961784582e61cd9b - media: platform: amd: add DRM_AMDGPU dependency</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/platform/amd/isp4/Kconfig#e62bb5abdcc0dc57ff09c4db961784582e61cd9b</link>
        <description>media: platform: amd: add DRM_AMDGPU dependencyWith DRM_AMDGPU=m and DRM_AMD_ISP=y, it is possible to configuraVIDEO_AMD_ISP4_CAPTURE as built-in, but that fails to link:aarch64-linux-ld: drivers/media/platform/amd/isp4/isp4_interface.o: in function `isp4if_gpu_mem_alloc.isra.0&apos;:isp4_interface.c:(.text+0x1d0): undefined reference to `isp_kernel_buffer_alloc&apos;aarch64-linux-ld: drivers/media/platform/amd/isp4/isp4_interface.o: in function `isp4if_dealloc_fw_gpumem&apos;:isp4_interface.c:(.text+0x26c): undefined reference to `isp_kernel_buffer_free&apos;Add a dependency on the tristate DRM_AMDGPU symbol in addition tothe boolean DRM_AMD_ISP=y, so this can only be built-in ifthe ISP driver is also linked into the kernel itself.Fixes: 9a54c285630c (&quot;media: platform: amd: Introduce amd isp4 capture driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Bin Du &lt;Bin.Du@amd.com&gt;Tested-by: Bin Du &lt;Bin.Du@amd.com&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;

            List of files:
            /linux/drivers/media/platform/amd/isp4/Kconfig</description>
        <pubDate>Fri, 15 May 2026 11:12:06 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&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/Kconfig#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/Kconfig</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>
