[common] lgmp: separate transport configuration

Move LGMP queue tunables into LGMPConfig.h and keep compatibility
aliases in KVMFR.h. Promote color-transform, SDR white-level, and
damage-limit definitions to transport-neutral common types so non-LGMP
transports do not depend on the KVMFR wire format.
This commit is contained in:
Geoffrey McRae
2026-07-20 05:09:43 +00:00
parent 5196c5503a
commit d4b3506e6c
11 changed files with 81 additions and 22 deletions

View File

@@ -22,6 +22,7 @@
#include "common/option.h"
#include "common/crash.h"
#include "common/KVMFR.h"
#include "common/LGMPConfig.h"
#include "common/locking.h"
#include "common/stringutils.h"
#include "common/ivshmem.h"