RE: [PATCH] drm/amd/display: Fix DMUB errors introduced by DML2

2023-10-20 Thread Wheeler, Daniel
, Vitaly ; Li, Roman ; Zhuo, Lillian ; Wheeler, Daniel ; Deucher, Alexander Subject: [PATCH] drm/amd/display: Fix DMUB errors introduced by DML2 When DML 2 was introduced, it changed part of the generic sequence of DC, which caused issues on previous DCNs with DMUB support. This commit ensures the

Re: [PATCH] drm/amd/display: Fix DMUB errors introduced by DML2

2023-10-20 Thread Harry Wentland
On 2023-10-20 12:42, Rodrigo Siqueira wrote: > When DML 2 was introduced, it changed part of the generic sequence of > DC, which caused issues on previous DCNs with DMUB support. This commit > ensures the new sequence only works for new DCNs from 3.5 and above. > > Cc: Vitaly Prosyak > Cc: Rom

[PATCH] drm/amd/display: Fix DMUB errors introduced by DML2

2023-10-20 Thread Rodrigo Siqueira
When DML 2 was introduced, it changed part of the generic sequence of DC, which caused issues on previous DCNs with DMUB support. This commit ensures the new sequence only works for new DCNs from 3.5 and above. Cc: Vitaly Prosyak Cc: Roman Li Cc: Qingqing Zhuo Cc: Daniel Wheeler Cc: Alex Deuch