Am 24.12.24 um 00:06 schrieb Armin Wolf:
Am 18.12.24 um 09:00 schrieb Hridesh MG:
18-Dec-2024 3:14:04 am Armin Wolf <W_Armin@xxxxxx>:
> Am 17.12.24 um 21:52 schrieb Hridesh MG:
>>> Also can you tell me what special OC calls are necessary on your
machine? I know of another user
>>> which might suffer from the same problem.
>> Yep, there's only one call - SetGamingMiscSetting (Method ID: 21)
> Are the other OC WMI calls still submitted by the Windows application?
This is the only WMI call made for enabling OC.
Could you figure out what arguments where passed to this WMI method call?
Thanks,
Armin Wolf
Ignore my previous request, i totally forgot about your previous emails.
This WMI call is already supported by the driver and exposed to userspace using the platform profile interface.
It seems however that your device:
- does only support the turbo profile and not the other OC settings
- only supports a subset of the platform profile choices
- uses a different EC address for storing the current platform profile
Can you test kernel patches? I can prepare a patch for you which:
- puts your device on the necessary whitelists
- fixes the platform profile handling
Thanks,
Armin Wolf