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 6647fb26ef25..5e43178d07d5 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -2349,10 +2349,10 @@ void amdgpu_driver_preclose_kms(struct drm_device *dev, | |||
2349 | struct drm_file *file_priv); | 2349 | struct drm_file *file_priv); |
2350 | int amdgpu_suspend_kms(struct drm_device *dev, bool suspend, bool fbcon); | 2350 | int amdgpu_suspend_kms(struct drm_device *dev, bool suspend, bool fbcon); |
2351 | int amdgpu_resume_kms(struct drm_device *dev, bool resume, bool fbcon); | 2351 | int amdgpu_resume_kms(struct drm_device *dev, bool resume, bool fbcon); |
2352 | u32 amdgpu_get_vblank_counter_kms(struct drm_device *dev, int crtc); | 2352 | u32 amdgpu_get_vblank_counter_kms(struct drm_device *dev, unsigned int pipe); |
2353 | int amdgpu_enable_vblank_kms(struct drm_device *dev, int crtc); | 2353 | int amdgpu_enable_vblank_kms(struct drm_device *dev, unsigned int pipe); |
2354 | void amdgpu_disable_vblank_kms(struct drm_device *dev, int crtc); | 2354 | void amdgpu_disable_vblank_kms(struct drm_device *dev, unsigned int pipe); |
2355 | int amdgpu_get_vblank_timestamp_kms(struct drm_device *dev, int crtc, | 2355 | int amdgpu_get_vblank_timestamp_kms(struct drm_device *dev, unsigned int pipe, |
2356 | int *max_error, | 2356 | int *max_error, |
2357 | struct timeval *vblank_time, | 2357 | struct timeval *vblank_time, |
2358 | unsigned flags); | 2358 | unsigned flags); |