diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_display.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c index 6eb7e1f33ce5..465d9a443f41 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | |||
@@ -257,8 +257,8 @@ cleanup: | |||
257 | return r; | 257 | return r; |
258 | } | 258 | } |
259 | 259 | ||
260 | int amdgpu_crtc_set_config(struct drm_mode_set *set, | 260 | int amdgpu_display_crtc_set_config(struct drm_mode_set *set, |
261 | struct drm_modeset_acquire_ctx *ctx) | 261 | struct drm_modeset_acquire_ctx *ctx) |
262 | { | 262 | { |
263 | struct drm_device *dev; | 263 | struct drm_device *dev; |
264 | struct amdgpu_device *adev; | 264 | struct amdgpu_device *adev; |