drm/amd/display: Remove dwbc from pipe_ctx
authorEric Bernstein <eric.bernstein@amd.com>
Thu, 23 Nov 2017 21:38:52 +0000 (16:38 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 20 Dec 2017 19:47:30 +0000 (14:47 -0500)
Signed-off-by: Eric Bernstein <eric.bernstein@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/inc/core_types.h

index 9cc6bbb..d697105 100644 (file)
@@ -212,7 +212,6 @@ struct pipe_ctx {
        struct _vcs_dpi_display_rq_regs_st rq_regs;
        struct _vcs_dpi_display_pipe_dest_params_st pipe_dlg_param;
 #endif
-       struct dwbc *dwbc;
 };
 
 struct resource_context {