From e6659e4f6f8a1ea856a7ca88545e37ed8b40210d Mon Sep 17 00:00:00 2001 From: Werner Sembach Date: Tue, 6 Dec 2022 17:06:26 +0100 Subject: [PATCH] Always enable Dynamic Boost --- src/uniwill_keyboard.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/uniwill_keyboard.h b/src/uniwill_keyboard.h index 24c0ea4..1f6539c 100644 --- a/src/uniwill_keyboard.h +++ b/src/uniwill_keyboard.h @@ -840,6 +840,12 @@ static int uniwill_keyboard_probe(struct platform_device *dev) uniwill_write_ec_ram(0x0743 + i, data); } } + else { + // Activate NVIDIA Dynamic Boost + uniwill_write_ec_ram(0x0743, 0x03); + uniwill_write_ec_ram(0x0745, 0x23); + uniwill_write_ec_ram(0x0746, 0xff); + } // Enable manual mode uniwill_write_ec_ram(0x0741, 0x01);