diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index 1b51612c9f1d..f94cf3845041 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |||
@@ -664,8 +664,8 @@ int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int bpp, bool tile | |||
664 | /* amdgpu_display.c */ | 664 | /* amdgpu_display.c */ |
665 | void amdgpu_print_display_setup(struct drm_device *dev); | 665 | void amdgpu_print_display_setup(struct drm_device *dev); |
666 | int amdgpu_modeset_create_props(struct amdgpu_device *adev); | 666 | int amdgpu_modeset_create_props(struct amdgpu_device *adev); |
667 | int amdgpu_crtc_set_config(struct drm_mode_set *set, | 667 | int amdgpu_display_crtc_set_config(struct drm_mode_set *set, |
668 | struct drm_modeset_acquire_ctx *ctx); | 668 | struct drm_modeset_acquire_ctx *ctx); |
669 | int amdgpu_display_crtc_page_flip_target(struct drm_crtc *crtc, | 669 | int amdgpu_display_crtc_page_flip_target(struct drm_crtc *crtc, |
670 | struct drm_framebuffer *fb, | 670 | struct drm_framebuffer *fb, |
671 | struct drm_pending_vblank_event *event, | 671 | struct drm_pending_vblank_event *event, |