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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
index 84d319ef5e92..e4d3aa7faad2 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
@@ -637,10 +637,10 @@ int amdgpu_get_crtc_scanoutpos(struct drm_device *dev, unsigned int pipe,
637 ktime_t *stime, ktime_t *etime, 637 ktime_t *stime, ktime_t *etime,
638 const struct drm_display_mode *mode); 638 const struct drm_display_mode *mode);
639 639
640int amdgpu_framebuffer_init(struct drm_device *dev, 640int amdgpu_display_framebuffer_init(struct drm_device *dev,
641 struct amdgpu_framebuffer *rfb, 641 struct amdgpu_framebuffer *rfb,
642 const struct drm_mode_fb_cmd2 *mode_cmd, 642 const struct drm_mode_fb_cmd2 *mode_cmd,
643 struct drm_gem_object *obj); 643 struct drm_gem_object *obj);
644 644
645int amdgpufb_remove(struct drm_device *dev, struct drm_framebuffer *fb); 645int amdgpufb_remove(struct drm_device *dev, struct drm_framebuffer *fb);
646 646