drm/radeon: handle runtime pm in drm pre/post close
Close was not handled correctly. Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Tento commit je obsažen v:
@@ -718,6 +718,8 @@ void radeon_driver_postclose_kms(struct drm_device *dev,
|
||||
kfree(fpriv);
|
||||
file_priv->driver_priv = NULL;
|
||||
}
|
||||
pm_runtime_mark_last_busy(dev->dev);
|
||||
pm_runtime_put_autosuspend(dev->dev);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -734,6 +736,8 @@ void radeon_driver_preclose_kms(struct drm_device *dev,
|
||||
{
|
||||
struct radeon_device *rdev = dev->dev_private;
|
||||
|
||||
pm_runtime_get_sync(dev->dev);
|
||||
|
||||
mutex_lock(&rdev->gem.mutex);
|
||||
if (rdev->hyperz_filp == file_priv)
|
||||
rdev->hyperz_filp = NULL;
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele