Patch "drm/amd/display: Correct MPC split policy for DCN301" has been added to the 5.16-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    drm/amd/display: Correct MPC split policy for DCN301

to the 5.16-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     drm-amd-display-correct-mpc-split-policy-for-dcn301.patch
and it can be found in the queue-5.16 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit f4e77c8a4555175c8495519fd0ac9f8ff6280cee
Author: Zhan Liu <zhan.liu@xxxxxxx>
Date:   Wed Jan 19 16:55:16 2022 -0500

    drm/amd/display: Correct MPC split policy for DCN301
    
    [ Upstream commit ac46d93235074a6c5d280d35771c23fd8620e7d9 ]
    
    [Why]
    DCN301 has seamless boot enabled. With MPC split enabled
    at the same time, system will hang.
    
    [How]
    Revert MPC split policy back to "MPC_SPLIT_AVOID". Since we have
    ODM combine enabled on DCN301, pipe split is not necessary here.
    
    Signed-off-by: Zhan Liu <zhan.liu@xxxxxxx>
    Reviewed-by: Charlene Liu <charlene.liu@xxxxxxx>
    Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_resource.c b/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_resource.c
index 9254da120e615..36814d44b19cf 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_resource.c
@@ -686,7 +686,7 @@ static const struct dc_debug_options debug_defaults_drv = {
 	.disable_clock_gate = true,
 	.disable_pplib_clock_request = true,
 	.disable_pplib_wm_range = true,
-	.pipe_split_policy = MPC_SPLIT_DYNAMIC,
+	.pipe_split_policy = MPC_SPLIT_AVOID,
 	.force_single_disp_pipe_split = false,
 	.disable_dcc = DCC_ENABLE,
 	.vsr_support = true,



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux