diff options
| author | Christian König <[email protected]> | 2017-10-23 14:45:49 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-12-04 21:41:29 +0000 |
| commit | 3a393cf96ab38c72565fda106a825302828b7e05 (patch) | |
| tree | 15cf60505e03c6d85d2667a071de46db02e6fd8a /drivers/gpu/drm/amd/amdgpu/amdgpu_display.h | |
| parent | drm/amd/display: Only add stream to freesync when modeset required (diff) | |
| download | kernel-3a393cf96ab38c72565fda106a825302828b7e05.tar.gz kernel-3a393cf96ab38c72565fda106a825302828b7e05.zip | |
drm/amdgpu: fix indentation in amdgpu_display.h
That was somehow completely of.
Signed-off-by: Christian König <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_display.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_display.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h index 3cc0ef0c055e..11ae4ab23768 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h @@ -25,9 +25,8 @@ struct drm_framebuffer * amdgpu_user_framebuffer_create(struct drm_device *dev, - struct drm_file *file_priv, - const struct drm_mode_fb_cmd2 *mode_cmd); - + struct drm_file *file_priv, + const struct drm_mode_fb_cmd2 *mode_cmd); void amdgpu_output_poll_changed(struct drm_device *dev); #endif |
