This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: rkisp1: debug: Add register dump for IS
Author:  Paul Elder <[email protected]>
Date:    Fri Dec 1 15:04:31 2023 +0100

Add register dump for the ISP image stabilizer module to debugfs. This
helps debugging issues related to digital zoom.

Link: 
https://lore.kernel.org/r/[email protected]

Signed-off-by: Paul Elder <[email protected]>
Tested-by: Alexander Stein <[email protected]>
Reviewed-by: Kieran Bingham <[email protected]>
Reviewed-by: Tomi Valkeinen <[email protected]>
Signed-off-by: Laurent Pinchart <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/platform/rockchip/rkisp1/rkisp1-debug.c | 4 ++++
 1 file changed, 4 insertions(+)

---

diff --git a/drivers/media/platform/rockchip/rkisp1/rkisp1-debug.c 
b/drivers/media/platform/rockchip/rkisp1/rkisp1-debug.c
index 71df3dc95e6f..d2fbed42164e 100644
--- a/drivers/media/platform/rockchip/rkisp1/rkisp1-debug.c
+++ b/drivers/media/platform/rockchip/rkisp1/rkisp1-debug.c
@@ -92,6 +92,10 @@ static int rkisp1_debug_dump_isp_regs_show(struct seq_file 
*m, void *p)
                RKISP1_DEBUG_REG(ISP_FLAGS_SHD),
                RKISP1_DEBUG_REG(ISP_RIS),
                RKISP1_DEBUG_REG(ISP_ERR),
+               RKISP1_DEBUG_SHD_REG(ISP_IS_H_OFFS),
+               RKISP1_DEBUG_SHD_REG(ISP_IS_V_OFFS),
+               RKISP1_DEBUG_SHD_REG(ISP_IS_H_SIZE),
+               RKISP1_DEBUG_SHD_REG(ISP_IS_V_SIZE),
                { /* Sentinel */ },
        };
        struct rkisp1_device *rkisp1 = m->private;

_______________________________________________
linuxtv-commits mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to