Re: [PATCH] drm/amd/display: Initialize stream_update with memset

2019-03-22 Thread Kazlauskas, Nicholas
On 3/22/19 9:49 AM, Paul Menzel wrote: > Dear Nicholas, > > > On 03/22/19 14:15, Nicholas Kazlauskas wrote: >> The brace initialization used here generates errors on some >> compilers. Use memset to make this more portable. > > Could you please specify the problematic compiler/toolchain in > the

Re: [PATCH] drm/amd/display: Initialize stream_update with memset

2019-03-22 Thread Paul Menzel
Dear Nicholas, On 03/22/19 14:15, Nicholas Kazlauskas wrote: > The brace initialization used here generates errors on some > compilers. Use memset to make this more portable. Could you please specify the problematic compiler/toolchain in the commit message? […] Kind regards, Paul smime.p7

[PATCH] drm/amd/display: Initialize stream_update with memset

2019-03-22 Thread Nicholas Kazlauskas
The brace initialization used here generates errors on some compilers. Use memset to make this more portable. Cc: Sun peng Li Cc: Harry Wentland Signed-off-by: Nicholas Kazlauskas --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) di