Skip to content

Commit 656a3c1

Browse files
crawfxrdjackpot51
authored andcommitted
drm/i915/display: Apply 240Hz quirk for serw14
Signed-off-by: Tim Crawford <tcrawford@system76.com>
1 parent ca21588 commit 656a3c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/gpu/drm/i915/display/intel_quirks.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,13 @@ static const struct intel_dmi_quirk intel_dmi_quirks[] = {
192192
.matches = {DMI_EXACT_MATCH(DMI_BOARD_NAME, "X6AR5xxY_mLED"),
193193
},
194194
},
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+
},
195202
{ }
196203
},
197204
.hook = quirk_edp_max_240hz_hook,

0 commit comments

Comments
 (0)