RE: [PATCH v2] drm/amd/display: Modify display link stream setup sequence.

2019-10-17 Thread Liu, Zhan
Thx! Will do it. Zhan From: Kazlauskas, Nicholas Sent: 2019/October/17, Thursday 4:51 PM To: Liu, Zhan ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH v2] drm/amd/display: Modify display link stream setup sequence. This is actually setting DIG mode a second time, right? I don't think

Re: [PATCH v2] drm/amd/display: Modify display link stream setup sequence.

2019-10-17 Thread Kazlauskas, Nicholas
fixed, you can add my: Reviewed-by: Nicholas Kazlauskas Thanks, Nicholas Kazlauskas From: amd-gfx on behalf of Liu, Zhan Sent: Thursday, October 17, 2019, 3:04 PM To: amd-gfx@lists.freedesktop.org; Liu, Zhan Subject: [PATCH v2] drm/amd/display: Modify

[PATCH v2] drm/amd/display: Modify display link stream setup sequence.

2019-10-17 Thread Liu, Zhan
[Why] This patch is for fixing Navi14 pink screen issue. With this patch, stream->link->link_enc->funcs->setup will be called twice: this will make sure GC_SEND is set to 1. Though we still need to look into why the issue only happens on Linux, but not on Windows side. [How] Call