[idd] config: retain four-decimal refresh rates

This commit is contained in:
Geoffrey McRae
2026-08-17 02:09:58 +10:00
parent c0de47b1e1
commit 9d074519b2
16 changed files with 93 additions and 76 deletions

View File

@@ -51,7 +51,7 @@ struct LGPipeMsg
enum : uint32_t
{
RECOVERY_ACTIVE = 0x1U,
PROTOCOL_VERSION = 2U
PROTOCOL_VERSION = 3U
};
union
@@ -67,7 +67,7 @@ struct LGPipeMsg
{
uint32_t width;
uint32_t height;
uint32_t refreshMilliHz;
uint32_t refresh100uHz;
}
displayMode;