From: Eric Bernstein Date: Tue, 13 Mar 2018 20:40:51 +0000 (-0400) Subject: drm/amd/display: Add num_active_wb to DML X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8d815b4635382dddd58bf03bbcfac9f4e5201151;p=linux.git drm/amd/display: Add num_active_wb to DML 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/dml/display_mode_structs.h b/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h index e296de6ca5029..ce750edc1e5fd 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;