OSDN Git Service

drm/amd/display: Allow MPO on Raven
authorLeon Elazar <leon.elazar@amd.com>
Fri, 24 Mar 2017 19:46:24 +0000 (15:46 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:06:57 +0000 (18:06 -0400)
Signed-off-by: Leon Elazar <leon.elazar@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/dcn10/dcn10_resource.c

index 121eb30..41613ab 100644 (file)
@@ -1292,6 +1292,8 @@ static bool construct(
        dc->public.caps.i2c_speed_in_khz = 100;
        dc->public.caps.max_cursor_size = 256;
 
+       dc->public.caps.max_slave_planes = 1;
+
        if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV)
                dc->public.debug = debug_defaults_drv;
        else