From: Eric Bernstein Date: Thu, 23 Nov 2017 21:38:52 +0000 (-0500) Subject: drm/amd/display: Remove dwbc from pipe_ctx X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=3253af353dbc5b66788b42d39a62e922a095b531;p=openwrt%2Fstaging%2Fblogic.git drm/amd/display: Remove dwbc from pipe_ctx Signed-off-by: Eric Bernstein Reviewed-by: Tony Cheng Acked-by: Harry Wentland Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/inc/core_types.h b/drivers/gpu/drm/amd/display/dc/inc/core_types.h index 9cc6bbb20714..d6971054ec07 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/core_types.h +++ b/drivers/gpu/drm/amd/display/dc/inc/core_types.h @@ -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 {