diff options
author | Harry Wentland <harry.wentland@amd.com> | 2017-09-13 15:17:19 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 17:17:10 -0400 |
commit | 5f42aa394e50e4993ec370aca4bb36c3b6a81a60 (patch) | |
tree | 894edb8e0c7ce4fe12b0950d5ba0e255d0778eaa /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |
parent | 54f5499a54fe671c56012684d5a68efbb4fe0b53 (diff) |
Revert "drm/amdgpu: Pulling old prepare and submit for flip back"
This reverts commit 0eb4667a073e.
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index 813108eab6fc..e5d2ce48cb1e 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |||
@@ -670,21 +670,6 @@ int amdgpu_crtc_page_flip_target(struct drm_crtc *crtc, | |||
670 | struct drm_pending_vblank_event *event, | 670 | struct drm_pending_vblank_event *event, |
671 | uint32_t page_flip_flags, uint32_t target, | 671 | uint32_t page_flip_flags, uint32_t target, |
672 | struct drm_modeset_acquire_ctx *ctx); | 672 | struct drm_modeset_acquire_ctx *ctx); |
673 | void amdgpu_crtc_cleanup_flip_ctx(struct amdgpu_flip_work *work, | ||
674 | struct amdgpu_bo *new_abo); | ||
675 | int amdgpu_crtc_prepare_flip(struct drm_crtc *crtc, | ||
676 | struct drm_framebuffer *fb, | ||
677 | struct drm_pending_vblank_event *event, | ||
678 | uint32_t page_flip_flags, | ||
679 | uint32_t target, | ||
680 | struct amdgpu_flip_work **work, | ||
681 | struct amdgpu_bo **new_abo); | ||
682 | |||
683 | void amdgpu_crtc_submit_flip(struct drm_crtc *crtc, | ||
684 | struct drm_framebuffer *fb, | ||
685 | struct amdgpu_flip_work *work, | ||
686 | struct amdgpu_bo *new_abo); | ||
687 | |||
688 | extern const struct drm_mode_config_funcs amdgpu_mode_funcs; | 673 | extern const struct drm_mode_config_funcs amdgpu_mode_funcs; |
689 | 674 | ||
690 | #endif | 675 | #endif |