[PATCH i-g-t v2 09/39] lib/monitor_edids: Fix missing names in some monitor EDID
Louis Chauvet
louis.chauvet at bootlin.com
Tue Jul 9 15:34:25 UTC 2024
Some HDMI EDID did not have a good name identifier. Add one to avoid
confusion.
Signed-off-by: Louis Chauvet <louis.chauvet at bootlin.com>
---
lib/monitor_edids/hdmi_edids.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/monitor_edids/hdmi_edids.h b/lib/monitor_edids/hdmi_edids.h
index 573e2149d5d3..8bcd1f31b458 100644
--- a/lib/monitor_edids/hdmi_edids.h
+++ b/lib/monitor_edids/hdmi_edids.h
@@ -241,7 +241,7 @@ monitor_edid HDMI_EDIDS_NON_4K[] = {
"33333633493056465320000000fc0044"
"454c4c20323430354650570a000000fd"
"00384c1e5111000a20202020202000e9" },
- { .name = "`",
+ { .name = "DEL_DELL_2407WFP_HDMI",
.edid = "00ffffffffffff0010ac17a053575930"
"0511010380342178eeee91a3544c9926"
"0f5054a54b008180a940714fb3000101"
@@ -438,7 +438,7 @@ monitor_edid HDMI_EDIDS_NON_4K[] = {
"60350000003200001c011d8018711c16"
"20582c2500c48e2100009e0000000000"
"0000000000000000000000000000000a" },
- { .name = "",
+ { .name = "GSM_50294_M3704C_HDMI",
.edid = "00ffffffffffff001e6d76c401010101"
"2514010380522e78eaac27a355499b25"
"10474aa1080081807140614045403140"
@@ -490,7 +490,7 @@ monitor_edid HDMI_EDIDS_NON_4K[] = {
"5011000a202020202020000000fc0048"
"50205a5232343430770a2020000000ff"
"00434e34333132303836580a2020007f" },
- { .name = "",
+ { .name = "HWP_10582_HP_ZR2440w_HDMI",
.edid = "00ffffffffffff0022f0562901010101"
"0b170103803420782afc81a4554d9d25"
"125054210800d1c081c0814081809500"
--
2.44.2
More information about the igt-dev
mailing list