diff options
| author | Yongqiang Sun <[email protected]> | 2017-06-23 13:56:55 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-09-26 18:08:14 -0400 |
| commit | a95e7d737e1bc20eb311548f4e307e2155c5ca64 (patch) | |
| tree | 95a407dd4bf30b24a86bd085bc4c0f98d6a61220 | |
| parent | 4c0732bf7f37f488a37111051ebca388135bf7b5 (diff) | |
drm/amd/display: Disable pipe split.
Signed-off-by: Yongqiang Sun <[email protected]>
Reviewed-by: Hersen Wu <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c index c7840e0e3ae5..eebaffca8e75 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c @@ -443,7 +443,7 @@ static const struct dc_debug debug_defaults_drv = { .disable_pplib_wm_range = false, #if defined(CONFIG_DRM_AMD_DC_DCN1_0) .use_dml_wm = false, - .disable_pipe_split = false + .disable_pipe_split = true #endif }; |