On Fri, Jun 07, 2024 at 10:00:04AM -0400, Kiarash Hajian wrote: > The driver's memory regions are currently just ioremap()ed, but not > reserved through a request. That's not a bug, but having the request is > a little more robust. > > Implement the region-request through the corresponding managed > devres-function.
Please at least compile-test the patch before sending. > > Signed-off-by: Kiarash Hajian <kiarash8112haj...@gmail.com> > --- > To: Rob Clark <robdcl...@gmail.com> > To: Abhinav Kumar <quic_abhin...@quicinc.com> > To: Dmitry Baryshkov <dmitry.barysh...@linaro.org> > To: Sean Paul <s...@poorly.run> > To: Marijn Suijten <marijn.suij...@somainline.org> > To: David Airlie <airl...@gmail.com> > To: Daniel Vetter <dan...@ffwll.ch> > Cc: linux-arm-...@vger.kernel.org > Cc: dri-devel@lists.freedesktop.org > Cc: freedr...@lists.freedesktop.org > Cc: linux-ker...@vger.kernel.org > Signed-off-by: Kiarash Hajian <kiarash8112haj...@gmail.com> > > Changes in v5: > - Fix errorhanlding problems. > - Link to v4: > https://lore.kernel.org/r/20240512-msm-adreno-memory-region-v4-1-3881a6408...@gmail.com > > Changes in v4: > - Combine v3 commits into a singel commit > - Link to v3: > https://lore.kernel.org/r/20240512-msm-adreno-memory-region-v3-0-0a728ad45...@gmail.com > > Changes in v3: > - Remove redundant devm_iounmap calls, relying on devres for automatic > resource cleanup. > > Changes in v2: > - update the subject prefix to "drm/msm/a6xx:", to match the majority of > other changes to this file. > --- > drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 33 +++++++++++++++------------------ > 1 file changed, 15 insertions(+), 18 deletions(-) > -- With best wishes Dmitry