mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-10 11:35:21 +07:00
drm/amd/display: Disable pipe split.
Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com> Reviewed-by: Hersen Wu <hersenxs.wu@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4c0732bf7f
commit
a95e7d737e
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user