From 1fc92cfa3337f46875308e0fe853e801a6f1f384 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Thu, 27 Nov 2025 11:21:06 +0200 Subject: [PATCH] bdk: nyx: rename disp_id to panel_id --- bdk/utils/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdk/utils/util.h b/bdk/utils/util.h index 5d77c058..ba8d72b5 100644 --- a/bdk/utils/util.h +++ b/bdk/utils/util.h @@ -83,7 +83,7 @@ typedef struct _nyx_info_t u32 sd_init; u32 sd_errors[3]; u8 rsvd[0x1000]; - u32 disp_id; + u32 panel_id; u32 errors; } nyx_info_t;