Skip to content

Commit a460bee

Browse files
Zhikai Zhaialexdeucher
authored andcommitted
drm/amd/display: Disable MPC split by default on special asic
[WHY] All of pipes will be used when the MPC split enable on the dcn which just has 2 pipes. Then MPO enter will trigger the minimal transition which need programe dcn from 2 pipes MPC split to 2 pipes MPO. This action will cause lag if happen frequently. [HOW] Disable the MPC split for the platform which dcn resource is limited Cc: Mario Limonciello <mario.limonciello@amd.com> Cc: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org Reviewed-by: Alvin Lee <alvin.lee2@amd.com> Acked-by: Alan Liu <haoping.liu@amd.com> Signed-off-by: Zhikai Zhai <zhikai.zhai@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 5a25cef commit a460bee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ static const struct dc_debug_options debug_defaults_drv = {
6565
.timing_trace = false,
6666
.clock_trace = true,
6767
.disable_pplib_clock_request = true,
68-
.pipe_split_policy = MPC_SPLIT_DYNAMIC,
68+
.pipe_split_policy = MPC_SPLIT_AVOID,
6969
.force_single_disp_pipe_split = false,
7070
.disable_dcc = DCC_ENABLE,
7171
.vsr_support = true,

0 commit comments

Comments
 (0)