Vulnerability CVE-2024-35906


Published: 2024-05-19

Description:
In the Linux kernel, the following vulnerability has been resolved:

drm/amd/display: Send DTBCLK disable message on first commit

[Why]
Previous patch to allow DTBCLK disable didn't address boot case. Driver
thinks DTBCLK is disabled by default, so we don't send disable message to
PMFW. DTBCLK is then enabled at idle desktop on boot, burning power.

[How]
Set dtbclk_en to true on boot so that disable message is sent during first
commit.

 References:
https://git.kernel.org/stable/c/0dab75b433ed2480d57ae4f8f725186a46223e42
https://git.kernel.org/stable/c/f341055b10bd8be55c3c995dff5f770b236b8ca9

Copyright 2026, cxsecurity.com

 

Back to Top