<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/media/platform/amd, branch v7.2-rc1</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v7.2-rc1</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v7.2-rc1'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2026-05-19T11:49:25+00:00</updated>
<entry>
<title>media: platform: amd: add DRM_AMDGPU dependency</title>
<updated>2026-05-19T11:49:25+00:00</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2026-05-15T09:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e62bb5abdcc0dc57ff09c4db961784582e61cd9b'/>
<id>urn:sha1:e62bb5abdcc0dc57ff09c4db961784582e61cd9b</id>
<content type='text'>
With DRM_AMDGPU=m and DRM_AMD_ISP=y, it is possible to configura
VIDEO_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':
isp4_interface.c:(.text+0x1d0): undefined reference to `isp_kernel_buffer_alloc'
aarch64-linux-ld: drivers/media/platform/amd/isp4/isp4_interface.o: in function `isp4if_dealloc_fw_gpumem':
isp4_interface.c:(.text+0x26c): undefined reference to `isp_kernel_buffer_free'

Add a dependency on the tristate DRM_AMDGPU symbol in addition to
the boolean DRM_AMD_ISP=y, so this can only be built-in if
the ISP driver is also linked into the kernel itself.

Fixes: 9a54c285630c ("media: platform: amd: Introduce amd isp4 capture driver")
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;
</content>
</entry>
<entry>
<title>media: platform: amd: isp4: drop stale list reinit before free</title>
<updated>2026-05-19T11:49:25+00:00</updated>
<author>
<name>Bin Du</name>
<email>Bin.Du@amd.com</email>
</author>
<published>2026-05-12T03:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=5d8004bd279579452d7fe9f38396414fc87e1109'/>
<id>urn:sha1:5d8004bd279579452d7fe9f38396414fc87e1109</id>
<content type='text'>
Newer Smatch snapshots no longer report the false positive around
isp4if_send_fw_cmd(), so the extra list reinitialization before kfree()
is no longer needed.

Drop the stale list reinit and keep the cleanup path simpler.

Signed-off-by: Bin Du &lt;Bin.Du@amd.com&gt;
Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>media: platform: amd: isp4 debug fs logging and more descriptive errors</title>
<updated>2026-05-06T10:48:09+00:00</updated>
<author>
<name>Bin Du</name>
<email>Bin.Du@amd.com</email>
</author>
<published>2026-05-06T09:32:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ec4bec227b9d3796cb78af0d3d9bcdd26f0769c5'/>
<id>urn:sha1:ec4bec227b9d3796cb78af0d3d9bcdd26f0769c5</id>
<content type='text'>
Add debug fs for isp4 driver and add more detailed descriptive error info
to some of the log message

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;
</content>
</entry>
<entry>
<title>media: platform: amd: isp4 video node and buffers handling added</title>
<updated>2026-05-06T10:48:09+00:00</updated>
<author>
<name>Bin Du</name>
<email>Bin.Du@amd.com</email>
</author>
<published>2026-05-06T09:32:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=2ccf48af22709b90ea9419cd828c92652d7709ac'/>
<id>urn:sha1:2ccf48af22709b90ea9419cd828c92652d7709ac</id>
<content type='text'>
Isp video implements v4l2 video interface and supports NV12 and YUYV. It
manages buffers, pipeline power and state. Cherry-picked Sultan's DMA
buffer related fix from branch v6.16-drm-tip-isp4-for-amd on
https://github.com/kerneltoast/kernel_x86_laptop.git

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;
</content>
</entry>
<entry>
<title>media: platform: amd: isp4 subdev and firmware loading handling added</title>
<updated>2026-05-06T10:48:09+00:00</updated>
<author>
<name>Bin Du</name>
<email>Bin.Du@amd.com</email>
</author>
<published>2026-05-06T09:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=4e5e7a7ddb4ab9ac35928d7dc72efc8797639dc3'/>
<id>urn:sha1:4e5e7a7ddb4ab9ac35928d7dc72efc8797639dc3</id>
<content type='text'>
Isp4 sub-device is implementing v4l2 sub-device interface. It has one
capture video node, and supports only preview stream. It manages firmware
states, stream configuration. Add interrupt handling and notification for
isp 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;
</content>
</entry>
<entry>
<title>media: platform: amd: Add isp4 fw and hw interface</title>
<updated>2026-05-06T10:48:09+00:00</updated>
<author>
<name>Bin Du</name>
<email>Bin.Du@amd.com</email>
</author>
<published>2026-05-06T09:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=4c5feef6a62c22b578344891232872056415a3dd'/>
<id>urn:sha1:4c5feef6a62c22b578344891232872056415a3dd</id>
<content type='text'>
ISP firmware controls ISP HW pipeline using dedicated embedded processor
called ccpu. The communication between ISP FW and driver is using commands
and response messages sent through the ring buffer. Command buffers support
either global setting that is not specific to the stream and support stream
specific parameters. Response buffers contain ISP FW notification
information such as frame buffer done and command done. IRQ is used for
receiving response buffer from ISP firmware, which is handled in the main
isp4 media device. ISP ccpu is booted up through the firmware loading
helper function prior to stream start. Memory used for command buffer and
response buffer needs to be allocated from amdgpu buffer manager because
isp4 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;
</content>
</entry>
<entry>
<title>media: platform: amd: low level support for isp4 firmware</title>
<updated>2026-05-06T10:48:09+00:00</updated>
<author>
<name>Bin Du</name>
<email>Bin.Du@amd.com</email>
</author>
<published>2026-05-06T09:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=f2f2c3547d6283e79de424c3c6e759899608fa1e'/>
<id>urn:sha1:f2f2c3547d6283e79de424c3c6e759899608fa1e</id>
<content type='text'>
Low level functions for accessing the registers and mapping to their
ranges. This change also includes register definitions for ring buffer
used to communicate with ISP Firmware. Ring buffer is the communication
interface between driver and ISP Firmware. Command and responses are
exchanged through the ring buffer.

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;
</content>
</entry>
<entry>
<title>media: platform: amd: Introduce amd isp4 capture driver</title>
<updated>2026-05-06T10:48:09+00:00</updated>
<author>
<name>Bin Du</name>
<email>Bin.Du@amd.com</email>
</author>
<published>2026-05-06T09:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=9a54c285630c0072daef5d526c3f0b697e901065'/>
<id>urn:sha1:9a54c285630c0072daef5d526c3f0b697e901065</id>
<content type='text'>
AMD isp4 capture is a v4l2 media device which implements media controller
interface. It has one sub-device (AMD ISP4 sub-device) endpoint which can
be connected to a remote CSI2 TX endpoint. It supports only one physical
interface for now. Also add ISP4 driver related entry info into the
MAINTAINERS file

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: 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;
</content>
</entry>
</feed>
