summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorEric Bernstein2017-11-23 22:38:52 +0100
committerAlex Deucher2017-12-20 20:47:30 +0100
commit3253af353dbc5b66788b42d39a62e922a095b531 (patch)
tree7c47286febfb1255d12943407d1a4364112faba8 /drivers/gpu/drm
parentdrm/amd/display: Use the maximum link setting which EDP reported. (diff)
downloadkernel-qcow2-linux-3253af353dbc5b66788b42d39a62e922a095b531.tar.gz
kernel-qcow2-linux-3253af353dbc5b66788b42d39a62e922a095b531.tar.xz
kernel-qcow2-linux-3253af353dbc5b66788b42d39a62e922a095b531.zip
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>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/core_types.h1
1 files changed, 0 insertions, 1 deletions
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 {