Re: [Freedreno] [DPU PATCH 04/15] drm/msm: Remove more dpu-related code from msm_drv

2018-06-28 Thread Sean Paul
On Thu, Jun 28, 2018 at 4:10 PM Jordan Crouse wrote: > > On Thu, Jun 28, 2018 at 02:28:55PM -0400, Sean Paul wrote: > > This time the iomap/iounmap helper functions. Move map into dpu and > > refactor it to reflect their actual use. iounmap wasn't useful, so > > delete it and call iounmap

Re: [Freedreno] [DPU PATCH 04/15] drm/msm: Remove more dpu-related code from msm_drv

2018-06-28 Thread Jordan Crouse
On Thu, Jun 28, 2018 at 02:28:55PM -0400, Sean Paul wrote: > This time the iomap/iounmap helper functions. Move map into dpu and > refactor it to reflect their actual use. iounmap wasn't useful, so > delete it and call iounmap directly. > > Signed-off-by: Sean Paul > --- >

[Freedreno] [DPU PATCH 04/15] drm/msm: Remove more dpu-related code from msm_drv

2018-06-28 Thread Sean Paul
This time the iomap/iounmap helper functions. Move map into dpu and refactor it to reflect their actual use. iounmap wasn't useful, so delete it and call iounmap directly. Signed-off-by: Sean Paul --- drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 38 +---