We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4c2d8 commit 0711a43Copy full SHA for 0711a43
drivers/gpu/drm/drm_edid.c
@@ -113,6 +113,9 @@ static const struct edid_quirk {
113
/* AEO model 0 reports 8 bpc, but is a 6 bpc panel */
114
{ "AEO", 0, EDID_QUIRK_FORCE_6BPC },
115
116
+ /* BOE model on HP Pavilion 15-n233sl reports 8 bpc, but is a 6 bpc panel */
117
+ { "BOE", 0x78b, EDID_QUIRK_FORCE_6BPC },
118
+
119
/* CPT panel of Asus UX303LA reports 8 bpc, but is a 6 bpc panel */
120
{ "CPT", 0x17df, EDID_QUIRK_FORCE_6BPC },
121
0 commit comments