RE: [PATCH] drm/amd/display: Correct MPC split policy for DCN301

2022-01-19 Thread Liu, Charlene
[AMD Official Use Only] -Original Message- From: Liu, Zhan Sent: Wednesday, January 19, 2022 5:17 PM To: amd-gfx@lists.freedesktop.org Cc: Liu, Charlene ; Cornij, Nikola ; Gutierrez, Agustin ; Pierre-Loup Griffais ; Kotarac, Pavle Subject: [PATCH] drm/amd/display: Correct MPC

RE: [PATCH] drm/amd/display: Correct MPC split policy for DCN301

2022-01-19 Thread Liu, Zhan
17 PM > To: amd-gfx@lists.freedesktop.org > Cc: Liu, Charlene ; Kotarac, Pavle > ; Pierre-Loup Griffais ; > Gutierrez, Agustin ; Cornij, Nikola > > Subject: [PATCH] drm/amd/display: Correct MPC split policy for DCN301 > > [Why] > DCN301 has seamless boot enabled. With MPC spli

Re: [PATCH] drm/amd/display: Correct MPC split policy for DCN301

2022-01-19 Thread Alex Deucher
Acked-by: Alex Deucher On Wed, Jan 19, 2022 at 5:17 PM Liu, Zhan wrote: > > [AMD Official Use Only] > > [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

[PATCH] drm/amd/display: Correct MPC split policy for DCN301

2022-01-19 Thread Liu, Zhan
[AMD Official Use Only] [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 ---