Browse Source

drm/amd/display: Remove dwbc from pipe_ctx

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>
Eric Bernstein 7 years ago
parent
commit
3253af353d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/gpu/drm/amd/display/dc/inc/core_types.h

+ 0 - 1
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 {