In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Wake DMCUB before sending a command
[Why]
We can hang in place trying to send commands when the DMCUB isn't
powered on.
[How]
For functions that execute within a DC context or DC lock we can
wrap the direct calls to dm_execute_dmub_cmd/list with code that
exits idle power optimizations and reallows once we're done with
the command submission on success.
For DM direct submissions the DM will need to manage the enter/exit
sequencing manually.
We cannot invoke a DMCUB command directly within the DM execution
helper or we can deadlock.
Metrics
Affected Vendors & Products
References
History
No history.
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-02-29T14:57:51.179Z
Updated: 2024-11-13T18:26:57.574Z
Reserved: 2024-02-20T12:30:33.301Z
Link: CVE-2023-52485
Vulnrichment
Updated: 2024-08-02T23:03:19.936Z
NVD
Status : Awaiting Analysis
Published: 2024-02-29T15:15:07.397
Modified: 2024-02-29T18:06:42.010
Link: CVE-2023-52485
Redhat