diff options
author | Harry Wentland <harry.wentland@amd.com> | 2017-08-31 21:17:05 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 18:17:24 -0400 |
commit | b46c085c238fdfea9b1cc49326dae92a47b34832 (patch) | |
tree | e555a68a97b207ca91efc99f45796989070f09ef /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |
parent | 7ad124cc23172a7a70d642adf8f5c99f6c974539 (diff) |
drm/amdgpu: Remove unused flip_flags from amdgpu_crtc
No more need since Andrey's change to use drm_crtc's version
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index 8d939e3b3f15..b541ade8a03f 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h @@ -436,7 +436,6 @@ struct amdgpu_crtc { enum amdgpu_interrupt_state vsync_timer_enabled; int otg_inst; - uint32_t flip_flags; /* After Set Mode stream will be non-NULL */ const struct dc_stream *stream; struct drm_pending_vblank_event *event; |