]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/radeon: Remove redundant pm_runtime_mark_last_busy() calls
authorSakari Ailus <sakari.ailus@linux.intel.com>
Mon, 27 Oct 2025 13:14:40 +0000 (15:14 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Oct 2025 15:31:45 +0000 (11:31 -0400)
commit1bc9d39275e08853ff15410b4d530b46b546affb
tree115f6c48da21693c2d9a1616e2cf10124854b191
parentef4a4b878124ffe6afac5c7b1716308c6964bbdd
drm/radeon: Remove redundant pm_runtime_mark_last_busy() calls

pm_runtime_put_autosuspend(), pm_runtime_put_sync_autosuspend(),
pm_runtime_autosuspend() and pm_request_autosuspend() now include a call
to pm_runtime_mark_last_busy(). Remove the now-redundant explicit call to
pm_runtime_mark_last_busy().

Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_acpi.c
drivers/gpu/drm/radeon/radeon_connectors.c
drivers/gpu/drm/radeon/radeon_display.c
drivers/gpu/drm/radeon/radeon_drv.c
drivers/gpu/drm/radeon/radeon_fbdev.c
drivers/gpu/drm/radeon/radeon_kms.c