diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 8 |
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); |
2308 | int amdgpu_suspend_kms(struct drm_device *dev, bool suspend, bool fbcon); | 2308 | int amdgpu_suspend_kms(struct drm_device *dev, bool suspend, bool fbcon); |
2309 | int amdgpu_resume_kms(struct drm_device *dev, bool resume, bool fbcon); | 2309 | int amdgpu_resume_kms(struct drm_device *dev, bool resume, bool fbcon); |
2310 | u32 amdgpu_get_vblank_counter_kms(struct drm_device *dev, int crtc); | 2310 | u32 amdgpu_get_vblank_counter_kms(struct drm_device *dev, unsigned int pipe); |
2311 | int amdgpu_enable_vblank_kms(struct drm_device *dev, int crtc); | 2311 | int amdgpu_enable_vblank_kms(struct drm_device *dev, unsigned int pipe); |
2312 | void amdgpu_disable_vblank_kms(struct drm_device *dev, int crtc); | 2312 | void amdgpu_disable_vblank_kms(struct drm_device *dev, unsigned int pipe); |
2313 | int amdgpu_get_vblank_timestamp_kms(struct drm_device *dev, int crtc, | 2313 | int 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); |