Re: [Freedreno] [PATCH] drm/msm: drop dbgname argument from msm_ioremap*()

2021-12-15 Thread Rob Clark
On Wed, Dec 15, 2021 at 8:45 AM Dmitry Baryshkov wrote: > > Hi, > > On 09/12/2021 00:23, Rob Clark wrote: > > On Wed, Dec 8, 2021 at 10:01 AM Dmitry Baryshkov > > wrote: > >> > >> msm_ioremap() functions take additional argument dbgname used to output > >> single debug line telling IO range. Drop

Re: [Freedreno] [PATCH] drm/msm: drop dbgname argument from msm_ioremap*()

2021-12-15 Thread Dmitry Baryshkov
Hi, On 09/12/2021 00:23, Rob Clark wrote: On Wed, Dec 8, 2021 at 10:01 AM Dmitry Baryshkov wrote: msm_ioremap() functions take additional argument dbgname used to output single debug line telling IO range. Drop that extra argument, use resource name instead. For some history, the dbgname tr

Re: [Freedreno] [PATCH] drm/msm: drop dbgname argument from msm_ioremap*()

2021-12-08 Thread Rob Clark
On Wed, Dec 8, 2021 at 10:01 AM Dmitry Baryshkov wrote: > > msm_ioremap() functions take additional argument dbgname used to output > single debug line telling IO range. Drop that extra argument, use > resource name instead. For some history, the dbgname traces were used by an older tool that cou

[Freedreno] [PATCH] drm/msm: drop dbgname argument from msm_ioremap*()

2021-12-08 Thread Dmitry Baryshkov
msm_ioremap() functions take additional argument dbgname used to output single debug line telling IO range. Drop that extra argument, use resource name instead. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 2 +- drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 8 +