drm/amdgpu: Remove unused dc_stream from amdgpu_crtc
authorHarry Wentland <harry.wentland@amd.com>
Wed, 8 Nov 2017 00:33:55 +0000 (19:33 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 8 Nov 2017 22:30:11 +0000 (17:30 -0500)
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h

index 59e2e5d59562ecf06dafef14625548de0a3e3aa7..ffde1e9666e8c00ee603f98cb4d81453974c7ff9 100644 (file)
@@ -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;
 };