diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_display.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c index 7dbe8d02c5a6..dd965f2d7d3c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | |||
@@ -122,7 +122,7 @@ static void amdgpu_flip_work_func(struct work_struct *__work) | |||
122 | spin_unlock_irqrestore(&crtc->dev->event_lock, flags); | 122 | spin_unlock_irqrestore(&crtc->dev->event_lock, flags); |
123 | usleep_range(min_udelay, 2 * min_udelay); | 123 | usleep_range(min_udelay, 2 * min_udelay); |
124 | spin_lock_irqsave(&crtc->dev->event_lock, flags); | 124 | spin_lock_irqsave(&crtc->dev->event_lock, flags); |
125 | }; | 125 | } |
126 | 126 | ||
127 | if (!repcnt) | 127 | if (!repcnt) |
128 | DRM_DEBUG_DRIVER("Delay problem on crtc %d: min_udelay %d, " | 128 | DRM_DEBUG_DRIVER("Delay problem on crtc %d: min_udelay %d, " |