OSDN Git Service

drm/amd/display: Add num_active_wb to DML
authorEric Bernstein <eric.bernstein@amd.com>
Tue, 13 Mar 2018 20:40:51 +0000 (16:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 11 Apr 2018 18:07:44 +0000 (13:07 -0500)
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>
drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h

index e296de6..ce750ed 100644 (file)
@@ -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;