diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2025-07-15 11:50:54 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2025-07-15 14:07:53 -0400 |
commit | fff8e0504499a929f26e2fb7cf7e2c9854e37b91 (patch) | |
tree | 065f9586bf306e001b8efa30e1c667f92718e99b /tools/perf/scripts/python/check-perf-trace.py | |
parent | 612ec7c69d04cb58beb1332c2806da9f2f47a3ae (diff) |
drm/radeon: Do not hold console lock during resume
The function radeon_resume_kms() acquires the console lock. It is
inconsistent, as it depends on the notify_client argument. That
lock then covers a number of suspend operations that are unrelated
to the console.
Remove the calls to console_lock() and console_unlock() from the
radeon function. The console lock is only required by DRM's fbdev
emulation, which acquires it as necessary.
Also fixes a possible circular dependency between the console lock
and the client-list mutex, where the mutex is supposed to be taken
first.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions