Re: [Freedreno] [PATCH] drm/msm/dpu: Fix variable dereferenced before check

2022-06-22 Thread Abhinav Kumar
On 6/21/2022 10:49 AM, Dmitry Baryshkov wrote: On Tue, 21 Jun 2022 at 20:44, Abhinav Kumar wrote: Copying freedreno The patch needs to be sent to freedreno@. Otherwise it doesn't exist in patchwork. Ack Hi Sunliming Can you please re-send this and copy freedreno email list along with

Re: [Freedreno] [PATCH] drm/msm/dpu: Fix variable dereferenced before check

2022-06-21 Thread Dmitry Baryshkov
On Tue, 21 Jun 2022 at 20:44, Abhinav Kumar wrote: > > Copying freedreno The patch needs to be sent to freedreno@. Otherwise it doesn't exist in patchwork. > > On 6/21/2022 10:42 AM, Abhinav Kumar wrote: > > > > > > On 6/21/2022 4:06 AM, sunliming wrote: > >> Fixes the following smatch warning:

Re: [Freedreno] [PATCH] drm/msm/dpu: Fix variable dereferenced before check

2022-06-21 Thread Abhinav Kumar
Copying freedreno On 6/21/2022 10:42 AM, Abhinav Kumar wrote: On 6/21/2022 4:06 AM, sunliming wrote: Fixes the following smatch warning: drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c:261 dpu_encoder_phys_wb_atomic_check() warn: variable dereferenced before check 'conn_state' Reporte