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 ca21588 commit 656a3c1Copy full SHA for 656a3c1
drivers/gpu/drm/i915/display/intel_quirks.c
@@ -192,6 +192,13 @@ static const struct intel_dmi_quirk intel_dmi_quirks[] = {
192
.matches = {DMI_EXACT_MATCH(DMI_BOARD_NAME, "X6AR5xxY_mLED"),
193
},
194
195
+ {
196
+ .callback = intel_dmi_edp_max_240hz,
197
+ .ident = "System76 Serval WS",
198
+ .matches = {DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "System76"),
199
+ DMI_EXACT_MATCH(DMI_BOARD_VERSION, "serw14"),
200
+ },
201
202
{ }
203
204
.hook = quirk_edp_max_240hz_hook,
0 commit comments