[idd] all: add default refresh rate setting support

This commit is contained in:
Geoffrey McRae
2026-06-02 19:17:27 +10:00
committed by Geoffrey McRae
parent c2add993ac
commit 65005c0dc0
7 changed files with 36 additions and 12 deletions

View File

@@ -46,6 +46,7 @@ struct LGPipeMsg
{
uint32_t width;
uint32_t height;
uint32_t refresh;
}
displayMode;
};