Re: [Freedreno] [PATCH 3/5] drm/msm/dpu: Remove impossible checks

2018-09-19 Thread Sean Paul
On Wed, Sep 19, 2018 at 11:44:13AM -0400, Bruce Wang wrote: > Removes additional impossible checks in dpu_plane.c and dpu_crtc.c. > Variable assignments are moved up to be initializations where > possible. Some variables are no longer used, these are removed. > > Signed-off-by: Bruce Wang > ---

[Freedreno] [PATCH 3/5] drm/msm/dpu: Remove impossible checks

2018-09-19 Thread Bruce Wang
Removes additional impossible checks in dpu_plane.c and dpu_crtc.c. Variable assignments are moved up to be initializations where possible. Some variables are no longer used, these are removed. Signed-off-by: Bruce Wang --- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 121 +++---