Re: [PATCH] drm/msm/disp/dpu1: remove supoerflous init

2022-05-24 Thread Abhinav Kumar
On 5/24/2022 3:35 AM, Vinod Koul wrote: Commit 58dca9810749 ("drm/msm/disp/dpu1: Add support for DSC in encoder") added dsc_common_mode variable which was set to zero but then again programmed, so drop the supoerflous init. Both in the subject line and here, typo supoerflous ---> superfluous

RE: [PATCH] drm/msm/disp/dpu1: remove supoerflous init

2022-05-24 Thread Ruhl, Michael J
dr...@lists.freedesktop.org >Subject: [PATCH] drm/msm/disp/dpu1: remove supoerflous init s/supoerflous/superfluous/ m >Commit 58dca9810749 ("drm/msm/disp/dpu1: Add support for DSC in >encoder") added dsc_common_mode variable which was set to zero but then >again p

Re: [PATCH] drm/msm/disp/dpu1: remove supoerflous init

2022-05-24 Thread Dmitry Baryshkov
On Tue, 24 May 2022 at 13:35, Vinod Koul wrote: > > Commit 58dca9810749 ("drm/msm/disp/dpu1: Add support for DSC in > encoder") added dsc_common_mode variable which was set to zero but then > again programmed, so drop the supoerflous init. > > Fixes: 58dca9810749 ("drm/msm/disp/dpu1: Add support f

[PATCH] drm/msm/disp/dpu1: remove supoerflous init

2022-05-24 Thread Vinod Koul
Commit 58dca9810749 ("drm/msm/disp/dpu1: Add support for DSC in encoder") added dsc_common_mode variable which was set to zero but then again programmed, so drop the supoerflous init. Fixes: 58dca9810749 ("drm/msm/disp/dpu1: Add support for DSC in encoder") Reported-by: kernel test robot Signed-o