aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
diff options
context:
space:
mode:
authorHarry Wentland <[email protected]>2017-09-01 01:17:05 +0000
committerAlex Deucher <[email protected]>2017-09-26 22:17:24 +0000
commitb46c085c238fdfea9b1cc49326dae92a47b34832 (patch)
treee555a68a97b207ca91efc99f45796989070f09ef /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
parentdrm/amd/display: clean up cm register programming functions (diff)
downloadkernel-b46c085c238fdfea9b1cc49326dae92a47b34832.tar.gz
kernel-b46c085c238fdfea9b1cc49326dae92a47b34832.zip
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 <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h1
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;