diff options
Diffstat (limited to 'drivers/gpu/drm/imagination')
| -rw-r--r-- | drivers/gpu/drm/imagination/pvr_power.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/imagination/pvr_power.c b/drivers/gpu/drm/imagination/pvr_power.c index 41f5d89e78b8..3e349d039fc0 100644 --- a/drivers/gpu/drm/imagination/pvr_power.c +++ b/drivers/gpu/drm/imagination/pvr_power.c @@ -386,13 +386,13 @@ pvr_power_reset(struct pvr_device *pvr_dev, bool hard_reset)  		if (!err) {  			if (hard_reset) {  				pvr_dev->fw_dev.booted = false; -				WARN_ON(pm_runtime_force_suspend(from_pvr_device(pvr_dev)->dev)); +				WARN_ON(pvr_power_device_suspend(from_pvr_device(pvr_dev)->dev));  				err = pvr_fw_hard_reset(pvr_dev);  				if (err)  					goto err_device_lost; -				err = pm_runtime_force_resume(from_pvr_device(pvr_dev)->dev); +				err = pvr_power_device_resume(from_pvr_device(pvr_dev)->dev);  				pvr_dev->fw_dev.booted = true;  				if (err)  					goto err_device_lost;  | 
