diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index 8a253aa0b551..6b1d7d306564 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |||
@@ -283,7 +283,7 @@ struct amdgpu_display_funcs { | |||
283 | u32 (*hpd_get_gpio_reg)(struct amdgpu_device *adev); | 283 | u32 (*hpd_get_gpio_reg)(struct amdgpu_device *adev); |
284 | /* pageflipping */ | 284 | /* pageflipping */ |
285 | void (*page_flip)(struct amdgpu_device *adev, | 285 | void (*page_flip)(struct amdgpu_device *adev, |
286 | int crtc_id, u64 crtc_base); | 286 | int crtc_id, u64 crtc_base, bool async); |
287 | int (*page_flip_get_scanoutpos)(struct amdgpu_device *adev, int crtc, | 287 | int (*page_flip_get_scanoutpos)(struct amdgpu_device *adev, int crtc, |
288 | u32 *vbl, u32 *position); | 288 | u32 *vbl, u32 *position); |
289 | /* display topology setup */ | 289 | /* display topology setup */ |