Re: [RFC 5/8] lib: add small API for handling register snapshots

2021-06-08 Thread Rob Clark
On Thu, Jun 3, 2021 at 9:33 AM Dmitry Baryshkov wrote: > > On Thu, 3 Jun 2021 at 17:41, Rob Clark wrote: > > > > On Fri, May 28, 2021 at 5:25 PM Dmitry Baryshkov > > wrote: > > > > > > Add small API covering lists of register dumps. Currently this is a part > > > of MSM DRM driver, but is extrac

Re: [RFC 5/8] lib: add small API for handling register snapshots

2021-06-03 Thread Dmitry Baryshkov
On Thu, 3 Jun 2021 at 17:41, Rob Clark wrote: > > On Fri, May 28, 2021 at 5:25 PM Dmitry Baryshkov > wrote: > > > > Add small API covering lists of register dumps. Currently this is a part > > of MSM DRM driver, but is extracted as it might be usefull to other > > drivers too. > > > > Signed-off-

Re: [RFC 5/8] lib: add small API for handling register snapshots

2021-06-03 Thread Rob Clark
On Fri, May 28, 2021 at 5:25 PM Dmitry Baryshkov wrote: > > Add small API covering lists of register dumps. Currently this is a part > of MSM DRM driver, but is extracted as it might be usefull to other > drivers too. > > Signed-off-by: Dmitry Baryshkov > --- > include/linux/dump_state.h | 78 ++

[RFC 5/8] lib: add small API for handling register snapshots

2021-05-28 Thread Dmitry Baryshkov
Add small API covering lists of register dumps. Currently this is a part of MSM DRM driver, but is extracted as it might be usefull to other drivers too. Signed-off-by: Dmitry Baryshkov --- include/linux/dump_state.h | 78 ++ lib/Kconfig| 3 ++