diff options
author | Harry Wentland <harry.wentland@amd.com> | 2017-11-08 01:33:55 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-11-08 23:30:11 +0100 |
commit | cd3f6ad8389a5065811a5fd3befab7999ac4e117 (patch) | |
tree | acff64f64f22066e2dc1ef448dd0ef9a83560408 /drivers/gpu | |
parent | amdgpu/dc: Fix double unlock in amdgpu_dm_commit_planes (diff) | |
download | linux-cd3f6ad8389a5065811a5fd3befab7999ac4e117.tar.xz linux-cd3f6ad8389a5065811a5fd3befab7999ac4e117.zip |
drm/amdgpu: Remove unused dc_stream from amdgpu_crtc
It's no longer used. In fact, there is no more dc_stream object.
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index 59e2e5d59562..ffde1e9666e8 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h @@ -436,8 +436,6 @@ struct amdgpu_crtc { enum amdgpu_interrupt_state vsync_timer_enabled; int otg_inst; - /* After Set Mode stream will be non-NULL */ - const struct dc_stream *stream; struct drm_pending_vblank_event *event; }; |