Skip to content

Commit 532dc89

Browse files
tuxedoxt1Naim
authored andcommitted
drm/i915/rc6: Add another Boardname to "Disable RC6 for InfinityBook Pro Gen8"
Signed-off-by: Christoffer Sandberg <cs@tuxedo.de>
1 parent 0e79efd commit 532dc89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/i915/gt/intel_rc6.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ static bool rc6_supported(struct intel_rc6 *rc6)
499499

500500
if (dmi_match(DMI_PRODUCT_SKU, "IBP1XI08MK1") ||
501501
dmi_match(DMI_PRODUCT_SKU, "IBP14I08MK2") ||
502+
dmi_match(DMI_PRODUCT_SKU, "IBP1XI08MK2") ||
502503
dmi_match(DMI_PRODUCT_SKU, "IBP16I08MK2") ||
503504
dmi_match(DMI_PRODUCT_SKU, "OMNIA08IMK1") ||
504505
dmi_match(DMI_PRODUCT_SKU, "OMNIA08IMK2")) {

0 commit comments

Comments
 (0)