Re: [Freedreno] [PATCH v2 3/7] drm/msm/dpu: release resources on modeset failure

2019-03-04 Thread Sean Paul
On Wed, Feb 13, 2019 at 05:19:12PM -0800, Jeykumar Sankaran wrote: > release resources allocated in mode_set if any of > the hw check fails. Most of these checks are not > necessary and they will be removed in the follow up > patches with state based resource allocations. > > Signed-off-by: Jeykum

[PATCH v2 3/7] drm/msm/dpu: release resources on modeset failure

2019-02-13 Thread Jeykumar Sankaran
release resources allocated in mode_set if any of the hw check fails. Most of these checks are not necessary and they will be removed in the follow up patches with state based resource allocations. Signed-off-by: Jeykumar Sankaran --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 7 +-- 1 fi