All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 1/2] lib/igt_edid: fix edid field name
@ 2021-08-11 18:02 Lucas De Marchi
  2021-08-11 18:02 ` [igt-dev] [PATCH i-g-t 2/2] lib/igt_edid: fix string padding Lucas De Marchi
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Lucas De Marchi @ 2021-08-11 18:02 UTC (permalink / raw)
  To: igt-dev; +Cc: kunal1.joshi, petri.latvala, Simon Ser

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@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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-08-12  7:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-11 18:02 [igt-dev] [PATCH i-g-t 1/2] lib/igt_edid: fix edid field name Lucas De Marchi
2021-08-11 18:02 ` [igt-dev] [PATCH i-g-t 2/2] lib/igt_edid: fix string padding Lucas De Marchi
2021-08-11 18:20   ` Simon Ser
2021-08-12  7:51   ` Petri Latvala
2021-08-11 18:12 ` [igt-dev] [PATCH i-g-t 1/2] lib/igt_edid: fix edid field name Simon Ser
2021-08-11 20:28   ` Lucas De Marchi
2021-08-11 18:54 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] " Patchwork
2021-08-11 21:35 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.