diff options
Diffstat (limited to 'drivers/gpu/drm/lima/lima_device.c')
| -rw-r--r-- | drivers/gpu/drm/lima/lima_device.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/lima/lima_device.c b/drivers/gpu/drm/lima/lima_device.c index 02cef0cea657..0bf7105c8748 100644 --- a/drivers/gpu/drm/lima/lima_device.c +++ b/drivers/gpu/drm/lima/lima_device.c @@ -514,7 +514,7 @@ int lima_device_suspend(struct device *dev)  	/* check any task running */  	for (i = 0; i < lima_pipe_num; i++) { -		if (atomic_read(&ldev->pipe[i].base.hw_rq_count)) +		if (atomic_read(&ldev->pipe[i].base.credit_count))  			return -EBUSY;  	}  | 
