summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dml
diff options
context:
space:
mode:
authorEric Bernstein <eric.bernstein@amd.com>2018-03-13 16:40:51 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-04-11 13:07:44 -0500
commit8d815b4635382dddd58bf03bbcfac9f4e5201151 (patch)
tree90133e231dfc1f952f9e0063e8ba4896cf429cfe /drivers/gpu/drm/amd/display/dc/dml
parent3032deb52a6bf706657c39d6335c81ce3265974d (diff)
drm/amd/display: Add num_active_wb to DML
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/amd/display/dc/dml')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h b/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h
index e296de6ca502..ce750edc1e5f 100644
--- a/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h
+++ b/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h
@@ -224,6 +224,7 @@ struct _vcs_dpi_display_output_params_st {
int output_bpp;
int dsc_enable;
int wb_enable;
+ int num_active_wb;
int opp_input_bpc;
int output_type;
int output_format;