<html><body><p>
<pre>
Hi, Shu-hsiang:
On Wed, 2024-10-09 at 19:15 +0800, Shu-hsiang Yang wrote:
> Introduces the ISP pipeline driver for the MediaTek ISP raw and yuv
> modules. Key functionalities include data processing, V4L2 integration,
> resource management, debug support, and various control operations.
> Additionally, IRQ handling, platform device management, and MediaTek
> ISP DMA format support are also included.
>
> Signed-off-by: Shu-hsiang Yang <Shu-hsiang.Yang@mediatek.com>
> ---
[snip]
> sizeof(u32))
> +
> +enum MTK_CAMSYS_RES_STEP {
> +E_RES_BASIC,
> +E_RES_BIN_S = MTK_CAMSYS_RES_BIN_TAG,
> +E_RES_BIN0 = E_RES_BIN_S,
> +E_RES_BIN1,
> +E_RES_BIN_E,
> +E_RES_FRZ_S = MTK_CAMSYS_RES_FRZ_TAG,
> +E_RES_FRZ0 = E_RES_FRZ_S,
> +E_RES_FRZ1,
> +E_RES_FRZ_E,
> +E_RES_HWN_S = MTK_CAMSYS_RES_HWN_TAG,
> +E_RES_HWN0 = E_RES_HWN_S,
> +E_RES_HWN1,
> +E_RES_HWN2,
> +E_RES_HWN_E,
> +E_RES_CLK_S = MTK_CAMSYS_RES_CLK_TAG,
> +E_RES_CLK0 = E_RES_CLK_S,
> +E_RES_CLK1,
> +E_RES_CLK2,
> +E_RES_CLK3,
> +E_RES_CLK_E,
E_RES_CLK_E is useless, so drop it.
Regards,
CK
</pre>
</p></body></html><!--type:text--><!--{--><pre>************* MEDIATEK Confidentiality Notice ********************
The information contained in this e-mail message (including any
attachments) may be confidential, proprietary, privileged, or otherwise
exempt from disclosure under applicable laws. It is intended to be
conveyed only to the designated recipient(s). Any use, dissemination,
distribution, printing, retaining or copying of this e-mail (including its
attachments) by unintended recipient(s) is strictly prohibited and may
be unlawful. If you are not an intended recipient of this e-mail, or believe
that you have received this e-mail in error, please notify the sender
immediately (by replying to this e-mail), delete any and all copies of
this e-mail (including any attachments) from your system, and do not
disclose the content of this e-mail to any other person. Thank you!
</pre><!--}-->