From 1e39dc6286f3659733da9a81453991fd5a95a4f5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 16 Aug 2024 23:20:04 +0200 Subject: Refactor kms capture --- kms/kms_shared.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kms/kms_shared.h') diff --git a/kms/kms_shared.h b/kms/kms_shared.h index 9af87e2..2dbb655 100644 --- a/kms/kms_shared.h +++ b/kms/kms_shared.h @@ -5,7 +5,8 @@ #include #include -#define GSR_KMS_PROTOCOL_VERSION 3 +#define GSR_KMS_PROTOCOL_VERSION 4 + #define GSR_KMS_MAX_ITEMS 8 #define GSR_KMS_MAX_DMA_BUFS 4 @@ -46,7 +47,6 @@ struct gsr_kms_response_item { uint32_t pixel_format; uint64_t modifier; uint32_t connector_id; /* 0 if unknown */ - bool is_combined_plane; bool is_cursor; bool has_hdr_metadata; int x; -- cgit v1.2.3