[PATCH 2/3] drm/amdgpu: Remove unused dc_stream from amdgpu_crtc
Harry Wentland
harry.wentland at amd.com
Wed Nov 8 15:33:38 UTC 2017
It's no longer used. In fact, there is no more dc_stream object.
Signed-off-by: Harry Wentland <harry.wentland at amd.com>
---
drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
index 4069a3b2f55f..dd9ecd3e40e8 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
@@ -437,8 +437,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;
};
--
2.14.1
More information about the amd-gfx
mailing list