From 9ec4e21f2f615ef95b70a249569906799e36bace Mon Sep 17 00:00:00 2001 From: lin <lin@kickpi.com> Date: Tue, 14 Jan 2025 07:24:21 +0000 Subject: [PATCH] feat(disp): add disp info support --- longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/de/include.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/de/include.h b/longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/de/include.h index 46d4d4c..72fa964 100644 --- a/longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/de/include.h +++ b/longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/de/include.h @@ -783,6 +783,7 @@ unsigned int error_cnt;//under flow .ect unsigned int irq_cnt; unsigned int vsync_cnt; + unsigned int vsync_skip_cnt; } disp_health_info; typedef struct { -- Gitblit v1.6.2