aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 5961d63f8913..de9312c02185 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -2307,10 +2307,10 @@ void amdgpu_driver_preclose_kms(struct drm_device *dev,
2307 struct drm_file *file_priv); 2307 struct drm_file *file_priv);
2308int amdgpu_suspend_kms(struct drm_device *dev, bool suspend, bool fbcon); 2308int amdgpu_suspend_kms(struct drm_device *dev, bool suspend, bool fbcon);
2309int amdgpu_resume_kms(struct drm_device *dev, bool resume, bool fbcon); 2309int amdgpu_resume_kms(struct drm_device *dev, bool resume, bool fbcon);
2310u32 amdgpu_get_vblank_counter_kms(struct drm_device *dev, int crtc); 2310u32 amdgpu_get_vblank_counter_kms(struct drm_device *dev, unsigned int pipe);
2311int amdgpu_enable_vblank_kms(struct drm_device *dev, int crtc); 2311int amdgpu_enable_vblank_kms(struct drm_device *dev, unsigned int pipe);
2312void amdgpu_disable_vblank_kms(struct drm_device *dev, int crtc); 2312void amdgpu_disable_vblank_kms(struct drm_device *dev, unsigned int pipe);
2313int amdgpu_get_vblank_timestamp_kms(struct drm_device *dev, int crtc, 2313int amdgpu_get_vblank_timestamp_kms(struct drm_device *dev, unsigned int pipe,
2314 int *max_error, 2314 int *max_error,
2315 struct timeval *vblank_time, 2315 struct timeval *vblank_time,
2316 unsigned flags); 2316 unsigned flags);