On 5/4/22 15:48, Alex Deucher wrote:
This reverts commit 9a45ac2320d0a6ae01880a30d4b86025fce4061b.
This was added a helper for amdgpu to workaround a runtime pm regression caused by a runtime pm fix in efifb. We now have a better workarouund
s/workarouund/workaround
in amdgpu in commit f95af4a9236695 ("drm/amdgpu: don't runtime suspend if there are displays attached (v3)")
Again I would write it as:
commit f95af4a9236695 ("drm/amdgpu: don't runtime suspend if there are displays attached (v3)")
so this workaround is no longer necessary. Since amdgpu was the only user of this interface, we can remove it.
Signed-off-by: Alex Deucher alexander.deucher@amd.com
Reviewed-by: Javier Martinez Canillas javierm@redhat.com