diff options
| author | Eric Bernstein <[email protected]> | 2018-03-13 16:40:51 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-04-11 13:07:44 -0500 |
| commit | 8d815b4635382dddd58bf03bbcfac9f4e5201151 (patch) | |
| tree | 90133e231dfc1f952f9e0063e8ba4896cf429cfe | |
| parent | 3032deb52a6bf706657c39d6335c81ce3265974d (diff) | |
drm/amd/display: Add num_active_wb to DML
Signed-off-by: Eric Bernstein <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h | 1 |
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; |