aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h4
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 */
665void amdgpu_print_display_setup(struct drm_device *dev); 665void amdgpu_print_display_setup(struct drm_device *dev);
666int amdgpu_modeset_create_props(struct amdgpu_device *adev); 666int amdgpu_modeset_create_props(struct amdgpu_device *adev);
667int amdgpu_crtc_set_config(struct drm_mode_set *set, 667int amdgpu_display_crtc_set_config(struct drm_mode_set *set,
668 struct drm_modeset_acquire_ctx *ctx); 668 struct drm_modeset_acquire_ctx *ctx);
669int amdgpu_display_crtc_page_flip_target(struct drm_crtc *crtc, 669int 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,