[igt-dev] [PATCH i-g-t 1/2] lib/igt_edid: fix edid field name
Lucas De Marchi
lucas.demarchi at intel.com
Wed Aug 11 18:02:16 UTC 2021
Byte 26 in a edid struct is supposed to be "Blue and white
least-significant 2 bits", not "black and white". Rename the field
accordingly.
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
lib/igt_edid.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/igt_edid.h b/lib/igt_edid.h
index 7c2ce123..aac2f4a2 100644
--- a/lib/igt_edid.h
+++ b/lib/igt_edid.h
@@ -350,7 +350,7 @@ struct edid {
uint8_t features;
/* Color characteristics */
uint8_t red_green_lo;
- uint8_t black_white_lo;
+ uint8_t blue_white_lo;
uint8_t red_x;
uint8_t red_y;
uint8_t green_x;
--
2.31.1
More information about the igt-dev
mailing list