Re: [Freedreno] [PATCH v3 7/7] drm/msm/dpu: Make _dpu_plane_get_aspace void

2018-09-25 Thread Bruce Wang
On Mon, Sep 24, 2018 at 2:01 PM Jeykumar Sankaran wrote: > > On 2018-09-24 10:45, Bruce Wang wrote: > > Remove unneeded checks from _dpu_plane_get_aspace. The function > > no longer needs to return anything so it is changed to void. > > > Are the subject and text still appropriate for the patch?

Re: [Freedreno] [PATCH v3 7/7] drm/msm/dpu: Make _dpu_plane_get_aspace void

2018-09-24 Thread Jeykumar Sankaran
On 2018-09-24 10:45, Bruce Wang wrote: Remove unneeded checks from _dpu_plane_get_aspace. The function no longer needs to return anything so it is changed to void. Are the subject and text still appropriate for the patch? The function is returning a ptr to msm_gem_address_space. v3: change

Re: [Freedreno] [PATCH v3 7/7] drm/msm/dpu: Make _dpu_plane_get_aspace void

2018-09-24 Thread Jordan Crouse
On Mon, Sep 24, 2018 at 01:45:55PM -0400, Bruce Wang wrote: > Remove unneeded checks from _dpu_plane_get_aspace. The function > no longer needs to return anything so it is changed to void. > > v3: change _dpu_plane_get_aspace to return a struct > *msm_gem_address_space instead passing in a

[Freedreno] [PATCH v3 7/7] drm/msm/dpu: Make _dpu_plane_get_aspace void

2018-09-24 Thread Bruce Wang
Remove unneeded checks from _dpu_plane_get_aspace. The function no longer needs to return anything so it is changed to void. v3: change _dpu_plane_get_aspace to return a struct *msm_gem_address_space instead passing in a pointer of the same type to edit. Signed-off-by: Bruce Wang ---